Home
last modified time | relevance | path

Searched refs:cJSON_CreateBool (Results 1 – 25 of 101) sorted by relevance

12345

/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/cjson/
H A DcJSON.h88 extern cJSON *cJSON_CreateBool(int b);
132 #define cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b…
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cjson/
H A DcJSON.h88 extern cJSON *cJSON_CreateBool(int b);
132 #define cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b…
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A DcJSON.h88 extern cJSON *cJSON_CreateBool(int b);
132 …ne cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/loader/
H A DcJSON.h107 extern cJSON *cJSON_CreateBool(int b);
161 #define cJSON_AddBoolToObject(object, name, b) cJSON_AddItemToObject(object, name, cJSON_CreateBool
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/loader/
H A DcJSON.h107 extern cJSON *cJSON_CreateBool(int b);
161 #define cJSON_AddBoolToObject(object, name, b) cJSON_AddItemToObject(object, name, cJSON_CreateBool
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_diameter_server/
H A DcJSON.h91 extern cJSON *cJSON_CreateBool(int b);
138 #define cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b…
/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/
H A DcJSON.h115 extern cJSON *cJSON_CreateBool(int b);
167 #define cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b…
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/loader/
H A DcJSON.h100 cJSON *cJSON_CreateBool(const struct loader_instance *instance, int b);
154 #define cJSON_AddBoolToObject(object, name, b) cJSON_AddItemToObject(object, name, cJSON_CreateBool
/dports/lang/v/v-0.1.29/vlib/json/
H A Djson_primitives.v114 fn C.cJSON_CreateBool() &C.cJSON
175 return C.cJSON_CreateBool(val)
/dports/games/flightgear/flightgear-2020.3.11/src/Network/http/
H A Djsonprops.cxx80 return cJSON_CreateBool(n->getBoolValue()); in valueToJson()
103 cJSON_AddItemToObject(json, "value", cJSON_CreateBool(n->getBoolValue())); in toJson()
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/src/util/
H A DcJSON.h184 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
241 #define cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b…
/dports/irc/epic5/epic5-2.1.6/include/
H A DcJSON.h182 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
243 #define cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_member.c171 …cJSON_AddItemToObject(audio, "muted", cJSON_CreateBool(!conference_utils_member_test_flag(member, … in conference_member_update_status_field()
172 …cJSON_AddItemToObject(audio, "deaf", cJSON_CreateBool(!conference_utils_member_test_flag(member, M… in conference_member_update_status_field()
173 …cJSON_AddItemToObject(audio, "onHold", cJSON_CreateBool(switch_channel_test_flag(member->channel, … in conference_member_update_status_field()
174 …cJSON_AddItemToObject(audio, "talking", cJSON_CreateBool(conference_utils_member_test_flag(member,… in conference_member_update_status_field()
175 …cJSON_AddItemToObject(audio, "floor", cJSON_CreateBool(member->id == member->conference->floor_hol… in conference_member_update_status_field()
189 …cJSON_AddItemToObject(video, "videoOnly", cJSON_CreateBool(switch_channel_test_flag(member->channe… in conference_member_update_status_field()
194 cJSON_AddItemToObject(video, "avatarPresented", cJSON_CreateBool(!!member->avatar_png_img)); in conference_member_update_status_field()
196 …cJSON_AddItemToObject(video, "muted", cJSON_CreateBool(!conference_utils_member_test_flag(member, … in conference_member_update_status_field()
197 …cJSON_AddItemToObject(video, "floor", cJSON_CreateBool(member->id == member->conference->video_flo… in conference_member_update_status_field()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plusgpl/
H A DcJSON.h85 extern cJSON *cJSON_CreateBool(int b);
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plusgpl/
H A DcJSON.h85 extern cJSON *cJSON_CreateBool(int b);
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plusgpl/
H A DcJSON.h85 extern cJSON *cJSON_CreateBool(int b);
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plusgpl/
H A DcJSON.h85 extern cJSON *cJSON_CreateBool(int b);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/keybinder/
H A DcJSON.h108 extern cJSON* cJSON_CreateBool(int b);
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plusgpl/
H A DcJSON.h85 extern cJSON *cJSON_CreateBool(int b);
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/external/cJSON/
H A DcJSON.h90 extern cJSON *cJSON_CreateBool(int b);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/outofcore/include/pcl/outofcore/
H A DcJSON.h96 PCLAPI(cJSON *) cJSON_CreateBool(int b);
/dports/security/gpgme-qt5/gpgme-1.15.1/src/
H A DcJSON.h113 extern cJSON *cJSON_CreateBool(int b);
/dports/security/gpgme/gpgme-1.15.1/src/
H A DcJSON.h113 extern cJSON *cJSON_CreateBool(int b);
/dports/security/gpgme-cpp/gpgme-1.15.1/src/
H A DcJSON.h113 extern cJSON *cJSON_CreateBool(int b);
/dports/security/py-gpgme/gpgme-1.15.1/src/
H A DcJSON.h113 extern cJSON *cJSON_CreateBool(int b);

12345