Searched defs:newbuf (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Drtmon_linux.c84 char *newbuf; local
87 newbuf = (char *)realloc(buf, ssize);
88 if (newbuf == NULL) {
95 buf = newbuf;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsByteBuffer.cpp113 char* newbuf = new char[aNewSize]; local
114 if (nsnull != newbuf) {
116 memcpy(newbuf, mBuffer, mLength);
119 mBuffer = newbuf;
H A DnsUnicharBuffer.cpp112 PRUnichar* newbuf = new PRUnichar[aNewSize]; local
113 if (nsnull != newbuf) {
115 memcpy(newbuf, mBuffer, mLength * sizeof(PRUnichar));
118 mBuffer = newbuf;
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Dsubr_sbuf.c143 char *newbuf; local
150 newbuf = (char *)SBMALLOC(newsize);
151 if (newbuf == NULL)
153 bcopy(s->s_buf, newbuf, s->s_size);
158 s->s_buf = newbuf;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_subr.c697 char *newbuf; local
705 if ((newbuf = realloc(dtp->dt_buffered_buf,
711 dtp->dt_buffered_buf = newbuf;
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c2453 xmlChar *newbuf; local
2458 newbuf = (xmlChar *) xmlRealloc(lastChild->content,size);
2459 if (newbuf == NULL) {
2464 lastChild->content = newbuf;
H A Dtree.c6774 xmlChar *newbuf; local
6794 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
6795 if (newbuf == NULL) {
6799 buf->content = newbuf;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 132 milliseconds