Home
last modified time | relevance | path

Searched refs:XML_BUFFER_ALLOC_BOUNDED (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dbuf.c304 (scheme == XML_BUFFER_ALLOC_BOUNDED)) { in xmlBufSetAllocationScheme()
463 if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { in xmlBufGrowInternal()
756 if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { in xmlBufResize()
893 if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { in xmlBufAdd()
973 if (buf->alloc == XML_BUFFER_ALLOC_BOUNDED) { in xmlBufAddHead()
Dxmlreader.c2096 XML_BUFFER_ALLOC_BOUNDED); in xmlNewTextReader()
3637 XML_BUFFER_ALLOC_BOUNDED); in xmlTextReaderConstValue()
3647 XML_BUFFER_ALLOC_BOUNDED); in xmlTextReaderConstValue()
5151 XML_BUFFER_ALLOC_BOUNDED); in xmlTextReaderSetup()
Dtestapi.c1037 if (no == 1) return(XML_BUFFER_ALLOC_BOUNDED); in gen_xmlBufferAllocationScheme()
/external/libxml2/include/libxml/
Dtree.h80 XML_BUFFER_ALLOC_BOUNDED /* limit the upper size of the buffer */ enumerator