Home
last modified time | relevance | path

Searched refs:json_type_null (Results 1 – 25 of 63) sorted by relevance

123

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmJSON.cxx610 assert( jvaluetype != json_type_null && jvaluetype == json_type_array ); in ProcessJSONElement()
614 assert( jsqtype == json_type_null ); in ProcessJSONElement()
672 assert( jpntype == json_type_null ); in ProcessJSONElement()
676 assert( jvaluetype == json_type_null || jvaluetype == json_type_array ); in ProcessJSONElement()
689 assert( valuetype != json_type_null ); in ProcessJSONElement()
732 assert( valuetype == json_type_null ); in ProcessJSONElement()
758 assert( jvaluetype == json_type_array || jvaluetype == json_type_null ); in ProcessJSONElement()
892 assert( valuetype != json_type_null ); in ProcessJSONElement()
908 assert( valuetype == json_type_null ); in ProcessJSONElement()
921 assert( jvaluebintype == json_type_null && jvaluetype == json_type_null ); in ProcessJSONElement()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmJSON.cxx610 assert( jvaluetype != json_type_null && jvaluetype == json_type_array ); in ProcessJSONElement()
614 assert( jsqtype == json_type_null ); in ProcessJSONElement()
672 assert( jpntype == json_type_null ); in ProcessJSONElement()
676 assert( jvaluetype == json_type_null || jvaluetype == json_type_array ); in ProcessJSONElement()
689 assert( valuetype != json_type_null ); in ProcessJSONElement()
732 assert( valuetype == json_type_null ); in ProcessJSONElement()
758 assert( jvaluetype == json_type_array || jvaluetype == json_type_null ); in ProcessJSONElement()
892 assert( valuetype != json_type_null ); in ProcessJSONElement()
908 assert( valuetype == json_type_null ); in ProcessJSONElement()
921 assert( jvaluebintype == json_type_null && jvaluetype == json_type_null ); in ProcessJSONElement()
/dports/devel/json-c/json-c-0.15/tests/
H A Dtest_cast.c89 printf("json_object_is_type: %s,%s,%s,%s,%s,%s,%s\n", json_type_to_name(json_type_null), in checktype_header()
101 json_object_is_type(o, json_type_null), json_object_is_type(o, json_type_boolean), in checktype()
/dports/net/mpich/mpich-3.4.3/modules/json-c/tests/
H A Dtest_cast.c88 json_type_to_name(json_type_null), in checktype_header()
104 json_object_is_type(o, json_type_null), in checktype()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/tests/
H A Dtest_cast.c88 json_type_to_name(json_type_null), in checktype_header()
104 json_object_is_type(o, json_type_null), in checktype()
/dports/devel/json-c/json-c-0.15/
H A Djson_types.h65 json_type_null, enumerator
H A Djson_visit.c50 case json_type_null: in _json_c_visit()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/json-c/
H A Djson_types.h65 json_type_null, enumerator
H A Djson_visit.c50 case json_type_null: in _json_c_visit()
/dports/devel/objecthash/objecthash-770874c/
H A Dobjecthash.c178 case json_type_null: in object_hash()
203 case json_type_null: in apply_to_leaves()
/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dsilo_json.c1111 case json_type_null:
1377 return json_type_null; /* invalid diff */
1381 return json_type_null; /* invalid diff */
1548 case json_type_null:
1550 return json_type_null;
1721 case json_type_null: break; in DBWriteJsonObject()
/dports/devel/libubox/libubox-c83a84af/
H A Djshn.c130 case json_type_null: in add_json_element()
165 case json_type_null: in add_json_element()
/dports/net/mpich/mpich-3.4.3/modules/json-c/
H A Djson_visit.c56 case json_type_null: in _json_c_visit()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/
H A Djson_visit.c56 case json_type_null: in _json_c_visit()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlookup.c424 if (jindex == NULL || json_object_is_type(jindex, json_type_null)) { in build_StringTable()
479 if (jindex == NULL || json_object_is_type(jindex, json_type_null)) { in build_ArrayTable()
537 if (jindex == NULL || json_object_is_type(jindex, json_type_null)) { in build_SparseArrayTable()
609 if (jvalue == NULL || json_object_is_type(jvalue, json_type_null)) { in lookupBuildTable_v1()
674 if (jversion != NULL && !json_object_is_type(jversion, json_type_null)) { in lookupBuildTable()
/dports/devel/liblognorm/liblognorm-2.0.6/tests/
H A Djson_eq.c58 case json_type_null: in eq()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_object.c194 return (type == json_type_null); in json_object_is_type()
201 return json_type_null; in json_object_get_type()
225 case json_type_null: in json_object_set_serializer()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/json/
H A Djson_object.h38 json_type_null, enumerator
/dports/devel/liblognorm/liblognorm-2.0.6/src/
H A Denc_csv.c159 case json_type_null: in ln_addField_CSV()
H A Denc_syslog.c135 case json_type_null: in ln_addField_Syslog()
H A Denc_xml.c160 case json_type_null: in ln_addField_XML()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/power/cray_aries/
H A Dpower_cray_aries.c523 case json_type_null: in _parse_capable_control()
635 case json_type_null: in _json_parse_capabilities()
815 case json_type_null: in _parse_caps_control()
890 case json_type_null: in _json_parse_nid()
1019 case json_type_null: in _json_parse_ready()
1207 case json_type_null: in _json_parse_energy()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_object.c220 return (type == json_type_null); in json_object_is_type()
227 return json_type_null; in json_object_get_type()
251 case json_type_null: in json_object_set_serializer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_object.c220 return (type == json_type_null); in json_object_is_type()
227 return json_type_null; in json_object_get_type()
251 case json_type_null: in json_object_set_serializer()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmrestd/
H A Dxjson.c83 case json_type_null: in _json_to_data()

123