Searched defs:inbuf (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dfwudp.c100 } inbuf; member in struct:fwudp
217 fwudp->inbuf.bufsize = 256; /* elements */
218 fwudp->inbuf.buf
219 = (struct fwudp_dgram *)calloc(fwudp->inbuf.bufsize,
221 if (fwudp->inbuf.buf == NULL) {
226 fwudp->inbuf.vacant = 0;
227 fwudp->inbuf.unsent = 0;
245 free(fwudp->inbuf.buf);
289 lim = fwudp->inbuf.unsent;
291 lim = fwudp->inbuf
[all...]
H A Dpxtcp.c196 * inbuf::buf. We defer delete until all data are acked to
204 struct ringbuf inbuf; member in struct:pxtcp
603 pxtcp->inbuf.bufsize = 64 * 1024;
604 pxtcp->inbuf.buf = (char *)malloc(pxtcp->inbuf.bufsize);
605 if (pxtcp->inbuf.buf == NULL) {
609 pxtcp->inbuf.vacant = 0;
610 pxtcp->inbuf.unacked = 0;
611 pxtcp->inbuf.unsent = 0;
615 free(pxtcp->inbuf
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c82 unsigned char *inbuf; member in struct:ind
95 next = me->inbuf;
160 unsigned char inbuf[SIZE]; /* input buffer */ variable
392 ind.inbuf = inbuf;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dcssp.c190 gss_buffer_desc inbuf, outbuf; local
192 inbuf.value = in->data;
193 inbuf.length = s_length(in);
196 GSS_C_QOP_DEFAULT, &inbuf, &conf_state, &outbuf);
228 gss_buffer_desc inbuf, outbuf; local
231 inbuf.value = in->data;
232 inbuf.length = s_length(in);
234 major_status = gss_unwrap(&minor_status, ctx, &inbuf, &outbuf, &conf_state, &qop_state);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c836 int inbuf; local
838 ioctl(conn->tcp_socket, FIONREAD, &inbuf);
840 if ((conn->krecv_buf_size > len) && (inbuf < len))
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Djme.c404 struct io_buffer *inbuf; local
409 inbuf = alloc_iob(RX_ALLOC_LEN);
410 if (!inbuf) {
414 *rxbip = inbuf;
H A Dhfa384x.h2450 hfa384x_usbin_t inbuf; /* pkt buf for IN(a copy) */ member in struct:hfa384x_usbctlx
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c131 static uch inbuf[INBUFSIZE]; variable
398 incount = fread(inbuf, 1, INBUFSIZE, infile);
399 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
514 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
521 incount = fread(inbuf, 1, INBUFSIZE, infile);
H A Drpng2-x.c137 static uch inbuf[INBUFSIZE]; variable
394 incount = fread(inbuf, 1, INBUFSIZE, infile);
395 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
510 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
517 incount = fread(inbuf, 1, INBUFSIZE, infile);
/vbox/src/libs/libpng-1.2.8/
H A Dpngtest.c628 char inbuf[256], outbuf[256]; local
1244 READFILE(fpin, inbuf, 1, num_in);
1271 if (png_memcmp(inbuf, outbuf, num_in))
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c790 xmlBufferPtr inbuf; local
799 inbuf = reader->input->buffer;
802 if (inbuf->use < reader->cur + CHUNK_SIZE) {
809 (inbuf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
810 if (inbuf->use == reader->cur) {
833 if (inbuf->use >= reader->cur + CHUNK_SIZE) {
835 (const char *) &inbuf->content[reader->cur],
841 s = inbuf->use - reader->cur;
843 (const char *) &inbuf->content[reader->cur],
856 if (inbuf
[all...]
/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/ ...

Completed in 3564 milliseconds