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

  /external/libxml2/
buf.c 734 xmlChar* rebuf = NULL; local
794 rebuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + newSize);
795 if (rebuf == NULL) {
799 buf->contentIO = rebuf;
800 buf->content = rebuf + start_buf;
804 rebuf = (xmlChar *) xmlMallocAtomic(newSize);
806 rebuf = (xmlChar *) xmlRealloc(buf->content, newSize);
813 rebuf = (xmlChar *) xmlMallocAtomic(newSize);
814 if (rebuf != NULL) {
815 memcpy(rebuf, buf->content, buf->use)
    [all...]
tree.c 7343 xmlChar* rebuf = NULL; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
tree.c 7194 xmlChar* rebuf = NULL; local
    [all...]

Completed in 139 milliseconds