HomeSort by relevance Sort by last modified time
    Searched defs:contentIO (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
buf.c 48 xmlChar *contentIO; /* in IO mode we may have a different base */
144 ret->contentIO = NULL;
181 ret->contentIO = NULL;
312 * the contentIO field with the current content
316 buf->contentIO = buf->content;
339 (buf->contentIO != NULL)) {
340 xmlFree(buf->contentIO);
363 (buf->contentIO != NULL)) {
364 size_t start_buf = buf->content - buf->contentIO;
367 buf->content = buf->contentIO;
    [all...]
  /external/libxml2/include/libxml/
tree.h 96 xmlChar *contentIO; /* in IO mode we may have a different base */
    [all...]

Completed in 79 milliseconds