Searched refs:BSIZE (Results 1 – 4 of 4) sorted by relevance
82 #define BSIZE 8192313 if((s->top - s->lim) < BSIZE){314 uchar *buf = (uchar*) timelib_malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));321 s->top = &s->lim[BSIZE];325 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
48 #define BSIZE 8192
50 #define BSIZE 8192 macro
84 #define BSIZE 8192 macro315 if((s->top - s->lim) < BSIZE){316 uchar *buf = (uchar*) timelib_malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));323 s->top = &s->lim[BSIZE];327 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
Completed in 46 milliseconds