Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/smallapp/
HDunbound-anchor.c1169 struct xml_data { struct
1171 XML_Parser parser;
1173 char* tag;
1197 xml_selectbio(struct xml_data* data, const char* tag) in xml_selectbio() argument
/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_support_format_xar.c2673 xml_data(void *userData, const char *s, int len) in xml_data() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp4411 std::string xml_data; in GetGDBServerRegisterInfo() local