Home
last modified time | relevance | path

Searched refs:JSON_DECODE_ANY (Results 1 – 25 of 62) sorted by relevance

123

/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/jansson/test/suites/api/
H A Dtest_load.c83 json = json_loads("\"foo\"", JSON_DECODE_ANY, &error); in decode_any()
88 json = json_loads("42", JSON_DECODE_ANY, &error); in decode_any()
93 json = json_loads("true", JSON_DECODE_ANY, &error); in decode_any()
98 json = json_loads("null", JSON_DECODE_ANY, &error); in decode_any()
116 json = json_loads("42", JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
126 json = json_loads(imprecise, JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, in decode_int_as_real()
139 json = json_loads(big, JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
153 json = json_loads(text, JSON_ALLOW_NUL | JSON_DECODE_ANY, NULL); in allow_nul()
/dports/devel/jansson/jansson-2.14/test/suites/api/
H A Dtest_load.c87 json = json_loads("\"foo\"", JSON_DECODE_ANY, &error); in decode_any()
92 json = json_loads("42", JSON_DECODE_ANY, &error); in decode_any()
97 json = json_loads("true", JSON_DECODE_ANY, &error); in decode_any()
102 json = json_loads("null", JSON_DECODE_ANY, &error); in decode_any()
119 json = json_loads("42", JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
129 json = json_loads(imprecise, JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
141 json = json_loads(big, JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
154 json = json_loads(text, JSON_ALLOW_NUL | JSON_DECODE_ANY, NULL); in allow_nul()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/RedfishPkg/Library/JsonLib/jansson/test/suites/api/
H A Dtest_load.c87 json = json_loads("\"foo\"", JSON_DECODE_ANY, &error); in decode_any()
92 json = json_loads("42", JSON_DECODE_ANY, &error); in decode_any()
97 json = json_loads("true", JSON_DECODE_ANY, &error); in decode_any()
102 json = json_loads("null", JSON_DECODE_ANY, &error); in decode_any()
119 json = json_loads("42", JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
129 json = json_loads(imprecise, JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
141 json = json_loads(big, JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
154 json = json_loads(text, JSON_ALLOW_NUL | JSON_DECODE_ANY, NULL); in allow_nul()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jansson-fd3e9e3/test/suites/api/
H A Dtest_load.c87 json = json_loads("\"foo\"", JSON_DECODE_ANY, &error); in decode_any()
92 json = json_loads("42", JSON_DECODE_ANY, &error); in decode_any()
97 json = json_loads("true", JSON_DECODE_ANY, &error); in decode_any()
102 json = json_loads("null", JSON_DECODE_ANY, &error); in decode_any()
119 json = json_loads("42", JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
129 json = json_loads(imprecise, JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
141 json = json_loads(big, JSON_DECODE_INT_AS_REAL | JSON_DECODE_ANY, &error); in decode_int_as_real()
154 json = json_loads(text, JSON_ALLOW_NUL | JSON_DECODE_ANY, NULL); in allow_nul()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/cunit/
H A Djmap_util.testc12 json_t *jsrc = json_loads(src, JSON_DECODE_ANY, NULL); \
13 json_t *jdst = json_loads(dst, JSON_DECODE_ANY, NULL); \
15 json_t *jwant = json_loads(want, JSON_DECODE_ANY, NULL); \
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/cunit/
H A Djmap_util.testc12 json_t *jsrc = json_loads(src, JSON_DECODE_ANY, NULL); \
13 json_t *jdst = json_loads(dst, JSON_DECODE_ANY, NULL); \
15 json_t *jwant = json_loads(want, JSON_DECODE_ANY, NULL); \
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/options/
H A DOptionsManager.cpp64 auto el = json_loads(value, JSON_DECODE_ANY, &err); in getValueFromConfig()
78 auto el = json_loads(json.c_str(), JSON_DECODE_ANY, &err); in setOverride()
H A DOption.h163 std::unique_ptr<json_t> el(json_loads(desc.serialized.c_str(), JSON_DECODE_ANY, &err)); in fromDescription()
/dports/devel/jansson/jansson-2.14/test/ossfuzz/
H A Djson_load_dump_fuzzer.cc58 load_flags & JSON_DECODE_ANY, in LLVMFuzzerTestOneInput()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/RedfishPkg/Library/JsonLib/jansson/test/ossfuzz/
H A Djson_load_dump_fuzzer.cc58 load_flags & JSON_DECODE_ANY, in LLVMFuzzerTestOneInput()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jansson-fd3e9e3/test/ossfuzz/
H A Djson_load_dump_fuzzer.cc58 load_flags & JSON_DECODE_ANY, in LLVMFuzzerTestOneInput()
/dports/net/jose/jose-11/cmd/
H A Djose.c303 const int flags = JSON_DISABLE_EOF_CHECK | JSON_DECODE_ANY; in jcmd_opt_set_json()
324 const int flags = JSON_DISABLE_EOF_CHECK | JSON_DECODE_ANY; in jcmd_opt_set_jwkt()
356 const int flags = JSON_DISABLE_EOF_CHECK | JSON_DECODE_ANY; in jcmd_opt_set_jwks()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/util/
H A DLuaValueDeserializer.cpp31 JSON_DECODE_ANY | JSON_DECODE_INT_AS_REAL | JSON_ALLOW_NUL, in deserializePlainJson()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/jansson/src/
H A Djansson.h247 #define JSON_DECODE_ANY 0x4 macro
/dports/sysutils/watchman/watchman-4.5.0/thirdparty/jansson/
H A Djansson.h240 #define JSON_DECODE_ANY 0x4 macro
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/jansson/
H A Djansson.h241 #define JSON_DECODE_ANY 0x4 macro
/dports/sysutils/py-pywatchman/watchman-4.9.0/thirdparty/jansson/
H A Djansson.h297 #define JSON_DECODE_ANY 0x4 macro
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/jansson/src/
H A Djansson.h267 #define JSON_DECODE_ANY 0x4 macro
/dports/net/jose/jose-11/lib/
H A Db64.c290 out = json_loadb((char *) buf, size, JSON_DECODE_ANY, NULL); in jose_b64_dec_load()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Djson.c978 = json_loads (SSDATA (encoded), JSON_DECODE_ANY, &error);
1074 JSON_DECODE_ANY | JSON_DISABLE_EOF_CHECK,
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/RedfishPkg/Library/JsonLib/jansson/src/
H A Djansson.h327 #define JSON_DECODE_ANY 0x4 macro
/dports/devel/jansson/jansson-2.14/src/
H A Djansson.h360 #define JSON_DECODE_ANY 0x4 macro
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jansson-fd3e9e3/src/
H A Djansson.h360 #define JSON_DECODE_ANY 0x4
/dports/textproc/jshon/jshon-d919aea/
H A Djshon.c576 return json_loads(j_string, JSON_DECODE_ANY, &error); in smart_loads()
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Dschema.c1267 root = json_loads(jsontext, JSON_DECODE_ANY, &json_error); in avro_schema_from_json()
1286 root = json_loadb(jsontext, length, JSON_DECODE_ANY, &json_error); in avro_schema_from_json_length()

123