Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.c248 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item() function
1119 item = cJSON_New_Item(&global_hooks); in cJSON_ParseWithLengthOpts()
1484 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()
1940 reference = cJSON_New_Item(hooks); in create_reference()
2374 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNull()
2385 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateTrue()
2396 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateFalse()
2407 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateBool()
2418 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNumber()
[all …]