Searched refs:cJSON_CreateNull (Results 1 – 7 of 7) sorted by relevance
99 cJSON *cJSON_CreateNull(const VkAllocationCallbacks *pAllocator);
1039 cJSON *cJSON_CreateNull(const VkAllocationCallbacks *pAllocator) { in cJSON_CreateNull() function
291 beginning = cJSON_CreateNull(); in cjson_replace_item_via_pointer_should_replace_items()293 middle = cJSON_CreateNull(); in cjson_replace_item_via_pointer_should_replace_items()295 end = cJSON_CreateNull(); in cjson_replace_item_via_pointer_should_replace_items()
195 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void);
1398 return cJSON_CreateNull(); in generate_merge_patch()1437 cJSON_AddItemToObject(patch, from_child->string, cJSON_CreateNull()); in generate_merge_patch()
2082 cJSON *null = cJSON_CreateNull(); in cJSON_AddNullToObject()2386 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void) in cJSON_CreateNull() function
219 * **null** is created with `cJSON_CreateNull`