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.c1173 if (xmlBufIsEmpty(input->buf->buffer) == 0) { in xmlSwitchInputEncodingInt()
Dtree.c1378 if (!xmlBufIsEmpty(buf)) { in xmlStringLenGetNodeList()
1448 if (!xmlBufIsEmpty(buf)) { in xmlStringLenGetNodeList()
1574 if (!xmlBufIsEmpty(buf)) { in xmlStringGetNodeList()
1638 if (!xmlBufIsEmpty(buf)) { in xmlStringGetNodeList()
Dparser.c11438 (xmlBufIsEmpty(ctxt->input->buf->raw) == 0)) { in xmlParseTryOrFinish()