Searched refs:bufsize (Results 201 - 225 of 449) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dftw.c436 FtwSetBuf(const FtwInfoPtr ftwip, char *const buf, const size_t bufsize, int autogrow) argument
446 ftwip->curPath = (char *) malloc(bufsize);
447 ftwip->curPathAllocSize = (ftwip->curPath != NULL) ? bufsize : 0;
455 ftwip->curPathAllocSize = bufsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.h169 * bufsize bytes big.
172 char *buf, size_t bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstream.h250 virtual size_t OnSysWrite(const void *buffer, size_t bufsize);
436 void SetBufferIO(size_t bufsize);
549 virtual size_t OnSysRead(void *buffer, size_t bufsize);
592 virtual size_t OnSysWrite(const void *buffer, size_t bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrmbase.tex106 \func{size\_t}{OnSysRead}{\param{void*}{ buffer}, \param{size\_t}{ bufsize}}
130 \func{size\_t}{OnSysWrite}{\param{const void *}{buffer}, \param{size\_t}{ bufsize}}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_queue.c103 unsigned int bufsize = PAGE_ALIGN(buflength); local
122 mem = vmalloc_32(nbuffers * bufsize);
135 queue->buffer[i].buf.m.offset = i * bufsize;
147 queue->buf_size = bufsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/tests/
H A Dmtd_subpagetest.c42 static int bufsize; variable
404 bufsize = subpgsize * 32;
405 writebuf = kmalloc(bufsize, GFP_KERNEL);
410 readbuf = kmalloc(bufsize, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Duvc_queue.c125 unsigned int bufsize = PAGE_ALIGN(buflength); local
144 mem = vmalloc_32(nbuffers * bufsize);
157 queue->buffer[i].buf.m.offset = i * bufsize;
169 queue->buf_size = bufsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dunistd.in.h228 extern int readlink (const char *file, char *buf, size_t bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunistd.in.h228 extern int readlink (const char *file, char *buf, size_t bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dquotearg.c663 size_t bufsize = quotearg_buffer_restyled (0, 0, arg, argsize, p->style, local
667 char *buf = xcharalloc (bufsize);
668 quotearg_buffer_restyled (buf, bufsize, arg, argsize, p->style, flags,
673 *size = bufsize - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Doplib.h235 extern void prom_getstring(int node, char *prop, char *buf, int bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Ddebugfs_key.c215 int i, res, bufsize = 2 * key->conf.keylen + 2; local
216 char *buf = kmalloc(bufsize, GFP_KERNEL);
220 p += scnprintf(p, bufsize + buf - p, "%02x", key->conf.key[i]);
221 p += scnprintf(p, bufsize+buf-p, "\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doggdec.h63 unsigned int bufsize; member in struct:ogg_stream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunistd.in.h228 extern int readlink (const char *file, char *buf, size_t bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dunarchive.h114 extern USE_DESKTOP(long long) int inflate_unzip(inflate_unzip_result *res, unsigned bufsize, int src_fd, int dst_fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminiupnpc.c93 LIBSPEC void parserootdesc(const char * buffer, int bufsize, struct IGDdatas * data) argument
98 parser.xmlsize = bufsize;
117 int * bufsize, const char * httpversion)
127 *bufsize = 0;
211 buf = getHTTPResponse(s, bufsize);
213 if(*bufsize > 0 && buf)
215 printf("SOAP Response :\n%.*s\n", *bufsize, buf);
229 int * bufsize)
233 buf = simpleUPnPcommand2(s, url, service, action, args, bufsize, "1.1");
235 buf = simpleUPnPcommand2(s, url, service, action, args, bufsize, "1.
115 simpleUPnPcommand2(int s, const char * url, const char * service, const char * action, struct UPNParg * args, int * bufsize, const char * httpversion) argument
227 simpleUPnPcommand(int s, const char * url, const char * service, const char * action, struct UPNParg * args, int * bufsize) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvc.c362 __svc_create(struct svc_program *prog, unsigned int bufsize, int npools, argument
376 if (bufsize > RPCSVC_MAXPAYLOAD)
377 bufsize = RPCSVC_MAXPAYLOAD;
378 serv->sv_max_payload = bufsize? bufsize : 4096;
429 svc_create(struct svc_program *prog, unsigned int bufsize, argument
432 return __svc_create(prog, bufsize, /*npools*/1, shutdown);
437 svc_create_pooled(struct svc_program *prog, unsigned int bufsize, argument
444 serv = __svc_create(prog, bufsize, npools, shutdown);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dtrans2.c616 int bufsize,
670 /* Space is bufsize minus Netbios over TCP header minus SMB header */
674 useable_space = bufsize - ((smb_buf(outbuf)+ alignment_offset+data_alignment_offset) - outbuf);
777 static int call_trans2open(connection_struct *conn, char *inbuf, char *outbuf, int bufsize, argument
988 send_trans2_replies(outbuf, bufsize, params, 30, *ppdata, 0, max_data_bytes);
1734 static int call_trans2findfirst(connection_struct *conn, char *inbuf, char *outbuf, int bufsize, argument
2000 send_trans2_replies( outbuf, bufsize, params, 10, pdata, PTR_DIFF(p,pdata), max_data_bytes);
2027 static int call_trans2findnext(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, argument
2293 send_trans2_replies( outbuf, bufsize, params, 8, pdata, PTR_DIFF(p,pdata), max_data_bytes);
2309 static int call_trans2qfsinfo(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, argument
615 send_trans2_replies(char *outbuf, int bufsize, const char *params, int paramsize, const char *pdata, int datasize, int max_data_bytes) argument
2785 call_trans2setfsinfo(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
3232 call_trans2qfilepathinfo(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, unsigned int tran_call, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
5742 call_trans2setfilepathinfo(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, unsigned int tran_call, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6143 call_trans2mkdir(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6243 call_trans2findnotifyfirst(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6292 call_trans2findnotifynext(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6319 call_trans2getdfsreferral(connection_struct *conn, char* inbuf, char* outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6357 call_trans2ioctl(connection_struct *conn, char* inbuf, char* outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6395 reply_findclose(connection_struct *conn, char *inbuf,char *outbuf,int length,int bufsize) argument
6418 reply_findnclose(connection_struct *conn, char *inbuf,char *outbuf,int length,int bufsize) argument
6441 handle_trans2(connection_struct *conn, struct trans_state *state, char *inbuf, char *outbuf, int size, int bufsize) argument
6612 reply_trans2(connection_struct *conn, char *inbuf,char *outbuf, int size, int bufsize) argument
6771 reply_transs2(connection_struct *conn, char *inbuf,char *outbuf,int size,int bufsize) argument
[all...]
H A Dsesssetup.c228 int length, int bufsize,
681 int length, int bufsize,
703 length, bufsize, &secblob, &destroy_vuid);
744 int length, int bufsize,
774 length, bufsize, &secblob, &destroy_vuid);
1014 int length,int bufsize)
1123 ret = reply_spnego_negotiate(conn, inbuf, outbuf, vuid, length, bufsize, blob1,
1131 ret = reply_spnego_auth(conn, inbuf, outbuf, vuid, length, bufsize, blob1,
1215 int length,int bufsize)
1258 return reply_sesssetup_and_X_spnego(conn, inbuf, outbuf, length, bufsize);
226 reply_spnego_kerberos(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, DATA_BLOB *secblob, BOOL *p_invalidate_vuid) argument
677 reply_spnego_negotiate(connection_struct *conn, char *inbuf, char *outbuf, uint16 vuid, int length, int bufsize, DATA_BLOB blob1, AUTH_NTLMSSP_STATE **auth_ntlmssp_state) argument
742 reply_spnego_auth(connection_struct *conn, char *inbuf, char *outbuf, uint16 vuid, int length, int bufsize, DATA_BLOB blob1, AUTH_NTLMSSP_STATE **auth_ntlmssp_state) argument
1012 reply_sesssetup_and_X_spnego(connection_struct *conn, char *inbuf, char *outbuf, int length,int bufsize) argument
1214 reply_sesssetup_and_X(connection_struct *conn, char *inbuf,char *outbuf, int length,int bufsize) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c237 static int bufsize=BUFSIZZ; variable
1155 if ((buf=OPENSSL_malloc(bufsize)) == NULL)
1294 i=read(fileno(stdin), buf, bufsize/2);
1313 i=read(fileno(stdin),buf,bufsize);
1422 i=SSL_read(con,(char *)buf,bufsize);
1463 OPENSSL_cleanse(buf,bufsize);
1587 buf=OPENSSL_malloc(bufsize);
1606 if (!BIO_set_write_buffer_size(io,bufsize)) goto err;
1676 i=BIO_gets(io,buf,bufsize-1);
1738 p=SSL_get_shared_ciphers(con,buf,bufsize);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.h141 size_t rep_strlcpy(char *d, const char *s, size_t bufsize);
146 size_t rep_strlcat(char *d, const char *s, size_t bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Ddlpisubs.c319 p->bufsize = PKTBUFSIZE;
320 p->buffer = (u_char *)malloc(p->bufsize + p->offset);
H A Dpcap-can-linux.c143 handle->bufsize = 24;
178 handle->buffer = malloc(handle->bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-alsa.c173 dev->dmasound.bufsize, dev->dmasound.blocks);
290 BUG_ON(!dev->dmasound.bufsize);
294 (dev->dmasound.bufsize + PAGE_SIZE) >> PAGE_SHIFT);
315 dev->dmasound.bufsize = 0;
545 if (dev->dmasound.read_offset == dev->dmasound.bufsize)
639 dev->dmasound.bufsize = period_size * periods;
645 dev->dmasound.bufsize = 0;
673 substream->runtime->dma_bytes = dev->dmasound.bufsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dppd.c71 static char* my_fgets(char *buf, size_t bufsize, FILE *stream) argument
76 while (count < (bufsize - 1) && EOF != (p=fgetc(stream))) {

Completed in 379 milliseconds

1234567891011>>