Searched refs:get_object_item (Results 1 – 1 of 1) sorted by relevance
1708 static cJSON *get_object_item(const cJSON * const object, const char * const name, const cJSON_bool… in get_object_item() function1738 return get_object_item(object, string, false); in cJSON_GetObjectItem()1743 return get_object_item(object, string, true); in cJSON_GetObjectItemCaseSensitive()2597 cJSON *b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare()