Home
last modified time | relevance | path

Searched refs:cJSON_Hooks (Results 1 - 3 of 3) sorted by relevance

/third_party/cJSON/
H A DcJSON.h138 typedef struct cJSON_Hooks struct
143 } cJSON_Hooks; typedef
157 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks);
159 /* Memory Management: the caller is always responsible to free the results from all variants of cJSON_Parse (with cJSON_Delete) and cJSON_Print (with stdlib free, cJSON_Hooks.free_fn, or cJSON_free as appropriate). The exception is cJSON_PrintPreallocated, where the caller has full responsibility of the buffer. */
H A DcJSON.c221 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks) in cJSON_InitHooks()
/third_party/cJSON/tests/
H A Dcjson_add.c43 static cJSON_Hooks failing_hooks = {

Completed in 6 milliseconds