Home
last modified time | relevance | path

Searched refs:json_type_to_name (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/json-c/json-c-0.15/tests/
H A Dtest_cast.c78 printf("new_obj.%s json_object_get_type()=%s\n", field, json_type_to_name(o_type)); in getit()
89 printf("json_object_is_type: %s,%s,%s,%s,%s,%s,%s\n", json_type_to_name(json_type_null), in checktype_header()
90 json_type_to_name(json_type_boolean), json_type_to_name(json_type_double), in checktype_header()
91 json_type_to_name(json_type_int), json_type_to_name(json_type_object), in checktype_header()
92 json_type_to_name(json_type_array), json_type_to_name(json_type_string)); in checktype_header()
/dports/net/mpich/mpich-3.4.3/modules/json-c/tests/
H A Dtest_cast.c74 json_type_to_name(o_type)); in getit()
88 json_type_to_name(json_type_null), in checktype_header()
89 json_type_to_name(json_type_boolean), in checktype_header()
90 json_type_to_name(json_type_double), in checktype_header()
91 json_type_to_name(json_type_int), in checktype_header()
92 json_type_to_name(json_type_object), in checktype_header()
93 json_type_to_name(json_type_array), in checktype_header()
94 json_type_to_name(json_type_string)); in checktype_header()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/tests/
H A Dtest_cast.c74 json_type_to_name(o_type)); in getit()
88 json_type_to_name(json_type_null), in checktype_header()
89 json_type_to_name(json_type_boolean), in checktype_header()
90 json_type_to_name(json_type_double), in checktype_header()
91 json_type_to_name(json_type_int), in checktype_header()
92 json_type_to_name(json_type_object), in checktype_header()
93 json_type_to_name(json_type_array), in checktype_header()
94 json_type_to_name(json_type_string)); in checktype_header()
/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/charsets/fontconfig/test/
H A Dtest-conf.c107 …derr, "W: unexpected object to build a pattern: (%s %s)", iter.key, json_type_to_name (json_object… in build_pattern()
188 …fprintf (stderr, "W: invalid type of method: (%s)\n", json_type_to_name (json_object_get_type (ite… in run_test()
197 …fprintf (stderr, "W: invalid type of query: (%s)\n", json_type_to_name (json_object_get_type (iter… in run_test()
208 …fprintf (stderr, "W: invalid type of result: (%s)\n", json_type_to_name (json_object_get_type (ite… in run_test()
219 …fprintf (stderr, "W: invalid type of result_fs: (%s)\n", json_type_to_name (json_object_get_type (… in run_test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/fontconfig/src/test/
H A Dtest-conf.c107 …derr, "W: unexpected object to build a pattern: (%s %s)", iter.key, json_type_to_name (json_object… in build_pattern()
188 …fprintf (stderr, "W: invalid type of method: (%s)\n", json_type_to_name (json_object_get_type (ite… in run_test()
197 …fprintf (stderr, "W: invalid type of query: (%s)\n", json_type_to_name (json_object_get_type (iter… in run_test()
208 …fprintf (stderr, "W: invalid type of result: (%s)\n", json_type_to_name (json_object_get_type (ite… in run_test()
219 …fprintf (stderr, "W: invalid type of result_fs: (%s)\n", json_type_to_name (json_object_get_type (… in run_test()
/dports/x11-fonts/fontconfig/fontconfig-2.13.94/test/
H A Dtest-conf.c247 …derr, "W: unexpected object to build a pattern: (%s %s)", iter.key, json_type_to_name (json_object… in build_pattern()
330 …fprintf (stderr, "W: invalid type of method: (%s)\n", json_type_to_name (json_object_get_type (ite… in run_test()
339 …fprintf (stderr, "W: invalid type of query: (%s)\n", json_type_to_name (json_object_get_type (iter… in run_test()
350 …fprintf (stderr, "W: invalid type of result: (%s)\n", json_type_to_name (json_object_get_type (ite… in run_test()
361 …fprintf (stderr, "W: invalid type of result_fs: (%s)\n", json_type_to_name (json_object_get_type (… in run_test()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_util.h35 extern const char *json_type_to_name(enum json_type o_type);
H A Djson_object.c76 MC_DEBUG("\t%s:%p\n", json_type_to_name(obj->o_type), obj); in json_object_fini()
165 json_type_to_name(jso->o_type), jso); in json_object_generic_delete()
183 MC_DEBUG("json_object_new_%s: %p\n", json_type_to_name(jso->o_type), jso); in json_object_new()
H A Dsymbol_renames.h100 #define json_type_to_name gdal_json_type_to_name macro
H A Djson_util.c291 const char *json_type_to_name(enum json_type o_type) in json_type_to_name() function
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_util.h35 extern const char *json_type_to_name(enum json_type o_type);
H A Djson_object.c79 MC_DEBUG("\t%s:%p\n", json_type_to_name(obj->o_type), obj); in json_object_fini()
191 json_type_to_name(jso->o_type), jso); in json_object_generic_delete()
209 MC_DEBUG("json_object_new_%s: %p\n", json_type_to_name(jso->o_type), jso); in json_object_new()
H A Dsymbol_renames.h99 #define json_type_to_name gdal_json_type_to_name macro
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_util.h35 extern const char *json_type_to_name(enum json_type o_type);
H A Djson_object.c79 MC_DEBUG("\t%s:%p\n", json_type_to_name(obj->o_type), obj); in json_object_fini()
191 json_type_to_name(jso->o_type), jso); in json_object_generic_delete()
209 MC_DEBUG("json_object_new_%s: %p\n", json_type_to_name(jso->o_type), jso); in json_object_new()
H A Dsymbol_renames.h99 #define json_type_to_name gdal_json_type_to_name macro
/dports/devel/libfastjson/libfastjson-0.99.9/
H A Djson_util.h45 #define json_type_to_name fjson_type_to_name macro
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/
H A Djson_util.h100 extern const char *json_type_to_name(enum json_type o_type);
H A Djson_util.c233 const char *json_type_to_name(enum json_type o_type) in json_type_to_name() function
/dports/net/mpich/mpich-3.4.3/modules/json-c/
H A Djson_util.h112 JSON_EXPORT const char *json_type_to_name(enum json_type o_type);
H A Djson_util.c257 const char *json_type_to_name(enum json_type o_type) in json_type_to_name() function
/dports/devel/json-c/json-c-0.15/
H A Djson_util.h115 JSON_EXPORT const char *json_type_to_name(enum json_type o_type);
H A Djson-c.sym144 json_type_to_name;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/json-c/
H A Djson_util.h115 JSON_EXPORT const char *json_type_to_name(enum json_type o_type);
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_rest/
H A Dconfig.h.in15 /* Define to 1 if you have the `json_type_to_name' function. */

12