Home
last modified time | relevance | path

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

12345

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonutils.cpp177 if( json_type_boolean == type ) in GeoJSONPropertyToFieldType()
222 bOnlyBoolean &= (type == json_type_boolean); in GeoJSONPropertyToFieldType()
235 type != json_type_boolean) in GeoJSONPropertyToFieldType()
/dports/devel/json-c/json-c-0.15/tests/
H A Dtest_cast.c90 json_type_to_name(json_type_boolean), json_type_to_name(json_type_double), 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.c89 json_type_to_name(json_type_boolean), in checktype_header()
105 json_object_is_type(o, json_type_boolean), in checktype()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/tests/
H A Dtest_cast.c89 json_type_to_name(json_type_boolean), in checktype_header()
105 json_object_is_type(o, json_type_boolean), in checktype()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_object.c228 case json_type_boolean: in json_object_set_serializer()
441 struct json_object *jso = json_object_new(json_type_boolean); in json_object_new_boolean()
452 case json_type_boolean: in json_object_get_boolean()
517 case json_type_boolean: in json_object_get_int()
543 case json_type_boolean: in json_object_get_int64()
601 case json_type_boolean: in json_object_get_double()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/json/
H A Djson_object.c284 struct json_object *this = json_object_new(json_type_boolean); in json_object_new_boolean()
295 case json_type_boolean: in json_object_get_boolean()
336 case json_type_boolean: in json_object_get_int()
373 case json_type_boolean: in json_object_get_double()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_object.c254 case json_type_boolean: in json_object_set_serializer()
468 struct json_object *jso = json_object_new(json_type_boolean); in json_object_new_boolean()
479 case json_type_boolean: in json_object_get_boolean()
548 case json_type_boolean: in json_object_get_int()
578 case json_type_boolean: in json_object_get_int64()
639 case json_type_boolean: in json_object_get_double()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_object.c254 case json_type_boolean: in json_object_set_serializer()
468 struct json_object *jso = json_object_new(json_type_boolean); in json_object_new_boolean()
479 case json_type_boolean: in json_object_get_boolean()
548 case json_type_boolean: in json_object_get_int()
578 case json_type_boolean: in json_object_get_int64()
639 case json_type_boolean: in json_object_get_double()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/
H A Djson_object.c286 case json_type_boolean: in json_object_set_serializer()
562 struct json_object *jso = json_object_new(json_type_boolean); in json_object_new_boolean()
576 case json_type_boolean: in json_object_get_boolean()
590 if (!jso || jso->o_type!=json_type_boolean) in json_object_set_boolean()
655 case json_type_boolean: in json_object_get_int()
695 case json_type_boolean: in json_object_get_int64()
917 case json_type_boolean: in json_object_get_double()
1274 case json_type_boolean: in json_object_equal()
1333 case json_type_boolean: in json_c_shallow_copy_default()
H A Djson_visit.c57 case json_type_boolean: in _json_c_visit()
/dports/net/mpich/mpich-3.4.3/modules/json-c/
H A Djson_object.c296 case json_type_boolean: in json_object_set_serializer()
577 struct json_object *jso = json_object_new(json_type_boolean); in json_object_new_boolean()
591 case json_type_boolean: in json_object_get_boolean()
605 if (!jso || jso->o_type!=json_type_boolean) in json_object_set_boolean()
670 case json_type_boolean: in json_object_get_int()
712 case json_type_boolean: in json_object_get_int64()
965 case json_type_boolean: in json_object_get_double()
1336 case json_type_boolean: in json_object_equal()
1396 case json_type_boolean: in json_c_shallow_copy_default()
H A Djson_visit.c57 case json_type_boolean: in _json_c_visit()
/dports/devel/json-c/json-c-0.15/
H A Djson_object.c419 case json_type_boolean: in json_object_set_serializer()
695 case json_type_boolean: return JC_BOOL_C(jso)->c_boolean; in json_object_get_boolean()
711 if (!jso || jso->o_type != json_type_boolean) in json_object_set_boolean()
788 case json_type_boolean: return JC_BOOL_C(jso)->c_boolean; in json_object_get_int()
847 case json_type_boolean: return JC_BOOL_C(jso)->c_boolean; in json_object_get_int64()
885 case json_type_boolean: return JC_BOOL_C(jso)->c_boolean; in json_object_get_uint64()
1181 case json_type_boolean: return JC_BOOL_C(jso)->c_boolean; in json_object_get_double()
1582 case json_type_boolean: return (JC_BOOL(jso1)->c_boolean == JC_BOOL(jso2)->c_boolean); in json_object_equal()
1658 case json_type_boolean: *dst = json_object_new_boolean(JC_BOOL(src)->c_boolean); break; in json_c_shallow_copy_default()
H A Djson_types.h66 json_type_boolean, enumerator
H A Djson_visit.c51 case json_type_boolean: in _json_c_visit()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/json-c/
H A Djson_object.c419 case json_type_boolean: in json_object_set_serializer()
695 case json_type_boolean: return JC_BOOL_C(jso)->c_boolean; in json_object_get_boolean()
711 if (!jso || jso->o_type != json_type_boolean) in json_object_set_boolean()
788 case json_type_boolean: return JC_BOOL_C(jso)->c_boolean; in json_object_get_int()
847 case json_type_boolean: return JC_BOOL_C(jso)->c_boolean; in json_object_get_int64()
885 case json_type_boolean: return JC_BOOL_C(jso)->c_boolean; in json_object_get_uint64()
1181 case json_type_boolean: return JC_BOOL_C(jso)->c_boolean; in json_object_get_double()
1582 case json_type_boolean: return (JC_BOOL(jso1)->c_boolean == JC_BOOL(jso2)->c_boolean); in json_object_equal()
1658 case json_type_boolean: *dst = json_object_new_boolean(JC_BOOL(src)->c_boolean); break; in json_c_shallow_copy_default()
H A Djson_types.h66 json_type_boolean, enumerator
H A Djson_visit.c51 case json_type_boolean: in _json_c_visit()
/dports/devel/objecthash/objecthash-770874c/
H A Dobjecthash.c164 case json_type_boolean: in object_hash()
200 case json_type_boolean: in apply_to_leaves()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonutils.cpp738 if( json_type_boolean == type ) in GeoJSONPropertyToFieldType()
788 bOnlyBoolean &= type == json_type_boolean; in GeoJSONPropertyToFieldType()
801 type != json_type_boolean ) in GeoJSONPropertyToFieldType()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonutils.cpp738 if( json_type_boolean == type ) in GeoJSONPropertyToFieldType()
788 bOnlyBoolean &= type == json_type_boolean; in GeoJSONPropertyToFieldType()
801 type != json_type_boolean ) in GeoJSONPropertyToFieldType()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonutils.cpp738 if( json_type_boolean == type ) in GeoJSONPropertyToFieldType()
788 bOnlyBoolean &= type == json_type_boolean; in GeoJSONPropertyToFieldType()
801 type != json_type_boolean ) in GeoJSONPropertyToFieldType()
/dports/devel/libubox/libubox-c83a84af/
H A Djshn.c121 case json_type_boolean: in add_json_element()
156 case json_type_boolean: in add_json_element()
/dports/science/silo/silo-4.10.2-bsd/tools/json/
H A Djsonify_silo_example.c112 case json_type_boolean: in DBWriteJsonObject()
116 if (jtype == json_type_boolean && json_object_get_boolean(mobj)) in DBWriteJsonObject()
/dports/databases/libmongo-client/libmongo-client-libmongo-client-0.1.6.3/docs/tutorial/examples/
H A Dtut_json2bson.c18 case json_type_boolean:

12345