Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp125 static cJSON_bool compare_pointers(const unsigned char *name, const unsigned char *pointer, const c… in compare_pointers() function
333 …while ((current_element != NULL) && !compare_pointers((unsigned char*)current_element->string, (co… in get_item_from_pointer()