Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
DcJSON.c63 cJSON *cJSON_New_Item(const VkAllocationCallbacks *pAllocator) { in cJSON_New_Item() function
450 cJSON *c = cJSON_New_Item(pAllocator); in cJSON_ParseWithOpts()
597 item->child = child = cJSON_New_Item(item->pAllocator); in parse_array()
604 new_item = cJSON_New_Item(item->pAllocator); in parse_array()
730 item->child = child = cJSON_New_Item(item->pAllocator); in parse_object()
745 new_item = cJSON_New_Item(item->pAllocator); in parse_object()
940 cJSON *ref = cJSON_New_Item(item->pAllocator); in create_reference()
1040 cJSON *item = cJSON_New_Item(pAllocator); in cJSON_CreateNull()
1045 cJSON *item = cJSON_New_Item(pAllocator); in cJSON_CreateTrue()
1050 cJSON *item = cJSON_New_Item(pAllocator); in cJSON_CreateFalse()
[all …]
/third_party/cJSON/
DcJSON.c241 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item() function
1115 item = cJSON_New_Item(&global_hooks); in cJSON_ParseWithLengthOpts()
1480 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); in parse_array()
1638 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); in parse_object()
1944 reference = cJSON_New_Item(hooks); in create_reference()
2388 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNull()
2399 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateTrue()
2410 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateFalse()
2421 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateBool()
2432 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNumber()
[all …]