Searched refs:cJSON_Compare (Results 1 – 2 of 2) sorted by relevance
233 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo…
2514 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo… in cJSON_Compare() function2579 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()2603 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()