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.c2101 XML_BUFFER_ALLOC_BOUNDED); in xmlNewTextReader()
3642 XML_BUFFER_ALLOC_BOUNDED); in xmlTextReaderConstValue()
3652 XML_BUFFER_ALLOC_BOUNDED); in xmlTextReaderConstValue()
5162 XML_BUFFER_ALLOC_BOUNDED); in xmlTextReaderSetup()
Dtestapi.c1038 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