Home
last modified time | relevance | path

Searched defs:cJSON_ArrayForEach (Results 1 – 25 of 25) sorted by relevance

/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/contrib_cJSON/cjson/
H A DcJSON.h283 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/include/aws/core/external/cjson/
H A DcJSON.h295 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/include/aws/crt/external/
H A DcJSON.h301 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/esl/src/include/
H A Desl_cJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_cJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DcJSON.h283 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/graphics/libavif/libavif-0.9.3/tests/
H A DcJSON.h283 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/lang/v/v-0.1.29/thirdparty/cJSON/
H A DcJSON.h275 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/devel/libcjson/cJSON-1.7.15/
H A DcJSON.h283 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/tests/
H A DcJSON.h283 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/security/aws-c-auth/aws-c-auth-0.6.5/include/aws/auth/external/
H A DcJSON.h284 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/benchmarks/iperf3/iperf-3.10.1/src/
H A Dcjson.h288 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/graphics/art/ART-1.9.3/rtengine/
H A DcJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/external/
H A DcJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/www/civetweb/civetweb-1.15/examples/rest/cJSON/
H A DcJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/external/cJSON/
H A DcJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/external/cJSON/
H A DcJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/external/cJSON/
H A DcJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/graphics/mapcache/mapcache-1.10.0/include/
H A DcJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A DcJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/database/
H A DcJSON.h267 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_diameter_server/
H A DcJSON.h147 #define cJSON_ArrayForEach(pos, head) for(pos = (head)->child; pos != NULL; pos = pos->next) macro
/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/
H A DcJSON.h179 #define cJSON_ArrayForEach(pos, head) for(pos = (head)->child; pos != NULL; pos = pos->next) macro
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/src/util/
H A DcJSON.h253 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro
/dports/irc/epic5/epic5-2.1.6/include/
H A DcJSON.h255 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… macro