Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp437 unsigned char *parent_pointer = NULL; in detach_path() local
443 parent_pointer = cJSONUtils_strdup(path); in detach_path()
444 if (parent_pointer == NULL) { in detach_path()
448 child_pointer = (unsigned char*)strrchr((char*)parent_pointer, '/'); /* last '/' */ in detach_path()
457 parent = get_item_from_pointer(object, (char*)parent_pointer, case_sensitive); in detach_path()
480 if (parent_pointer != NULL) in detach_path()
482 cJSON_free(parent_pointer); in detach_path()
818 unsigned char *parent_pointer = NULL; in apply_patch() local
967 parent_pointer = cJSONUtils_strdup((unsigned char*)path->valuestring); in apply_patch()
968 child_pointer = (unsigned char*)strrchr((char*)parent_pointer, '/'); in apply_patch()
[all …]