Home
last modified time | relevance | path

Searched refs:cJSON_IsArray (Results 1 – 25 of 74) sorted by relevance

123

/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/database/
H A Dcamconst.cpp138 if (cJSON_IsArray(makeModelList)) in camconst_read()
196 if (cJSON_IsArray(rangeItem)) in camconst_read()
214 if (cJSON_IsArray(isoItem)) in camconst_read()
237 if (cJSON_IsArray(levelsItem)) in camconst_read()
/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Ddimension_es.c174 } else if (cJSON_IsNumber(index) && cJSON_IsArray(extract) in _mapcache_dimension_elasticsearch_do_query()
175 && cJSON_IsArray(cJSON_GetArrayItem(extract,0))) { in _mapcache_dimension_elasticsearch_do_query()
184 } else if (cJSON_IsNumber(index) && cJSON_IsArray(extract)) { in _mapcache_dimension_elasticsearch_do_query()
188 } else if (cJSON_IsString(index) && cJSON_IsArray(extract)) { in _mapcache_dimension_elasticsearch_do_query()
203 if (!cJSON_IsArray(extract)) { in _mapcache_dimension_elasticsearch_do_query()
/dports/net/mosquitto/mosquitto-2.0.13/apps/mosquitto_ctrl/
H A Ddynsec.c111 if(j_array == NULL || !cJSON_IsArray(j_array)){ in print_list()
134 if(j_roles && cJSON_IsArray(j_roles)){ in print_roles()
200 if(j_array && cJSON_IsArray(j_array)){ in print_client()
254 if(j_array && cJSON_IsArray(j_array)){ in print_group()
296 if(j_array && cJSON_IsArray(j_array)){ in print_role()
364 if(j_acls == NULL || !cJSON_IsArray(j_acls)){ in print_default_acl_access()
402 if(j_responses == NULL || !cJSON_IsArray(j_responses)){ in dynsec__payload_callback()
/dports/devel/libcjson/cJSON-1.7.15/tests/
H A Dmisc_tests.c193 TEST_ASSERT_FALSE(cJSON_IsArray(NULL)); in typecheck_functions_should_check_type()
194 TEST_ASSERT_FALSE(cJSON_IsArray(invalid)); in typecheck_functions_should_check_type()
195 TEST_ASSERT_TRUE(cJSON_IsArray(item)); in typecheck_functions_should_check_type()
381 TEST_ASSERT_FALSE(cJSON_IsArray(NULL)); in cjson_functions_should_not_crash_with_null_pointers()
538 TEST_ASSERT_TRUE(cJSON_IsArray(number_array)); in cjson_create_array_reference_should_create_an_array_reference()
H A Djson_patch_tests.c42 TEST_ASSERT_TRUE_MESSAGE(cJSON_IsArray(json), "Json is not an array."); in parse_test_file()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/esl/src/
H A DcJSON_Utils.c206 if (cJSON_IsArray(object)) in cJSONUtils_FindPointerFromObjectTo()
298 if (cJSON_IsArray(current_element)) in get_item_from_pointer()
435 if (cJSON_IsArray(parent)) in detach_path()
959 else if (cJSON_IsArray(parent)) in apply_patch()
1021 if (!cJSON_IsArray(patches)) in cJSONUtils_ApplyPatches()
1050 if (!cJSON_IsArray(patches)) in cJSONUtils_ApplyPatchesCaseSensitive()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A DcJSON_Utils.c206 if (cJSON_IsArray(object)) in cJSONUtils_FindPointerFromObjectTo()
298 if (cJSON_IsArray(current_element)) in get_item_from_pointer()
435 if (cJSON_IsArray(parent)) in detach_path()
959 else if (cJSON_IsArray(parent)) in apply_patch()
1021 if (!cJSON_IsArray(patches)) in cJSONUtils_ApplyPatches()
1050 if (!cJSON_IsArray(patches)) in cJSONUtils_ApplyPatchesCaseSensitive()
/dports/devel/libcjson/cJSON-1.7.15/
H A DcJSON_Utils.c221 if (cJSON_IsArray(object)) in cJSONUtils_FindPointerFromObjectTo()
314 if (cJSON_IsArray(current_element)) in get_item_from_pointer()
455 if (cJSON_IsArray(parent)) in detach_path()
981 else if (cJSON_IsArray(parent)) in apply_patch()
1043 if (!cJSON_IsArray(patches)) in cJSONUtils_ApplyPatches()
1072 if (!cJSON_IsArray(patches)) in cJSONUtils_ApplyPatchesCaseSensitive()
/dports/www/civetweb/civetweb-1.15/examples/rest/cJSON/
H A DcJSON_Utils.c202 if (cJSON_IsArray(object)) in cJSONUtils_FindPointerFromObjectTo()
294 if (cJSON_IsArray(current_element)) in get_item_from_pointer()
431 if (cJSON_IsArray(parent)) in detach_path()
954 else if (cJSON_IsArray(parent)) in apply_patch()
1016 if (!cJSON_IsArray(patches)) in cJSONUtils_ApplyPatches()
1045 if (!cJSON_IsArray(patches)) in cJSONUtils_ApplyPatchesCaseSensitive()
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/source/
H A DJsonObject.cpp462 AWS_ASSERT(cJSON_IsArray(array)); in GetArray()
476 AWS_ASSERT(cJSON_IsArray(m_value)); in AsArray()
556 bool JsonView::IsListType() const { return cJSON_IsArray(m_value) != 0; } in IsListType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/json/
H A DJsonSerializer.cpp526 assert(cJSON_IsArray(array)); in GetArray()
540 assert(cJSON_IsArray(m_value)); in AsArray()
637 return cJSON_IsArray(m_value) != 0; in IsListType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/
H A DDocument.cpp552 assert(cJSON_IsArray(array)); in GetArray()
566 assert(cJSON_IsArray(m_json)); in AsArray()
581 return cJSON_IsArray(m_json) != 0; in IsListType()
/dports/net/mosquitto/mosquitto-2.0.13/plugins/dynamic-security/
H A Droles.c262 if(cJSON_IsArray(j_roles) == false){ in dynsec_roles__config_load()
310 if(j_acls && cJSON_IsArray(j_acls)){ in dynsec_roles__config_load()
398 if(j_acls && cJSON_IsArray(j_acls)){ in dynsec_roles__process_create()
869 if(j_acls && cJSON_IsArray(j_acls)){ in dynsec_roles__process_modify()
H A Dgroups.c211 if(cJSON_IsArray(j_groups) == false){ in dynsec_groups__config_load()
260 if(j_roles && cJSON_IsArray(j_roles)){ in dynsec_groups__config_load()
278 if(j_clientlist && cJSON_IsArray(j_clientlist)){ in dynsec_groups__config_load()
982 if(j_clients && cJSON_IsArray(j_clients)){ in dynsec_groups__process_modify()
H A Dclients.c123 if(cJSON_IsArray(j_clients) == false){ in dynsec_clients__config_load()
231 if(j_roles && cJSON_IsArray(j_roles)){ in dynsec_clients__config_load()
438 if(j_groups && cJSON_IsArray(j_groups)){ in dynsec_clients__process_create()
821 if(j_groups && cJSON_IsArray(j_groups)){ in dynsec_clients__process_modify()
H A Drolelist.c173 if(cJSON_IsArray(j_roles)){ in dynsec_rolelist__load_from_json()
H A Dplugin.c118 if(commands == NULL || !cJSON_IsArray(commands)){ in dynsec_control_callback()
141 if(j_actions == NULL || !cJSON_IsArray(j_actions)){ in dynsec__process_set_default_acl_access()
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/src/util/
H A DcJSON.h176 CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item);
/dports/irc/epic5/epic5-2.1.6/include/
H A DcJSON.h174 CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item);
/dports/graphics/art/ART-1.9.3/rtengine/
H A DcJSON.h179 CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/esl/src/include/
H A Desl_cJSON.h179 CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_cJSON.h179 CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item);
/dports/lang/v/v-0.1.29/thirdparty/cJSON/
H A DcJSON.h187 CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item);
/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/external/
H A DcJSON.h179 CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item);
/dports/security/aws-c-auth/aws-c-auth-0.6.5/include/aws/auth/external/
H A DcJSON.h196 CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item);

123