Searched refs:newbuf (Results 26 - 32 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Ddev.c1122 int newbuf = (pipe->curbuf + pipe->nrbufs) & (pipe->buffers - 1); local
1123 struct pipe_buffer *buf = pipe->bufs + newbuf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dsplice.c201 int newbuf = (pipe->curbuf + pipe->nrbufs) & (pipe->buffers - 1); local
202 struct pipe_buffer *buf = pipe->bufs + newbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c6858 xmlChar *newbuf; local
6881 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
6882 if (newbuf == NULL) {
6886 buf->contentIO = newbuf;
6887 buf->content = newbuf + start_buf;
6889 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
6890 if (newbuf == NULL) {
6894 buf->content = newbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtree.c6858 xmlChar *newbuf; local
6881 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
6882 if (newbuf == NULL) {
6886 buf->contentIO = newbuf;
6887 buf->content = newbuf + start_buf;
6889 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
6890 if (newbuf == NULL) {
6894 buf->content = newbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A Dconfigure11008 char *newbuf;
11031 if ((newbuf = (char *) realloc(gBuf, gNBufAllocated + TEXT_BLOCK_SIZE)) == NULL) {
11036 gBuf = newbuf;
11098 char *newbuf;
11107 if ((newbuf = (char *) realloc(gBuf, gNBufAllocated + TEXT_BLOCK_SIZE)) == NULL) {
11112 gBuf = newbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.c6762 xmlChar *newbuf; local
6782 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
6783 if (newbuf == NULL) {
6787 buf->content = newbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.c6762 xmlChar *newbuf; local
6782 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
6783 if (newbuf == NULL) {
6787 buf->content = newbuf;

Completed in 151 milliseconds

12