Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/cjson/
DcJSON.c68 static cJSON *cJSON_New_Item(void) { in cJSON_New_Item() function
487 cJSON *c = cJSON_New_Item(); in cJSON_ParseWithOpts()
642 item->child = child = cJSON_New_Item(); in parse_array()
652 if (!(new_item = cJSON_New_Item())) in parse_array()
792 item->child = child = cJSON_New_Item(); in parse_object()
811 if (!(new_item = cJSON_New_Item())) in parse_object()
1039 cJSON *ref = cJSON_New_Item(); in create_reference()
1166 cJSON *item = cJSON_New_Item(); in cJSON_CreateNull()
1172 cJSON *item = cJSON_New_Item(); in cJSON_CreateTrue()
1178 cJSON *item = cJSON_New_Item(); in cJSON_CreateFalse()
[all …]