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

  /external/libxml2/
buf.c 47 xmlChar *contentIO; /* in IO mode we may have a different base */
143 ret->contentIO = NULL;
180 ret->contentIO = NULL;
310 * the contentIO field with the current content
314 buf->contentIO = buf->content;
337 (buf->contentIO != NULL)) {
338 xmlFree(buf->contentIO);
361 (buf->contentIO != NULL)) {
362 size_t start_buf = buf->content - buf->contentIO;
365 buf->content = buf->contentIO;
    [all...]
tree.c     [all...]
  /external/chromium_org/third_party/libxml/src/
tree.c     [all...]
xmlIO.c     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 92 xmlChar *contentIO; /* in IO mode we may have a different base */
    [all...]
  /external/libxml2/include/libxml/
tree.h 95 xmlChar *contentIO; /* in IO mode we may have a different base */
    [all...]

Completed in 441 milliseconds