Searched defs:bufsize (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dmakebuf.c104 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) argument
109 _DIAGASSERT(bufsize != NULL);
117 *bufsize = BUFSIZ;
124 *bufsize = BUFSIZ;
133 *bufsize = st.st_blksize;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Daliasname.c50 __unaliasname(const char *dbname, const char *alias, void *buf, size_t bufsize) argument
117 if (bufsize < resultlen + 1)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Ddlgdef.h60 int bufsize; member in struct:zzdlg_state
H A DDLexerBase.cpp58 unsigned bufsize,
62 this->_bufsize = bufsize;
123 state->bufsize = _bufsize;
147 _bufsize = state->bufsize;
57 DLGLexerBase(DLGInputStream *in, unsigned bufsize, int _interactive, int _track_columns) argument
H A DDLexerBase.h112 int bufsize; member in class:DLGState
174 int bufsize() { return _bufsize; } function in class:DLGLexerBase
180 unsigned bufsize=2000,
/vbox/src/VBox/NetworkServices/NAT/
H A Drtmon_linux.c64 size_t bufsize; local
81 bufsize = 1024;
82 ssize = bufsize;
96 bufsize = ssize;
114 ssize = recv(rtsock, buf, bufsize, MSG_TRUNC);
125 if ((size_t)ssize <= bufsize) {
132 (unsigned long)ssize, (unsigned long)bufsize));
H A Dfwudp.c97 size_t bufsize; member in struct:fwudp::__anon16539
217 fwudp->inbuf.bufsize = 256; /* elements */
219 = (struct fwudp_dgram *)calloc(fwudp->inbuf.bufsize,
291 lim = fwudp->inbuf.bufsize - 1; /* guard slot at the end */
336 if (beg == fwudp->inbuf.bufsize) {
372 if (++idx == fwudp->inbuf.bufsize) {
H A Dpxping_win.c72 size_t bufsize; member in struct:pong4
84 size_t bufsize; member in struct:pong6
168 size_t bufsize; local
210 bufsize = sizeof(ICMP_ECHO_REPLY);
212 bufsize += sizeof(IO_STATUS_BLOCK) + sizeof(struct icmp_echo_hdr);
214 bufsize += p->tot_len;
215 bufsize += 16; /* whatever that is; empirically at least XP needs it */
217 pong = (struct pong4 *)malloc(RT_OFFSETOF(struct pong4, buf) + bufsize);
221 pong->bufsize = bufsize;
454 size_t bufsize; local
[all...]
H A Dproxy_tftpd.c848 tftp_strnlen(char *buf, size_t bufsize) argument
852 end = memchr(buf, '\0', bufsize);
H A Dpxtcp.c88 size_t bufsize; member in struct:ringbuf
603 pxtcp->inbuf.bufsize = 64 * 1024;
604 pxtcp->inbuf.buf = (char *)malloc(pxtcp->inbuf.bufsize);
1800 const size_t sz = pxtcp->inbuf.bufsize;
2075 toeob = pxtcp->inbuf.bufsize - beg;
2254 if (unacked > pxtcp->inbuf.bufsize) {
2255 unacked -= pxtcp->inbuf.bufsize;
/vbox/src/VBox/Devices/Network/slirp/
H A Dip_icmpwin.c48 size_t bufsize; member in struct:pong
135 size_t bufsize; local
147 bufsize = sizeof(ICMP_ECHO_REPLY);
149 bufsize += sizeof(IO_STATUS_BLOCK) + sizeof(struct icmp_echo);
151 bufsize += reqsize;
152 bufsize += 16; /* whatever that is; empirically at least XP needs it */
154 pongsize = RT_OFFSETOF(struct pong, buf) + bufsize;
163 pong->bufsize = bufsize;
193 pong->buf, (DWORD)pong->bufsize,
[all...]
/vbox/src/VBox/Devices/Audio/
H A Dossaudio.c353 int bufsize; local
360 bufsize = hw->samples << hw->info.shift;
383 bytes = bufsize + cntinfo.ptr - oss->old_optr;
396 if (abinfo.bytes > bufsize) {
398 dolog ("warning: Invalid available size, size=%d bufsize=%d\n"
400 abinfo.bytes, bufsize);
402 abinfo.bytes = bufsize;
407 dolog ("warning: Invalid available size, size=%d bufsize=%d\n",
408 abinfo.bytes, bufsize);
H A Ddsoundaudio.c1009 int bufsize; local
1017 bufsize = ds->playback_buffer_size << hwshift;
1046 cur_blat = audio_ring_dist (wpos, ppos, bufsize);
1050 old_pos %= bufsize;
1071 if ((old_pos > ppos) && ((old_pos + len) > (ppos + bufsize))) {
1072 len = bufsize - old_pos + ppos;
1076 if (audio_bug (AUDIO_FUNC, len < 0 || len > bufsize)) {
1077 DSLOGF(("DSound: error len=%d bufsize=%d old_pos=%ld ppos=%ld\n",
1078 len, bufsize, old_pos, ppos));
1113 ds->old_pos = (old_pos + (decr << hwshift)) % bufsize;
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.c930 uint16 cache_idx, bufsize; local
941 in_uint16_le(s, bufsize);
943 in_uint8p(s, data, bufsize);
966 uint16 bufsize, pad2, row_size, final_size; local
977 in_uint16_le(s, bufsize); /* bufsize */
982 size = bufsize;
997 DEBUG(("BMPCACHE(cx=%d,cy=%d,id=%d,idx=%d,bpp=%d,size=%d,pad1=%d,bufsize=%d,pad2=%d,rs=%d,fs=%d)\n", width, height, cache_id, cache_idx, bpp, size, pad1, bufsize, pad2, row_size, final_size));
1021 uint16 cache_idx, bufsize; local
[all...]
H A Dorders.h308 uint16 bufsize; member in struct:_RDP_RAW_BMPCACHE_ORDER
322 uint16 bufsize; member in struct:_RDP_BMPCACHE_ORDER
H A Drdp.c1283 uint16 cx, cy, bpp, Bpp, compress, bufsize, size; local
1300 in_uint16_le(s, bufsize);
1325 size = bufsize;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dint13.h90 uint8_t bufsize; member in struct:int13_disk_address
112 uint16_t bufsize; member in struct:int13_disk_parameters
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dint13.c1009 uint8_t bufsize; local
1023 get_real ( bufsize, ix86->segs.ds,
1024 ( ix86->regs.si + offsetof ( typeof ( addr ), bufsize ) ) );
1025 if ( bufsize < offsetof ( typeof ( addr ), buffer_phys ) ) {
1026 DBGC2 ( int13, "<invalid buffer size %#02x\n>\n", bufsize );
1032 copy_from_real ( &addr, ix86->segs.ds, ix86->regs.si, bufsize );
1226 uint16_t bufsize; local
1230 get_real ( bufsize, ix86->segs.ds,
1231 ( ix86->regs.si + offsetof ( typeof ( params ), bufsize )));
1234 ix86->segs.ds, ix86->regs.si, bufsize );
[all...]
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp1978 uint32_t bufsize = sizeof(*pSFDEntry); local
1980 rc = vbsfQueryFileInfo(pClient, root, Handle, SHFL_INFO_GET|SHFL_INFO_FILE, &bufsize, (uint8_t *)pSFDEntry);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dskge.c342 struct io_buffer *iob, unsigned int bufsize)
359 rd->control = BMU_OWN | BMU_STF | BMU_IRQ_EOF | BMU_TCP_CHECK | bufsize;
340 skge_rx_setup(struct skge_port *skge __unused, struct skge_element *e, struct io_buffer *iob, unsigned int bufsize) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c514 PRIntn *bufsize,
539 to->h_name = Alloc(len, buf, bufsize, 0);
550 na * sizeof(char*), buf, bufsize, sizeof(char**));
559 to->h_aliases[na] = Alloc(len, buf, bufsize, 0);
569 na * sizeof(char*), buf, bufsize, sizeof(char**));
574 to->h_addr_list[na] = Alloc(to->h_length, buf, bufsize, 0);
598 struct protoent *from, char *buf, PRIntn bufsize, PRProtoEnt *to)
609 to->p_name = Alloc(len, &buf, &bufsize, 0);
616 na * sizeof(char*), &buf, &bufsize, sizeof(char**));
622 to->p_aliases[na] = Alloc(len, &buf, &bufsize,
511 CopyHostent( struct hostent *from, char **buf, PRIntn *bufsize, _PRIPAddrConversion conversion, PRHostEnt *to) argument
597 CopyProtoent( struct protoent *from, char *buf, PRIntn bufsize, PRProtoEnt *to) argument
772 AppendV4AddrsToHostent( struct hostent *from, char **buf, PRIntn *bufsize, PRHostEnt *to) argument
[all...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c2748 fill_rule(void *buf, int bufsize, int rulenum, argument
2755 bzero(buf, bufsize);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dlinda.c1093 unsigned int bufsize; local
1118 case 2048: bufsize = LINDA_EAGER_BUFFER_2K; break;
1119 case 4096: bufsize = LINDA_EAGER_BUFFER_4K; break;
1120 case 8192: bufsize = LINDA_EAGER_BUFFER_8K; break;
1121 case 16384: bufsize = LINDA_EAGER_BUFFER_16K; break;
1122 case 32768: bufsize = LINDA_EAGER_BUFFER_32K; break;
1123 case 65536: bufsize = LINDA_EAGER_BUFFER_64K; break;
1125 bufsize = LINDA_EAGER_BUFFER_NONE;
1132 BufSize, bufsize );
H A Dqib7322.c1336 unsigned int bufsize; local
1361 case 2048: bufsize = QIB7322_EAGER_BUFFER_2K; break;
1362 case 4096: bufsize = QIB7322_EAGER_BUFFER_4K; break;
1363 case 8192: bufsize = QIB7322_EAGER_BUFFER_8K; break;
1364 case 16384: bufsize = QIB7322_EAGER_BUFFER_16K; break;
1365 case 32768: bufsize = QIB7322_EAGER_BUFFER_32K; break;
1366 case 65536: bufsize = QIB7322_EAGER_BUFFER_64K; break;
1368 bufsize = QIB7322_EAGER_BUFFER_NONE;
1375 BufSize, bufsize );
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c5710 int bufsize; local
5714 bufsize = dec.total + 2;
5716 bufsize++;
5719 bufsize++;
5720 buf = xmlMalloc(bufsize);
5731 snprintf(offs, bufsize - (offs - buf),
5734 snprintf(offs, bufsize - (offs - buf),
5737 snprintf(offs, bufsize - (offs - buf),
5764 offs = buf + bufsize - 1;
5790 int bufsize local
[all...]

Completed in 143 milliseconds

12