Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DXML.h127 bool ParseMemory(const char *xml, size_t xml_length,
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp52 bool XMLDocument::ParseMemory(const char *xml, size_t xml_length, in ParseMemory() argument
57 m_document = xmlReadMemory(xml, (int)xml_length, url, nullptr, 0); in ParseMemory()