Searched refs:cJSON_Compare (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | cJSON.h | 251 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON *const a, const cJSON *const b, const cJSON_bool…
|
| H A D | cJSON.c | 2285 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()
|