/dports/devel/libvirt/libvirt-7.10.0/src/storage_file/ |
H A D | storage_source_backingstore.c | 430 const char *jsonstr, 494 jsonstr); in virStorageSourceParseBackingJSONUriCookies() 513 cookies[i], jsonstr); in virStorageSourceParseBackingJSONUriCookies() 532 const char *jsonstr, in virStorageSourceParseBackingJSONUri() argument 557 jsonstr); in virStorageSourceParseBackingJSONUri() 576 jsonstr); in virStorageSourceParseBackingJSONUri() 584 jsonstr); in virStorageSourceParseBackingJSONUri() 990 const char *jsonstr, in virStorageSourceParseBackingJSONRaw() argument 1019 jsonstr); in virStorageSourceParseBackingJSONRaw() 1185 jsonstr); in virStorageSourceParseBackingJSONInternal() [all …]
|
/dports/devel/jsonnet/jsonnet-0.17.0/case_studies/kubernetes/ |
H A D | test_same.py | 26 def jsonstr(v): function 58 if jsonstr(yaml_doc) == jsonstr(jsonnet_doc): 63 f.write(jsonstr(yaml_doc)) 66 f.write(jsonstr(jsonnet_doc))
|
/dports/devel/py-jsonnet/jsonnet-0.17.0/case_studies/kubernetes/ |
H A D | test_same.py | 30 def jsonstr(v): function 62 if jsonstr(yaml_doc) == jsonstr(jsonnet_doc): 67 f.write(jsonstr(yaml_doc)) 70 f.write(jsonstr(jsonnet_doc))
|
/dports/math/gap/gap-4.11.0/pkg/json-2.0.1/tst/ |
H A D | test_loop.tst | 3 > local jsonstr, res, jsonstream, s, streamres; 4 > jsonstr := GapToJsonString(i); 5 > res := JsonStringToGap(jsonstr); 7 > Print("Failed: ", i, " to ", res, " via ", jsonstr, "\n"); 13 > if jsonstr <> jsonstream then 14 > Print("Failed str/stream match: \n", i, "to \n", jsonstr, " and \n", jsonstream, "\n");
|
/dports/net/frr7-pythontools/frr-frr-7.5.1/bfdd/ |
H A D | config.c | 332 jo = json_tokener_parse(jsonstr); in config_request_add() 343 jo = json_tokener_parse(jsonstr); in config_request_del() 353 char *jsonstr; in config_response() local 380 jsonstr = XSTRDUP( in config_response() 385 return jsonstr; in config_response() 391 char *jsonstr; in config_notify() local 436 jsonstr = XSTRDUP( in config_notify() 441 return jsonstr; in config_notify() 447 char *jsonstr; in config_notify_config() local 490 jsonstr = XSTRDUP( in config_notify_config() [all …]
|
H A D | control.c | 716 char *jsonstr; in control_response() local 721 if (jsonstr == NULL) { in control_response() 728 jsonstrlen = strlen(jsonstr); in control_response() 746 char *jsonstr; in _control_notify() local 750 jsonstr = config_notify(bs); in _control_notify() 751 if (jsonstr == NULL) { in _control_notify() 758 jsonstrlen = strlen(jsonstr); in _control_notify() 809 char *jsonstr; in _control_notify_config() local 813 jsonstr = config_notify_config(op, bs); in _control_notify_config() 814 if (jsonstr == NULL) { in _control_notify_config() [all …]
|
/dports/net/frr7/frr-frr-7.5.1/bfdd/ |
H A D | config.c | 332 jo = json_tokener_parse(jsonstr); in config_request_add() 343 jo = json_tokener_parse(jsonstr); in config_request_del() 353 char *jsonstr; in config_response() local 380 jsonstr = XSTRDUP( in config_response() 385 return jsonstr; in config_response() 391 char *jsonstr; in config_notify() local 436 jsonstr = XSTRDUP( in config_notify() 441 return jsonstr; in config_notify() 447 char *jsonstr; in config_notify_config() local 490 jsonstr = XSTRDUP( in config_notify_config() [all …]
|
H A D | control.c | 716 char *jsonstr; in control_response() local 721 if (jsonstr == NULL) { in control_response() 728 jsonstrlen = strlen(jsonstr); in control_response() 746 char *jsonstr; in _control_notify() local 750 jsonstr = config_notify(bs); in _control_notify() 751 if (jsonstr == NULL) { in _control_notify() 758 jsonstrlen = strlen(jsonstr); in _control_notify() 809 char *jsonstr; in _control_notify_config() local 813 jsonstr = config_notify_config(op, bs); in _control_notify_config() 814 if (jsonstr == NULL) { in _control_notify_config() [all …]
|
/dports/devel/py-jsonpickle/jsonpickle-2.0.0/tests/ |
H A D | sqlalchemy_test.py | 54 jsonstr = jsonpickle.dumps(expect) 55 actual = jsonpickle.loads(jsonstr) 78 jsonstr = jsonpickle.dumps(expect) 79 actual = jsonpickle.loads(jsonstr) 104 jsonstr = jsonpickle.dumps(expect) 105 actual = jsonpickle.loads(jsonstr)
|
H A D | object_test.py | 913 jsonstr = jsonpickle.encode(obj) 924 jsonstr = jsonpickle.encode(obj) 935 jsonstr = jsonpickle.encode(obj) 943 jsonstr = jsonpickle.encode(obj) 951 jsonstr = jsonpickle.encode(obj) 960 jsonstr = jsonpickle.encode(obj) 971 jsonstr = jsonpickle.encode(obj) 981 jsonstr = jsonpickle.encode(obj) 990 jsonstr = jsonpickle.encode(obj) 1000 jsonstr = jsonpickle.encode(obj) [all …]
|
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/support/ |
H A D | log-patterns.c | 59 support_log_parse_patterns(struct spa_list *patterns, const char *jsonstr) in support_log_parse_patterns() argument 64 spa_json_init(&iter, jsonstr, strlen(jsonstr)); in support_log_parse_patterns()
|
/dports/devel/libvirt/libvirt-7.10.0/tests/ |
H A D | virnetdaemontest.c | 192 char *jsonstr = NULL; in testGenerateJSON() local 221 if (!(jsonstr = virJSONValueToString(json, true))) in testGenerateJSON() 224 fprintf(stderr, "%s\n", jsonstr); in testGenerateJSON() 229 if (!jsonstr) in testGenerateJSON() 231 return jsonstr; in testGenerateJSON()
|
/dports/dns/getdns/getdns-1.5.2/src/ |
H A D | convert.c | 1810 char *jsonstr; in getdns_yaml2dict() local 1816 if (jsonstr) { in getdns_yaml2dict() 1818 free(jsonstr); in getdns_yaml2dict() 1836 char *jsonstr; 1842 if (jsonstr) { 1844 free(jsonstr); 1860 char *jsonstr; 1866 if (jsonstr) { 1868 free(jsonstr); 1884 char *jsonstr; [all …]
|
/dports/converters/p5-JSON-XS/JSON-XS-4.03/ |
H A D | XS.xs | 2222 void decode (JSON *self, SV *jsonstr) 2224 PUTBACK; jsonstr = decode_json (jsonstr, self, 0); SPAGAIN; 2225 XPUSHs (jsonstr); 2227 void decode_prefix (JSON *self, SV *jsonstr) in decode_prefix() argument 2235 PUSHs (sv_2mortal (newSVuv (ptr_to_index (jsonstr, SvPV_nolen (jsonstr) + offset)))); in decode_prefix() 2264 if (jsonstr) 2268 if (SvUTF8 (jsonstr)) 2271 sv_utf8_upgrade (jsonstr); 2381 void decode_json (SV *jsonstr) in decode_json() argument 2387 PUTBACK; jsonstr = decode_json (jsonstr, &json, 0); SPAGAIN; in decode_json() [all …]
|
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/ |
H A D | l_util.cpp | 89 const char *jsonstr = luaL_checkstring(L, 1); in l_parse_json() local 101 std::istringstream stream(jsonstr); in l_parse_json() 109 size_t jlen = strlen(jsonstr); in l_parse_json() 113 warningstream << "data: \"" << jsonstr << "\"" << std::endl; in l_parse_json() 115 errorstream << "data: \"" << jsonstr << "\"" << std::endl; in l_parse_json() 125 errorstream << "data: \"" << jsonstr << "\"" << std::endl; in l_parse_json()
|
/dports/games/freeminer/freeminer-0.4.10.4/src/script/lua_api/ |
H A D | l_util.cpp | 160 const char *jsonstr = luaL_checkstring(L, 1); in l_parse_json() local 173 std::istringstream stream(jsonstr); in l_parse_json() 178 errorstream << "data: \"" << jsonstr << "\"" in l_parse_json() 188 errorstream << "data: \"" << jsonstr << "\"" << std::endl; in l_parse_json()
|
/dports/security/libu2f-host/libu2f-host-libu2f-host-1.1.10/u2f-host/ |
H A D | u2fmisc.c | 104 prepare_origin (const char *jsonstr, unsigned char *p) in prepare_origin() argument 110 jo = json_tokener_parse (jsonstr); in prepare_origin() 379 get_fixed_json_data (const char *jsonstr, const char *key, char *p, in get_fixed_json_data() argument 386 jo = json_tokener_parse (jsonstr); in get_fixed_json_data()
|
/dports/net-p2p/c-lightning/lightning-0.10.2/common/ |
H A D | json_stream.c | 184 const char *jsonstr) in json_add_jsonstr() argument 187 size_t len = strlen(jsonstr); in json_add_jsonstr() 192 memcpy(p, jsonstr, len); in json_add_jsonstr()
|
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/python/ |
H A D | hpackmake.py | 61 jsonstr = json.dumps(res, indent=2) 63 f.write(jsonstr)
|
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/python/ |
H A D | hpackmake.py | 61 jsonstr = json.dumps(res, indent=2) 63 f.write(jsonstr)
|
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/python/ |
H A D | hpackmake.py | 61 jsonstr = json.dumps(res, indent=2) 63 f.write(jsonstr)
|
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/python/ |
H A D | hpackmake.py | 61 jsonstr = json.dumps(res, indent=2) 63 f.write(jsonstr)
|
/dports/www/civetweb/civetweb-1.15/test/ |
H A D | page2.lua | 208 jsonstr = [[{ 236 jsonev = json.decode(jsonstr) 237 mg.write(htmlEsc(jsonstr))
|
/dports/biology/py-multiqc/multiqc-1.10/multiqc/utils/ |
H A D | util_functions.py | 71 jsonstr = json.dumps(data, indent=4, cls=MQCJSONEncoder, ensure_ascii=False) 72 print(jsonstr.encode("utf-8", "ignore").decode("utf-8"), file=f)
|
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass/ |
H A D | transpiler.go | 163 func jsonToError(jsonstr string) (e Error) { 164 _ = json.Unmarshal([]byte(jsonstr), &e)
|