Searched refs:CHUNKSIZE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/
H A Ddlpisubs.c33 #define CHUNKSIZE 65536 macro
39 #define PKTBUFSIZE CHUNKSIZE
314 chunksize = CHUNKSIZE;
H A Dpcap-nit.c64 #define CHUNKSIZE (2*1024) macro
69 #define BUFSPACE (4*CHUNKSIZE)
246 nioc.nioc_chunksize = CHUNKSIZE;
H A Dpcap-snit.c77 #define CHUNKSIZE (2*1024) macro
82 #define BUFSPACE (4*CHUNKSIZE)
292 int chunksize = CHUNKSIZE;
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DSnackOgg.c387 #define CHUNKSIZE 8500 /* a shade over 8k; anyone using pages well macro
392 char *buffer=ogg_sync_buffer(&vf->oy,CHUNKSIZE);
393 /*long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);*/
394 long bytes=Tcl_Read(vf->datasource,buffer,CHUNKSIZE);
473 begin-=CHUNKSIZE;
490 ret=_get_next_page(vf,og,CHUNKSIZE);
518 if(endsearched-searched<CHUNKSIZE){
564 ogg_int64_t llret=_get_next_page(vf,&og,CHUNKSIZE);
596 if(_get_next_page(vf,og_ptr,CHUNKSIZE)<0){
1400 if(end-begin<CHUNKSIZE){
[all...]

Completed in 133 milliseconds