Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/contrib/ntp/libjsmn/example/
H A Dsimple.c14 static int jsoneq(const char *json, jsmntok_t *tok, const char *s) { in jsoneq()
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c51 char *json; in main() local
/freebsd-src/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-src/contrib/libcbor/examples/
H A Dcjson2cbor.c131 cJSON *json = cJSON_Parse(json_buffer); in main() local
/freebsd-src/contrib/libucl/tests/
H A Dtest_basic.c41 int ret = 0, opt, json = 0, compact = 0, yaml = 0, in main() local
/freebsd-src/contrib/libcbor/doc/
H A DMakefile72 json: target
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp69 llvm::json::Value json = properties_sp->ToJSON(exe_ctx); in DumpAllPropertyValues() local
H A DSection.cpp684 bool fromJSON(const llvm::json::Value &value, namespace
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp94 lldb::SBError SBStructuredData::SetFromJSON(const char *json) { in SetFromJSON()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h29 /// Dump in json format. member
/freebsd-src/contrib/libucl/src/
H A Ducl_emitter.c509 UCL_EMIT_TYPE_IMPL(json, false) in UCL_EMIT_TYPE_IMPL() argument
/freebsd-src/contrib/wpa/src/common/
H A Ddpp.c658 dpp_build_conf_req_attr(struct dpp_authentication * auth,const char * json) dpp_build_conf_req_attr() argument
785 dpp_build_conf_req(struct dpp_authentication * auth,const char * json) dpp_build_conf_req() argument
819 struct wpabuf *buf, *json; dpp_build_conf_req_helper() local
3277 struct wpabuf *json; dpp_build_conn_status() local
3308 struct wpabuf *msg = NULL, *clear = NULL, *json; dpp_build_conn_status_result() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp780 llvm::json::ObjectMapper o(value, path); namespace
H A DObjectFile.cpp768 namespace json { global() namespace
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp36 namespace json { namespace
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp243 bool json) { in DumpTraceInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp22 namespace json { namespace
[all...]
/freebsd-src/lib/libpmc/pmu-events/
H A Djevents.c246 const char *json; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2173 std::string json; SetThreadStopInfo() local
5290 const bool json = m_json.GetOptionValue().GetCurrentValue(); DoExecute() local
H A DGDBRemoteCommunicationClient.cpp2442 TestPacketSpeed(const uint32_t num_packets,uint32_t max_send,uint32_t max_recv,uint64_t recv_amount,bool json,Stream & strm) TestPacketSpeed() argument
[all...]
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3864 dtrace_json(uint64_t size, uintptr_t json, char *elemlist, int nelems, in dtrace_json() argument
5046 uintptr_t json = tupregs[0].dttk_value; local