Home
last modified time | relevance | path

Searched refs:cJSON_New_Item (Results 1 - 2 of 2) sorted by relevance

/third_party/cJSON/
H A DcJSON.c253 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item() function
1357 item = cJSON_New_Item(&global_hooks); in cJSON_ParseWithLengthOpts()
1722 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); in parse_array()
1880 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); in parse_object()
2191 reference = cJSON_New_Item(hooks); in create_reference()
2654 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNull()
2665 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateTrue()
2676 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateFalse()
2687 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateBool()
2699 cJSON *item = cJSON_New_Item( in cJSON_CreateInt64Number()
[all...]
/third_party/vulkan-loader/loader/
H A DcJSON.c72 static cJSON *cJSON_New_Item(const VkAllocationCallbacks *pAllocator) { in cJSON_New_Item() function
463 cJSON *c = cJSON_New_Item(pAllocator); in cJSON_ParseWithOpts()
605 item->child = child = cJSON_New_Item(item->pAllocator); in parse_array()
615 new_item = cJSON_New_Item(item->pAllocator); in parse_array()
744 item->child = child = cJSON_New_Item(item->pAllocator); in parse_object()
762 new_item = cJSON_New_Item(item->pAllocator); in parse_object()

Completed in 6 milliseconds