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

  /external/libxml2/
buf.c 362 size_t start_buf = buf->content - buf->contentIO; local
364 buf->size += start_buf;
407 size_t start_buf = buf->content - buf->contentIO; local
408 if (start_buf >= buf->size) {
412 buf->size += start_buf;
462 size_t start_buf = buf->content - buf->contentIO; local
464 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
470 buf->content = newbuf + start_buf;
735 size_t start_buf; local
785 start_buf = buf->content - buf->contentIO
925 size_t start_buf = buf->content - buf->contentIO; local
    [all...]
tree.c 7151 size_t start_buf = buf->content - buf->contentIO; local
7191 size_t start_buf = buf->content - buf->contentIO; local
7241 size_t start_buf = buf->content - buf->contentIO; local
7344 size_t start_buf; local
7529 size_t start_buf = buf->content - buf->contentIO; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
tree.c 7002 size_t start_buf = buf->content - buf->contentIO; local
7042 size_t start_buf = buf->content - buf->contentIO; local
7092 size_t start_buf = buf->content - buf->contentIO; local
7195 size_t start_buf; local
7365 size_t start_buf = buf->content - buf->contentIO; local
    [all...]

Completed in 239 milliseconds