Searched refs:bufsize (Results 76 - 100 of 449) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dgetpart.c75 * and 'bufsize' pointers to avoid multiple buffer allocations. Buffer
76 * will be reallocated and 'bufsize' increased until whole line fits in
87 static int readline(char **buffer, size_t *bufsize, FILE *stream) argument
97 *bufsize = 128;
101 int bytestoread = curlx_uztosi(*bufsize - offset);
110 if(length < *bufsize - 1)
113 newptr = realloc(*buffer, *bufsize * 2);
117 *bufsize *= 2;
266 size_t bufsize = 0; local
288 while((error = readline(&buffer, &bufsize, strea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest102.tcl107 proc t102_gettest { db tnum letter bufsize expectfail } {
108 t102_gettest_body $db $tnum $letter $bufsize $expectfail 0
110 proc t102_cgettest { db tnum letter bufsize expectfail } {
111 t102_gettest_body $db $tnum $letter $bufsize $expectfail 1
115 proc t102_gettest_body { db tnum letter bufsize expectfail usecursor } {
129 puts "\tTest$tnum.$letter: $action with bufsize $bufsize"
151 {eval $db get -$flag $bufsize $key} res]
155 -$flag $bufsize -set $key} tres] } \
158 -$flag $bufsize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestenc.com45 $ 'cmd' 'i' -bufsize 113 -e -k test -in 'test' -out 'test'-'i'-cipher
46 $ 'cmd' 'i' -bufsize 157 -d -k test -in 'test'-'i'-cipher -out 'test'-'i'-clear
52 $ 'cmd' 'i' -bufsize 113 -a -e -k test -in 'test' -out 'test'-'i'-cipher
53 $ 'cmd' 'i' -bufsize 157 -a -d -k test -in 'test'-'i'-cipher -out 'test'-'i'-clear
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtestenc.com49 $ 'cmd' 'i' -bufsize 113 -e -k test -in 'test' -out 'test'-'i'-cipher
50 $ 'cmd' 'i' -bufsize 157 -d -k test -in 'test'-'i'-cipher -out 'test'-'i'-clear
56 $ 'cmd' 'i' -bufsize 113 -a -e -k test -in 'test' -out 'test'-'i'-cipher
57 $ 'cmd' 'i' -bufsize 157 -a -d -k test -in 'test'-'i'-cipher -out 'test'-'i'-clear
H A Dtest_padlock31 $PROG enc -e -k "$HASH" -$alg -bufsize 999 -engine padlock | \
40 $PROG enc -d -k "$HASH" -$alg -bufsize 999 -engine padlock | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Ddebugfs.c45 ssize_t (*read)(struct b43legacy_wldev *dev, char *buf, size_t bufsize);
69 if (bufsize - count) \
71 bufsize - count, \
79 static ssize_t tsf_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) argument
105 static ssize_t ucode_regs_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) argument
119 static ssize_t shm_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) argument
127 if (bufsize < sizeof(tmp))
132 bufsize -= sizeof(tmp);
138 static ssize_t txstat_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) argument
214 const size_t bufsize local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Df_int.c105 int i, j, k, m, n, again, bufsize; local
112 bufsize = BIO_gets(bp, buf, size);
114 if (bufsize < 1)
116 i = bufsize;
202 bufsize = BIO_gets(bp, buf, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Df_int.c106 int i,j,k,m,n,again,bufsize; local
113 bufsize=BIO_gets(bp,buf,size);
116 if (bufsize < 1) goto err_sl;
117 i=bufsize;
204 bufsize=BIO_gets(bp,buf,size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dretr.c147 write_data (FILE *out, const char *buf, int bufsize, wgint *skip,
152 if (*skip > bufsize)
154 *skip -= bufsize;
160 bufsize -= *skip;
162 if (bufsize == 0)
166 fwrite (buf, 1, bufsize, out);
167 *written += bufsize;
408 long bufsize = sizehint;
409 char *hunk = xmalloc (bufsize);
412 assert (!maxsize || maxsize >= bufsize);
146 write_data(FILE *out, const char *buf, int bufsize, wgint *skip, wgint *written) argument
406 long bufsize = sizehint; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Df_int.c105 int i, j, k, m, n, again, bufsize; local
112 bufsize = BIO_gets(bp, buf, size);
114 if (bufsize < 1)
116 i = bufsize;
202 bufsize = BIO_gets(bp, buf, size);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dlsmod.c58 int query_module(const char *name, int which, void *buf, size_t bufsize, size_t *ret);
82 size_t bufsize, depsize, nmod, count, i, j; local
85 bufsize = depsize = 0;
86 while (query_module(NULL, QM_MODULES, module_names, bufsize, &nmod)) {
88 module_names = xmalloc(bufsize = nmod);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnotify_inotify.c223 int bufsize = 0; local
232 if (ioctl(in->fd, FIONREAD, &bufsize) != 0 ||
233 bufsize == 0) {
238 e0 = e = (struct inotify_event *)TALLOC_SIZE(in, bufsize);
241 if (read(in->fd, e0, bufsize) != bufsize) {
248 while (bufsize >= sizeof(*e)) {
250 bufsize -= e->len + sizeof(*e);
251 if (bufsize >= sizeof(*e)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dc_size.c80 FTPLocalASCIIFileSize(const char *const fn, char *buf, const size_t bufsize) argument
91 tbuf = (char *) malloc(bufsize);
106 nread = read(fd, buf, bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Ddebugfs.c34 static size_t format_array(char *buf, size_t bufsize, const char *fmt, argument
43 len = snprintf(buf, bufsize, fmt, array[i]);
49 bufsize -= len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dlatency.c105 snd_pcm_uframes_t bufsize,
112 periodsize = bufsize * 2;
115 printf("Unable to set buffer size %li for %s: %s\n", bufsize * 2, id, snd_strerror(err));
170 int setparams(snd_pcm_t *phandle, snd_pcm_t *chandle, int *bufsize) argument
172 int err, last_bufsize = *bufsize;
196 *bufsize = buffer_size;
203 if (last_bufsize == *bufsize)
204 *bufsize += 4;
205 last_bufsize = *bufsize;
206 if (*bufsize > latency_ma
102 setparams_bufsize(snd_pcm_t *handle, snd_pcm_hw_params_t *params, snd_pcm_hw_params_t *tparams, snd_pcm_uframes_t bufsize, const char *id) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtest_padlock31 $PROG enc -e -k "$HASH" -$alg -bufsize 999 -engine padlock | \
40 $PROG enc -d -k "$HASH" -$alg -bufsize 999 -engine padlock | \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Dfileback.h32 // Takes ownership of stream. If the stream is smaller than bufsize, the
35 size_t bufsize = DefaultBufSize,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dlibfdt-wrapper.c173 int bufsize; local
188 bufsize = fdt_totalsize(fdt) + EXPAND_GRANULARITY;
189 buf = malloc(bufsize);
193 err = fdt_open_into(fdt, buf, bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Dnamei.c55 unsigned long bufsize = ISOFS_BUFFER_SIZE(dir); local
97 if (offset >= bufsize) {
98 int slop = bufsize - offset + de_len;
100 offset &= bufsize - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Drms_sh.h60 rms_word bufsize; /* Buffer size (in DSP words) */ member in struct:rms_strm_def
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/wlp/
H A Dwlp-internal.h161 size_t wlp_wss_uuid_print(char *buf, size_t bufsize, struct wlp_uuid *uuid) argument
165 result = scnprintf(buf, bufsize,
181 size_t wlp_wss_nonce_print(char *buf, size_t bufsize, struct wlp_nonce *nonce) argument
185 result = scnprintf(buf, bufsize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/
H A Dpcap-int.h81 int bufsize; member in struct:pcap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dupnpreplyparse.c58 ParseNameValue(const char * buffer, int bufsize, argument
67 parser.xmlsize = bufsize;
138 DisplayNameValueList(char * buffer, int bufsize) argument
142 ParseNameValue(buffer, bufsize, &pdata);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dprobe.c42 static int bufsize = 64 * 1024; variable
160 if (kfifo_alloc(&dccpw.fifo, bufsize, GFP_KERNEL))
192 MODULE_PARM_DESC(bufsize, "Log buffer size (default 64k)");
193 module_param(bufsize, int, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/
H A Dpcap-int.h80 int bufsize; member in struct:pcap

Completed in 427 milliseconds

1234567891011>>