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.c712 xmlBufIsEmpty(const xmlBufPtr buf) in xmlBufIsEmpty() function
DparserInternals.c1158 if (xmlBufIsEmpty(input->buf->buffer) == 0) { in xmlSwitchInputEncodingInt()
Dtree.c1373 if (!xmlBufIsEmpty(buf)) { in xmlStringLenGetNodeList()
1443 if (!xmlBufIsEmpty(buf)) { in xmlStringLenGetNodeList()
1569 if (!xmlBufIsEmpty(buf)) { in xmlStringGetNodeList()
1632 if (!xmlBufIsEmpty(buf)) { in xmlStringGetNodeList()
Dparser.c11203 (xmlBufIsEmpty(ctxt->input->buf->raw) == 0)) { in xmlParseTryOrFinish()