Home
last modified time | relevance | path

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

/iperf/src/
H A Dcjson.h108 typedef struct cJSON struct
111 struct cJSON *next; argument
112 struct cJSON *prev; argument
128 } cJSON; argument
175 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index);
216 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child);
217 CJSON_PUBLIC(cJSON *) cJSON_CreateArrayReference(const cJSON *child);
227 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item);
238 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item);
239 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which);
[all …]
H A Dcjson.c250 cJSON* node = (cJSON*)hooks->allocate(sizeof(cJSON)); in cJSON_New_Item()
262 cJSON *next = NULL; in cJSON_Delete()
1848 static cJSON* get_array_item(const cJSON *array, size_t index) in get_array_item()
1925 static void suffix_object(cJSON *prev, cJSON *item) in suffix_object()
1953 static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) in add_item_to_array()
2193 CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item) in cJSON_DetachItemViaPointer()
2292 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSO… in cJSON_ReplaceItemViaPointer()
2471 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child) in cJSON_CreateObjectReference()
2482 CJSON_PUBLIC(cJSON *) cJSON_CreateArrayReference(const cJSON *child) { in cJSON_CreateArrayReference()
2535 cJSON *n = NULL; in cJSON_CreateIntArray()
[all …]
H A Diperf.h386 cJSON *json_top;
387 cJSON *json_start;
388 cJSON *json_connected;
389 cJSON *json_intervals;
390 cJSON *json_end;
394 cJSON *json_server_output;
H A Diperf_api.c2105 cJSON *j; in send_parameters()
2208 cJSON *j; in get_parameters()
2209 cJSON *j_p; in get_parameters()
2304 cJSON *j; in send_results()
2307 cJSON *j_stream; in send_results()
2411 cJSON *j; in get_results()
2420 cJSON *j_stream; in get_results()
2421 cJSON *j_id; in get_results()
2422 cJSON *j_bytes; in get_results()
2424 cJSON *j_jitter; in get_results()
[all …]
H A Diperf_util.c366 cJSON*
369 cJSON* o; in iperf_json_printf()
374 cJSON* j; in iperf_json_printf()
H A Diperf_util.h55 cJSON* iperf_json_printf(const char *format, ...);
/iperf/
H A DRELNOTES.md171 * The embedded version of cJSON has been updated to 1.7.13 (#978).
415 * cJSON has been updated to 1.5.2 (#573), bringing in a number of
517 * Fixed a buffer overflow in the cJSON library (issue #466). It is
536 exploit. This issue, present in the cJSON library, was already
538 version of cJSON (plus local ESnet modifications). Discovered and
H A DLICENSE45 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors