Searched refs:newbuf (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Diconvert.c62 char *utfbuf = 0, *outbuf, *newbuf; local
126 newbuf = (char *)realloc(utfbuf, utflen);
127 if (!newbuf)
129 ob = (ob - utfbuf) + newbuf;
130 obl = utflen - (ob - newbuf);
131 utfbuf = newbuf;
151 newbuf = (char *)safe_realloc_add_2op_(utfbuf, (ob - utfbuf), /*+*/1);
152 if (!newbuf)
154 ob = (ob - utfbuf) + newbuf;
156 *to = newbuf;
[all...]
H A Dcharset.c488 char *tobuf, *p, *newbuf; local
523 newbuf = realloc(tobuf, p - tobuf);
524 *to = newbuf ? newbuf : tobuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dmca.c99 u8 *newbuf = vmalloc(*sn_oemdata_size); local
100 if (!newbuf) {
106 *sn_oemdata = newbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_paramhlp.c90 char *newbuf; local
106 if((newbuf = realloc(buffer, alloc+1)) == NULL) {
110 buffer = newbuf;
119 if((newbuf = realloc(buffer, nused+1)) == NULL) {
123 buffer = newbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dfake_ntlm.c59 char *newbuf; local
93 newbuf = realloc(outbuf, newsize);
94 if(!newbuf) {
98 outbuf = newbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dnetlink.c288 void *newbuf = realloc(buf, newsize); local
289 if (newbuf == NULL) {
293 buf = newbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Drawmidi.c613 char *newbuf; local
626 newbuf = kmalloc(params->buffer_size, GFP_KERNEL);
627 if (!newbuf)
630 runtime->buffer = newbuf;
642 char *newbuf; local
653 newbuf = kmalloc(params->buffer_size, GFP_KERNEL);
654 if (!newbuf)
657 runtime->buffer = newbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dtms380tr.c575 dma_addr_t dmabuf, newbuf; local
604 newbuf = ((char *)buf - (char *)tp) + tp->dmabuffer;
608 newbuf = dmabuf;
622 tpl->FragList[0].DataAddr = htonl(newbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dpipe.c413 int newbuf = (pipe->curbuf + bufs) & (PIPE_BUFFERS-1); local
414 struct pipe_buffer *buf = pipe->bufs + newbuf;
H A Dsplice.c198 int newbuf = (pipe->curbuf + pipe->nrbufs) & (PIPE_BUFFERS - 1); local
199 struct pipe_buffer *buf = pipe->bufs + newbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX2.c2441 xmlChar *newbuf; local
2446 newbuf = (xmlChar *) xmlRealloc(lastChild->content,size);
2447 if (newbuf == NULL) {
2452 lastChild->content = newbuf;
H A Dtree.c6762 xmlChar *newbuf; local
6782 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
6783 if (newbuf == NULL) {
6787 buf->content = newbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.c2441 xmlChar *newbuf; local
2446 newbuf = (xmlChar *) xmlRealloc(lastChild->content,size);
2447 if (newbuf == NULL) {
2452 lastChild->content = newbuf;
H A Dtree.c6762 xmlChar *newbuf; local
6782 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
6783 if (newbuf == NULL) {
6787 buf->content = newbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c2459 xmlChar *newbuf; local
2464 newbuf = (xmlChar *) xmlRealloc(lastChild->content,size);
2465 if (newbuf == NULL) {
2470 lastChild->content = newbuf;
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c306 char *newbuf; local
315 newbuf = realloc(*buf, newbufsize);
316 if (newbuf == NULL)
319 *buf = newbuf;
320 s = newbuf + newbufsize - pathlen;
321 memmove(s, newbuf + *bufsize - pathlen, pathlen);

Completed in 191 milliseconds