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