Home
last modified time | relevance | path

Searched defs:xml_data (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/unbound/smallapp/
H A Dunbound-anchor.c1183 struct xml_data { struct
1185 XML_Parser parser;
1187 char* tag;
1211 xml_selectbio(struct xml_data* data, const char* tag) in xml_selectbio() argument
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c2660 xml_data(void *userData, const char *s, int len) in xml_data() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4638 std::string xml_data; in GetGDBServerRegisterInfo() local