Home
last modified time | relevance | path

Searched refs:xml_length (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h127 bool ParseMemory(const char *xml, size_t xml_length,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp54 bool XMLDocument::ParseMemory(const char *xml, size_t xml_length, in ParseMemory() argument
59 m_document = xmlReadMemory(xml, (int)xml_length, url, nullptr, 0); in ParseMemory()