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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c6868 ret->contentIO = NULL;
6901 ret->contentIO = NULL;
6978 (buf->contentIO != NULL)) {
6979 xmlFree(buf->contentIO);
7001 (buf->contentIO != NULL)) {
7002 size_t start_buf = buf->content - buf->contentIO;
7005 buf->content = buf->contentIO;
7029 ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL))) {
7041 if ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL)) {
7042 size_t start_buf = buf->content - buf->contentIO;
[all...]
H A DxmlIO.c2383 ret->buffer->contentIO = ret->buffer->content;
/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/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h92 xmlChar *contentIO; /* in IO mode we may have a different base */ member in struct:_xmlBuffer
/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 145 milliseconds