Searched refs:cJSON_ArrayForEach (Results 1 – 5 of 5) sorted by relevance
283 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
3063 cJSON_ArrayForEach(a_element, a) in cJSON_Compare()3080 cJSON_ArrayForEach(b_element, b) in cJSON_Compare()
281 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
235 cJSON_ArrayForEach(sub, aps) in icon_anim_end()
3076 cJSON_ArrayForEach(a_element, a) in cJSON_Compare()3093 cJSON_ArrayForEach(b_element, b) in cJSON_Compare()