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

/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dyaml2byte.c28 #define CHUNKSIZE 64 macro
42 ret->length = CHUNKSIZE;
63 grow = (length - str->remaining) + CHUNKSIZE;
100 grow = (length - str->remaining) + CHUNKSIZE;
/macosx-10.9.5/libpcap-42/libpcap/
H A Ddlpisubs.c33 #define CHUNKSIZE 65536 macro
39 #define PKTBUFSIZE CHUNKSIZE
302 chunksize = CHUNKSIZE;
H A Dpcap-nit.c64 #define CHUNKSIZE (2*1024) macro
69 #define BUFSPACE (4*CHUNKSIZE)
218 nioc.nioc_chunksize = CHUNKSIZE;
H A Dpcap-snit.c77 #define CHUNKSIZE (2*1024) macro
82 #define BUFSPACE (4*CHUNKSIZE)
268 int chunksize = CHUNKSIZE;
/macosx-10.9.5/tcl-102/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 176 milliseconds