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