Searched refs:bufsize (Results 176 - 200 of 449) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlzwenc.c56 int bufsize; ///< Size of output buffer member in struct:LZWEncodeState
210 s->bufsize = outsize;
231 if(insize * 3 > (s->bufsize - s->output_bytes) * 2){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl341 my $bufsize = shift;
351 my $out = "openssl enc -'$cipher' $enc -nopad -nosalt -bufsize $bufsize -K ".bin2hex($key)." $iv";
456 my $bufsize = shift;
464 my $program="fipsdrv --binary --key ".bin2hex($key)." $iv --algo '$cipher' --chunk '$bufsize' $enc";
472 my $bufsize = shift;
599 my $bufsize = shift;
605 my $out = "./aes $enc $key $bufsize";
1173 my $bufsize = length($source_data);
1207 my $cipher_imp = &$state_cipher($cipher, $enc, $bufsize,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl341 my $bufsize = shift;
351 my $out = "openssl enc -'$cipher' $enc -nopad -nosalt -bufsize $bufsize -K ".bin2hex($key)." $iv";
456 my $bufsize = shift;
464 my $program="fipsdrv --binary --key ".bin2hex($key)." $iv --algo '$cipher' --chunk '$bufsize' $enc";
472 my $bufsize = shift;
599 my $bufsize = shift;
605 my $out = "./aes $enc $key $bufsize";
1173 my $bufsize = length($source_data);
1207 my $cipher_imp = &$state_cipher($cipher, $enc, $bufsize,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmbclient.c4302 int bufsize)
4325 BOOL determine_size = (bufsize == 0);
4511 n = snprintf(buf, bufsize,
4525 n = snprintf(buf, bufsize, "%d",
4530 if (!determine_size && n > bufsize) {
4536 bufsize -= n;
4560 n = snprintf(buf, bufsize,
4572 n = snprintf(buf, bufsize, "%s",
4577 if (!determine_size && n > bufsize) {
4583 bufsize
4294 cacl_get(SMBCCTX *context, TALLOC_CTX *ctx, SMBCSRV *srv, struct cli_state *ipc_cli, POLICY_HND *pol, char *filename, char *attr_name, char *buf, int bufsize) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dimx21-dbg.c170 static char *format_ep(struct usb_host_endpoint *ep, char *buf, int bufsize) argument
173 snprintf(buf, bufsize, "ep_%02x (type:%02X kaddr:%p)",
178 snprintf(buf, bufsize, "none");
182 static char *format_etd_dword0(u32 value, char *buf, int bufsize) argument
184 snprintf(buf, bufsize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp378 virtual size_t OnSysRead(void *buffer, size_t bufsize);
480 size_t wxChmInputStream::OnSysRead(void *buffer, size_t bufsize) argument
491 if ( m_pos + bufsize > m_size )
492 bufsize = m_size - m_pos;
495 m_contentStream->Read(buffer, bufsize);
496 m_pos +=bufsize;
498 return bufsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.c470 unsigned bufsize; local
513 bufsize = 0;
515 bufsize += strlen(ifnv[f_cnt]) + 1;
516 intern_ifv[0] = (char *)malloc(bufsize);
568 bufsize = 0;
570 bufsize += strlen(xfnv[f_cnt]) + 1;
571 intern_xfv[0] = (char *)malloc(bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggdec.c79 os->buf = av_mallocz(os->bufsize + FF_INPUT_BUFFER_PADDING_SIZE);
212 bufsize = os->bufsize;
222 os->bufsize = bufsize;
253 os->bufsize = DECODER_BUFFER_SIZE;
254 os->buf = av_malloc(os->bufsize + FF_INPUT_BUFFER_PADDING_SIZE);
276 uint8_t *nb = av_malloc(os->bufsize + FF_INPUT_BUFFER_PADDING_SIZE);
408 if (os->bufsize - os->bufpos < size) {
409 uint8_t *nb = av_malloc((os->bufsize *
[all...]
H A Doggdec.h63 unsigned int bufsize; member in struct:ogg_stream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Diconv.c163 size_t bufsize; local
175 bufsize = sizeof(cvtbuf);
178 inbuf, inbytesleft, &bufp, &bufsize) == -1
182 bufsize = sizeof(cvtbuf) - bufsize;
185 (const char **)&bufp, &bufsize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Difaddrs.c242 size_t bufsize = 65536, lastbufsize = 0; local
249 void *newbuff = realloc (buff, bufsize);
250 if (newbuff == NULL || bufsize < lastbufsize)
257 nl_recvmsg (sd, request, seq, buff, bufsize, &msg_flags);
260 lastbufsize = bufsize;
261 bufsize *= 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Drequest.c59 int bufsize)
69 if (bufsize > 0) {
70 buf = kmalloc(bufsize, GFP_NOFS);
78 req->rq_bufsize = bufsize;
88 struct smb_request *smb_alloc_request(struct smb_sb_info *server, int bufsize) argument
95 req = smb_do_alloc_request(server, bufsize);
197 * max parameters + max data + max setup == bufsize to make NT4 happy
58 smb_do_alloc_request(struct smb_sb_info *server, int bufsize) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi_event.c114 int snd_midi_event_new(int bufsize, struct snd_midi_event **rdev) argument
122 if (bufsize > 0) {
123 dev->buf = kmalloc(bufsize, GFP_KERNEL);
129 dev->bufsize = bufsize;
264 dev->read >= dev->bufsize) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doggdec.c73 os->buf = av_mallocz (os->bufsize + FF_INPUT_BUFFER_PADDING_SIZE);
174 os->bufsize = DECODER_BUFFER_SIZE;
175 os->buf = av_malloc(os->bufsize + FF_INPUT_BUFFER_PADDING_SIZE);
193 uint8_t *nb = av_malloc(os->bufsize + FF_INPUT_BUFFER_PADDING_SIZE);
303 if (os->bufsize - os->bufpos < size){
304 uint8_t *nb = av_malloc ((os->bufsize *= 2) + FF_INPUT_BUFFER_PADDING_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Difaddrs.c242 size_t bufsize = 65536, lastbufsize = 0; local
249 void *newbuff = realloc (buff, bufsize);
250 if (newbuff == NULL || bufsize < lastbufsize)
257 nl_recvmsg (sd, request, seq, buff, bufsize, &msg_flags);
260 lastbufsize = bufsize;
261 bufsize *= 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-snit.c125 cc = read(p->fd, (char *)p->buffer, p->bufsize);
361 p->bufsize = BUFSPACE;
362 p->buffer = (u_char *)malloc(p->bufsize);
H A Dpcap-snoop.c83 cc = read(p->fd, (char *)p->buffer, p->bufsize);
368 p->bufsize = 4096; /* XXX */
369 p->buffer = (u_char *)malloc(p->bufsize);
H A Dpcap-pf.c103 cc = read(pc->fd, (char *)pc->buffer + pc->offset, pc->bufsize);
108 lseek(pc->fd, 0L, SEEK_CUR) + pc->bufsize < 0) {
474 p->bufsize = BUFSPACE;
475 p->buffer = (u_char*)malloc(p->bufsize + p->offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhttp.cpp349 size_t OnSysRead(void *buffer, size_t bufsize);
354 size_t wxHTTPStream::OnSysRead(void *buffer, size_t bufsize) argument
362 size_t ret = wxSocketInputStream::OnSysRead(buffer, bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Dcompress.c49 unsigned int bufsize = ISOFS_BUFFER_SIZE(inode); local
51 unsigned int bufmask = bufsize - 1;
139 stream.avail_in = min_t(unsigned, bufsize -
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dboot.h288 int __cmdline_find_option(u32 cmdline_ptr, const char *option, char *buffer, int bufsize);
290 static inline int cmdline_find_option(const char *option, char *buffer, int bufsize) argument
292 return __cmdline_find_option(boot_params.hdr.cmd_line_ptr, option, buffer, bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Ddefaults.c64 int i, sample_size, chans_nb, bufsize, per_channel_size, step_size = 0; local
102 bufsize = (size + 15)&~15;
103 buf = av_malloc(bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dquotearg.c539 size_t bufsize = quotearg_buffer (0, 0, arg, argsize, o) + 1; local
540 char *buf = xcharalloc (bufsize);
541 quotearg_buffer (buf, bufsize, arg, argsize, o);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtftp.c60 static int tftp_blocksize_check(int blocksize, int bufsize) argument
68 if ((bufsize && (blocksize > bufsize))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dclient.h129 unsigned int bufsize; member in struct:cli_state

Completed in 424 milliseconds

1234567891011>>