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

/external/libxml2/
H A Dtree.c6881 ret->contentIO = NULL;
6914 ret->contentIO = NULL;
6991 (buf->contentIO != NULL)) {
6992 xmlFree(buf->contentIO);
7014 (buf->contentIO != NULL)) {
7015 size_t start_buf = buf->content - buf->contentIO;
7018 buf->content = buf->contentIO;
7042 ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL))) {
7054 if ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL)) {
7055 size_t start_buf = buf->content - buf->contentIO;
[all...]
H A DxmlIO.c2509 ret->buffer->contentIO = ret->buffer->content;
/external/libxml2/include/libxml/
H A Dtree.h92 xmlChar *contentIO; /* in IO mode we may have a different base */ member in struct:_xmlBuffer

Completed in 78 milliseconds