Searched refs:Dfd (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libodelta/
H A Dupdate.c33 static int Dfd, Tfd; variable
35 #define delinit(buf,size,fd) (Ddata=Dnext=Dend=buf, Dfd=fd)
45 if((n = read(Dfd,(char*)Ddata,BUFSIZE)) <= 0)
127 return n > 0 ? filetransfer(Dfd,n) : 0;
173 lseek(Dfd,-addr,1);
H A Ddelta.c55 static int Dfd; variable
57 #define delinit(buf,fd) (Ddata=Dnext=buf, Dend=buf+BUFSIZE, Dfd=fd)
58 #define delflush() (write(Dfd,Ddata,Dnext-Ddata) >= 0 ? (Dnext=Ddata,0) : -1)
96 if(write(Dfd,Btar+addr,n) != n)

Completed in 8 milliseconds