Searched defs:b (Results 1 – 2 of 2) sorted by relevance
35 #define strcasecmp(a,b) _stricmp(a,b) argument
547 static cJSON_bool compare_double(double a, double b) in compare_double()1190 #define cjson_min(a, b) (((a) < (b)) ? (a) : (b)) argument2952 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo… in cJSON_Compare()