Searched refs:cJSON_ArrayForEach (Results 1 – 2 of 2) sorted by relevance
288 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
3038 cJSON_ArrayForEach(a_element, a) in cJSON_Compare()3055 cJSON_ArrayForEach(b_element, b) in cJSON_Compare()