Home
last modified time | relevance | path

Searched defs:xml (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c23 struct wpabuf *xml; member
54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg()
66 static void add_entry(struct wpabuf *xml, const char *type, const char *name, in add_entry()
85 static void add_property(struct wpabuf *xml, in add_property()
159 static void add_interfaces(struct dl_list *list, struct wpabuf *xml) in add_interfaces()
181 static void add_child_nodes(struct wpabuf *xml, DBusConnection *con, in add_child_nodes()
195 static void add_introspectable_interface(struct wpabuf *xml) in add_introspectable_interface()
207 static void add_properties_interface(struct wpabuf *xml) in add_properties_interface()
233 static void add_wpas_interfaces(struct wpabuf *xml, in add_wpas_interfaces()
258 struct wpabuf *xml; in wpa_dbus_introspect() local
/freebsd/contrib/netbsd-tests/dev/dm/
H A Dh_dm.c62 char *xml; in dm_test_versions() local
102 char *xml; in dm_test_targets() local
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-failfast-unittest.py226 def assertXmlResultCount(self, result, count, xml): argument
234 def assertXmlStatusCount(self, status, count, xml): argument
/freebsd/contrib/libcbor/doc/
H A DMakefile169 xml: target
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.h28 struct xml_node_ctx *xml; member
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp54 bool XMLDocument::ParseMemory(const char *xml, size_t xml_length, in ParseMemory()
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c621 void *xml; in lib80211_alloc_regdata() local
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1600 xml_parse(BIO* xml, time_t now) in xml_parse()
1926 verify_and_update_anchor(const char* root_anchor_file, BIO* xml, BIO* p7s, in verify_and_update_anchor()
1963 BIO *xml, *p7s; in do_certupdate() local
/freebsd/contrib/wpa/src/eap_peer/
H A Dtncc.c797 char *xml, *xmlend, *endpos; in tncc_process_if_tnccs() local
/freebsd/contrib/wpa/src/eap_server/
H A Dtncs.c885 char *xml, *xmlend, *endpos; in tncs_process_if_tnccs() local
/freebsd/usr.sbin/bhyve/
H A Dgdb.c1790 const char *xml; in gdb_query() local
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c44 struct xml_node_ctx *xml; member
/freebsd/usr.sbin/ctladm/
H A Dctladm.c418 int quiet = 0, xml = 0; in cctl_port() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1746 llvm::Expected<std::string> xml = ReadExtFeature("memory-map", ""); in LoadQXferMemoryMap() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6295 XmlWriter xml; member in Catch::JunitReporter