Home
last modified time | relevance | path

Searched defs:hooks (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/tests/
H A DcJSON.c171 static unsigned char *cJSON_strdup(const unsigned char *string, const internal_hooks *const hooks) in cJSON_strdup()
186 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks *hooks) in cJSON_InitHooks()
208 static cJSON *cJSON_New_Item(const internal_hooks *const hooks) in cJSON_New_Item()
246 internal_hooks hooks; member
359 internal_hooks hooks; member
951 …unsigned char *print(const cJSON *const item, cJSON_bool format, const internal_hooks *const hooks) in print()
1486 static cJSON *create_reference(const cJSON *item, const internal_hooks *const hooks) in create_reference()
1548 …*const object, const char *const string, cJSON *const item, const internal_hooks *const hooks, con… in add_item_to_object()