Searched refs:BSIZE (Results 1 – 4 of 4) sorted by relevance
103 #define BSIZE 8192324 if((s->top - s->lim) < BSIZE){325 uchar *buf = (uchar*) timelib_malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));332 s->top = &s->lim[BSIZE];336 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
68 #define BSIZE 8192
70 #define BSIZE 8192 macro
105 #define BSIZE 8192 macro326 if((s->top - s->lim) < BSIZE){327 uchar *buf = (uchar*) timelib_malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));334 s->top = &s->lim[BSIZE];338 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
Completed in 67 milliseconds