Searched refs:cJSON_Compare (Results 1 – 2 of 2) sorted by relevance
/civetweb-2.7.6/examples/rest/cJSON/ |
D | cJSON.c | 2800 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo… in cJSON_Compare() function 2865 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare() 2895 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare() 2911 if (!cJSON_Compare(b_element, a_element, case_sensitive)) in cJSON_Compare()
|
D | cJSON.h | 243 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo…
|