Home
last modified time | relevance | path

Searched refs:contentIO (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dtree.c6856 ret->contentIO = NULL; in xmlBufferCreate()
6889 ret->contentIO = NULL; in xmlBufferCreateSize()
6966 (buf->contentIO != NULL)) { in xmlBufferFree()
6967 xmlFree(buf->contentIO); in xmlBufferFree()
6989 (buf->contentIO != NULL)) { in xmlBufferEmpty()
6990 size_t start_buf = buf->content - buf->contentIO; in xmlBufferEmpty()
6993 buf->content = buf->contentIO; in xmlBufferEmpty()
7017 ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL))) { in xmlBufferShrink()
7029 if ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL)) { in xmlBufferShrink()
7030 size_t start_buf = buf->content - buf->contentIO; in xmlBufferShrink()
[all …]
DxmlIO.c2334 ret->buffer->contentIO = ret->buffer->content; in xmlAllocOutputBufferInternal()
/external/libxml2/include/libxml/
Dtree.h92 xmlChar *contentIO; /* in IO mode we may have a different base */ member