Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.h251 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON *const a, const cJSON *const b, const cJSON_bool…
H A DcJSON.c2285 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON *const a, const cJSON *const b, const cJSON_bool… in cJSON_Compare() function
2331 if (!cJSON_Compare(a_element, b_element, case_sensitive)) return false; in cJSON_Compare()
2352 if (!cJSON_Compare(a_element, b_element, case_sensitive)) return false; in cJSON_Compare()
2362 if (!cJSON_Compare(b_element, a_element, case_sensitive)) return false; in cJSON_Compare()