Searched refs:cJSON_CreateNull (Results 1 – 7 of 7) sorted by relevance
85 extern cJSON *cJSON_CreateNull(void);129 #define cJSON_AddNullToObject(object,name) cJSON_AddItemToObject(object, name, cJSON_CreateNull())
538 cJSON *cJSON_CreateNull(void) {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_NULL;retur… in cJSON_CreateNull() function
195 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void);
2077 cJSON *null = cJSON_CreateNull(); in cJSON_AddNullToObject()2376 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void) in cJSON_CreateNull() function
193 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void);
1401 return cJSON_CreateNull(); in generate_merge_patch()1440 cJSON_AddItemToObject(patch, from_child->string, cJSON_CreateNull()); in generate_merge_patch()
2086 cJSON *null = cJSON_CreateNull(); in cJSON_AddNullToObject()2385 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void) in cJSON_CreateNull() function