Home
last modified time | relevance | path

Searched refs:xmlBufIsEmpty (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
Dbuf.h49 int xmlBufIsEmpty(const xmlBufPtr buf);
Dbuf.c726 xmlBufIsEmpty(const xmlBufPtr buf) in xmlBufIsEmpty() function
DparserInternals.c1171 if (xmlBufIsEmpty(input->buf->buffer) == 0) { in xmlSwitchInputEncodingInt()
Dtree.c1384 if (!xmlBufIsEmpty(buf)) { in xmlStringLenGetNodeList()
1456 if (!xmlBufIsEmpty(buf)) { in xmlStringLenGetNodeList()
1582 if (!xmlBufIsEmpty(buf)) { in xmlStringGetNodeList()
1648 if (!xmlBufIsEmpty(buf)) { in xmlStringGetNodeList()
Dparser.c11174 (xmlBufIsEmpty(ctxt->input->buf->raw) == 0)) { in xmlParseTryOrFinish()