Searched refs:start_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c6791 size_t start_buf = buf->content - buf->contentIO; local
6793 buf->size += start_buf;
6831 size_t start_buf = buf->content - buf->contentIO; local
6832 if (start_buf >= buf->size) {
6836 buf->size += start_buf;
6879 size_t start_buf = buf->content - buf->contentIO; local
6881 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
6887 buf->content = newbuf + start_buf;
6982 size_t start_buf; local
7010 start_buf
7146 size_t start_buf = buf->content - buf->contentIO; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtree.c6791 size_t start_buf = buf->content - buf->contentIO; local
6793 buf->size += start_buf;
6831 size_t start_buf = buf->content - buf->contentIO; local
6832 if (start_buf >= buf->size) {
6836 buf->size += start_buf;
6879 size_t start_buf = buf->content - buf->contentIO; local
6881 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
6887 buf->content = newbuf + start_buf;
6982 size_t start_buf; local
7010 start_buf
7146 size_t start_buf = buf->content - buf->contentIO; local
[all...]

Completed in 104 milliseconds