Home
last modified time | relevance | path

Searched defs:json (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/crypto/openssl/ssl/quic/
H A Djson_enc.c116 static int json_ensure_stack_size(OSSL_JSON_ENC *json, size_t num_bytes) in json_ensure_stack_size()
140 static int json_push(OSSL_JSON_ENC *json, unsigned int v) in json_push()
173 static int json_pop(OSSL_JSON_ENC *json) in json_pop()
191 static int json_peek(OSSL_JSON_ENC *json) in json_peek()
221 static ossl_inline int in_ijson(const OSSL_JSON_ENC *json) in in_ijson()
226 static ossl_inline int in_seq(const OSSL_JSON_ENC *json) in in_seq()
231 static ossl_inline int in_pretty(const OSSL_JSON_ENC *json) in in_pretty()
236 int ossl_json_init(OSSL_JSON_ENC *json, BIO *bio, uint32_t flags) in ossl_json_init()
248 void ossl_json_cleanup(OSSL_JSON_ENC *json) in ossl_json_cleanup()
258 int ossl_json_flush_cleanup(OSSL_JSON_ENC *json) in ossl_json_flush_cleanup()
[all …]
H A Dqlog.c42 OSSL_JSON_ENC json; member
/freebsd/contrib/wpa/src/utils/
H A Djson.c481 void json_free(struct json_token *json) in json_free()
493 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member()
508 struct wpabuf * json_get_member_base64url(struct json_token *json, in json_get_member_base64url()
531 struct wpabuf * json_get_member_base64(struct json_token *json, in json_get_member_base64()
603 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int()
609 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string()
615 int json_add_string_escape(struct wpabuf *json, const char *name, in json_add_string_escape()
631 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, in json_add_base64url()
645 int json_add_base64(struct wpabuf *json, const char *name, const void *val, in json_add_base64()
659 void json_start_object(struct wpabuf *json, const char *name) in json_start_object()
[all …]
H A Dutils_module_tests.c847 const char *json; member
/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc178 pmc_log_event(int fd, struct pmclog_ev *ev, bool json) in pmc_log_event()
198 char *events, char *processes, char *threads, bool exclusive, bool json, int infd, in pmc_filter_handler()
305 bool exclusive, json; in cmd_pmc_filter() local
/freebsd/contrib/ntp/libjsmn/example/
H A Dsimple.c14 static int jsoneq(const char *json, jsmntok_t *tok, const char *s) { in jsoneq()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c51 char *json; in main() local
/freebsd/contrib/libucl/tests/
H A Dtest_streamline.c41 int ret = 0, opt, json = 0, compact = 0, yaml = 0; in main() local
H A Dtest_basic.c41 int ret = 0, opt, json = 0, compact = 0, yaml = 0, in main() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp65 Expected<json::Value> json = json::parse(text); in CreateInstance() local
123 Expected<json::Value> json = json::parse(text); in GetModuleSpecifications() local
/freebsd/contrib/libcbor/examples/
H A Dcjson2cbor.c131 cJSON *json = cJSON_Parse(json_buffer); in main() local
/freebsd/contrib/libcbor/doc/
H A DMakefile72 json: target
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp62 llvm::json::Value json = properties_sp->ToJSON(exe_ctx); DumpAllPropertyValues() local
H A DSection.cpp682 namespace json { namespace
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp94 lldb::SBError SBStructuredData::SetFromJSON(const char *json) { in SetFromJSON()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth_otp.c211 char **json) in codec_encode_challenge()
315 codec_decode_challenge(krb5_context ctx, const char *json) in codec_decode_challenge()
995 char *json; in otp_client_prep_questions() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h30 bool json = false; member
/freebsd/contrib/libucl/src/
H A Ducl_emitter.c537 UCL_EMIT_TYPE_IMPL(json, false) in UCL_EMIT_TYPE_IMPL() argument
/freebsd/contrib/wpa/src/common/
H A Ddpp.c784 const char *json) in dpp_build_conf_req_attr()
943 const char *json) in dpp_build_conf_req()
979 struct wpabuf *buf = NULL, *json = NULL; in dpp_build_conf_req_helper() local
3784 struct wpabuf *json; in dpp_build_conn_status() local
3815 struct wpabuf *msg = NULL, *clear = NULL, *json; in dpp_build_conn_status_result() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp777 namespace json { namespace
H A DSymbol.cpp776 namespace json { namespace
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp243 bool json) { in DumpTraceInfo() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp36 namespace json { namespace
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp22 namespace json { namespace
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c246 const char *json; member
[all...]

12