Searched refs:BUFSIZE (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | revlib.c | 29 #define BUFSIZE SF_BUFSIZE macro 40 char buff[BUFSIZE]; 56 offset = rounddown(offset,BUFSIZE); 59 n = BUFSIZE; 103 offset -= BUFSIZE;
|
/ast/src/lib/libodelta/ |
H A D | update.h | 38 #define BUFSIZE 2048 macro
|
H A D | update.c | 45 if((n = read(Dfd,(char*)Ddata,BUFSIZE)) <= 0) 135 unsigned char delbuf[BUFSIZE], tarbuf[BUFSIZE]; 139 delinit(delbuf,BUFSIZE,delfd); 150 else tarinit(tarbuf,BUFSIZE,tarfd);
|
H A D | delta.c | 57 #define delinit(buf,fd) (Ddata=Dnext=buf, Dend=buf+BUFSIZE, Dfd=fd) 305 char inst, buf[BUFSIZE];
|
Completed in 15 milliseconds