Searched refs:hooks (Results 1 – 3 of 3) sorted by relevance
218 if (hooks == NULL) in cJSON_InitHooks()228 if (hooks->malloc_fn != NULL) in cJSON_InitHooks()234 if (hooks->free_fn != NULL) in cJSON_InitHooks()300 internal_hooks hooks; member442 internal_hooks hooks; member496 if (p->hooks.reallocate != NULL) in ensure()1117 buffer.hooks = global_hooks; in cJSON_ParseWithLengthOpts()1204 buffer->hooks = *hooks; in print()1218 if (hooks->reallocate != NULL) in print()1286 p.hooks = global_hooks; in cJSON_PrintBuffered()[all …]
149 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks);
4000 # Disable hooks by default.