Searched refs:BSIZE (Results 1 – 4 of 4) sorted by relevance
97 #define BSIZE 8192320 if((s->top - s->lim) < BSIZE){321 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));328 s->top = &s->lim[BSIZE];332 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
62 #define BSIZE 8192
64 #define BSIZE 8192 macro
99 #define BSIZE 8192 macro322 if((s->top - s->lim) < BSIZE){323 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));330 s->top = &s->lim[BSIZE];334 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
Completed in 27 milliseconds