Searched defs:hooks (Results 1 – 1 of 1) sorted by relevance
195 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup()216 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks) in cJSON_InitHooks()248 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item()300 internal_hooks hooks; member442 internal_hooks hooks; member1192 …signed char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * const hooks) in print()1932 static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks) in create_reference()2017 …nst object, const char * const string, cJSON * const item, const internal_hooks * const hooks, con… in add_item_to_object()