Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON_Utils.c120 static cJSON_bool compare_pointers(const unsigned char *name, const unsigned char *pointer, const c… in compare_pointers() function
328 …while ((current_element != NULL) && !compare_pointers((unsigned char*)current_element->string, (co… in get_item_from_pointer()