Searched refs:contentIO (Results 1 – 4 of 4) sorted by relevance
48 xmlChar *contentIO; /* in IO mode we may have a different base */ member144 ret->contentIO = NULL; in xmlBufCreate()181 ret->contentIO = NULL; in xmlBufCreateSize()316 buf->contentIO = buf->content; in xmlBufSetAllocationScheme()339 (buf->contentIO != NULL)) { in xmlBufFree()340 xmlFree(buf->contentIO); in xmlBufFree()363 (buf->contentIO != NULL)) { in xmlBufEmpty()364 size_t start_buf = buf->content - buf->contentIO; in xmlBufEmpty()367 buf->content = buf->contentIO; in xmlBufEmpty()396 ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL))) { in xmlBufShrink()[all …]
7037 ret->contentIO = NULL; in xmlBufferCreate()7070 ret->contentIO = NULL; in xmlBufferCreateSize()7176 (buf->contentIO != NULL)) { in xmlBufferFree()7177 xmlFree(buf->contentIO); in xmlBufferFree()7199 (buf->contentIO != NULL)) { in xmlBufferEmpty()7200 size_t start_buf = buf->content - buf->contentIO; in xmlBufferEmpty()7203 buf->content = buf->contentIO; in xmlBufferEmpty()7227 ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL))) { in xmlBufferShrink()7239 if ((buf->alloc == XML_BUFFER_ALLOC_IO) && (buf->contentIO != NULL)) { in xmlBufferShrink()7240 size_t start_buf = buf->content - buf->contentIO; in xmlBufferShrink()[all …]
96 xmlChar *contentIO; /* in IO mode we may have a different base */ member
96 d contentIO * xmlChar *