Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.c108 typedef struct internal_hooks struct
113 } internal_hooks; argument
115 static internal_hooks global_hooks = { malloc, free, realloc };
117 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup()
169 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item()
217 internal_hooks hooks;
333 internal_hooks hooks;
1029 static unsigned char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * con… in print()
1759 static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks) in create_reference()