Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.h260 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo…
Dcjson.c2952 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo… in cJSON_Compare() function
3017 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
3047 if (!cJSON_Compare(a_element, b_element, case_sensitive)) in cJSON_Compare()
3063 if (!cJSON_Compare(b_element, a_element, case_sensitive)) in cJSON_Compare()