Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c6881 ret->contentIO = NULL; in xmlBufferCreate()
6914 ret->contentIO = NULL; in xmlBufferCreateSize()
6991 (buf->contentIO != NULL)) { in xmlBufferFree()
6992 xmlFree(buf->contentIO); in xmlBufferFree()
7014 (buf->contentIO != NULL)) { in xmlBufferEmpty()
7015 size_t start_buf = buf->content - buf->contentIO; in xmlBufferEmpty()
7018 buf->content = buf->contentIO; in xmlBufferEmpty()
7042 ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL))) { in xmlBufferShrink()
7054 if ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL)) { in xmlBufferShrink()
7055 size_t start_buf = buf->content - buf->contentIO; in xmlBufferShrink()
[all …]
DxmlIO.c2509 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