Searched refs:Paxarchive_t (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/pax/
H A Dpaxlib.h77 #ifndef Paxarchive_t
78 struct Paxarchive_s; typedef struct Paxarchive_s Paxarchive_t; typedef in typeref:struct:Paxarchive_s
138 int (*done)(Pax_t*, Paxarchive_t*);
139 int (*getprologue)(Pax_t*, Paxformat_t*, Paxarchive_t*, Paxfile_t*, unsigned char*, size_t);
140 int (*getheader)(Pax_t*, Paxarchive_t*, Paxfile_t*);
141 int (*getdata)(Pax_t*, Paxarchive_t*, Paxfile_t*, int);
142 int (*gettrailer)(Pax_t*, Paxarchive_t*, Paxfile_t*);
143 int (*getepilogue)(Pax_t*, Paxarchive_t*);
144 int (*putprologue)(Pax_t*, Paxarchive_t*, int);
145 int (*putheader)(Pax_t*, Paxarchive_t*, Paxfile_
[all...]
H A Dpaxlib.c50 paxdata(Pax_t* pax, Paxarchive_t* ap, Paxfile_t* f, int fd, void* b, off_t n)
56 paxget(Pax_t* pax, Paxarchive_t* ap, off_t n, off_t* p)
62 paxput(Pax_t* pax, Paxarchive_t* ap, off_t n)
69 paxread(Pax_t* pax, Paxarchive_t* ap, void* b, off_t n, off_t m, int must)
75 paxseek(Pax_t* pax, Paxarchive_t* ap, off_t pos, int op, int hard)
87 paxsync(Pax_t* pax, Paxarchive_t* ap, int hard)
97 paxunread(Pax_t* pax, Paxarchive_t* ap, void* b, off_t n)
104 paxwrite(Pax_t* pax, Paxarchive_t* ap, const void* b, off_t n)
111 paxnext(Pax_t* pax, Paxarchive_t* ap, size_t c, size_t n)
118 paxcorrupt(Pax_t* pax, Paxarchive_t* a
[all...]
H A Dpax.h640 #define Paxarchive_t Archive_t macro
/ast/src/cmd/paxlib/ico/
H A Dico.c72 ico_done(Pax_t* pax, register Paxarchive_t* ap)
88 ico_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, register unsigned char* p, size_t size)
118 ico_getheader(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f)
154 ico_getdata(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f, int fd)
186 ico_putprologue(Pax_t* pax, register Paxarchive_t* ap, int append)
205 ico_putheader(Pax_t* pax, Paxarchive_t* ap, Paxfile_t* f)
211 ico_putdata(Pax_t* pax, Paxarchive_t* ap, Paxfile_t* f, int fd)
284 ico_putepilogue(Pax_t* pax, Paxarchive_t* ap)
/ast/src/cmd/paxlib/tp/
H A Dtp.c56 Paxarchive_t* ap;
64 tp_done(Pax_t* pax, register Paxarchive_t* ap)
77 tp_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size)
113 tp_getheader(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f)
151 tp_getdata(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f, int fd)
/ast/src/cmd/paxlib/arj/
H A Darj.c39 Paxarchive_t* ap;
50 arj_done(Pax_t* pax, register Paxarchive_t* ap)
64 arj_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size)
107 arj_getheader(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f)
194 arj_getdata(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f, int fd)
/ast/src/cmd/paxlib/lha/
H A Dlha.c38 Paxarchive_t* ap;
54 lha_done(Pax_t* pax, register Paxarchive_t* ap)
66 lha_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size)
97 lha_getheader(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f)
196 lha_getdata(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f, int fd)
/ast/src/cmd/paxlib/rar/
H A Drar.c37 Paxarchive_t* ap;
47 rar_done(Pax_t* pax, register Paxarchive_t* ap)
61 rar_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size)
88 rar_getheader(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f)
207 rar_getdata(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f, int fd)
/ast/src/cmd/paxlib/zoo/
H A Dzoo.c41 Paxarchive_t* ap;
53 zoo_done(Pax_t* pax, register Paxarchive_t* ap)
65 zoo_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size)
93 zoo_getheader(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f)
256 zoo_getdata(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f, int fd)
/ast/src/cmd/paxlib/zip/
H A Dzip.c90 Paxarchive_t* ap;
109 zip_done(Pax_t* pax, register Paxarchive_t* ap)
121 zip_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size)
212 zip_getheader(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f)
305 zip_getdata(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f, int fd)
/ast/src/cmd/paxlib/calib/
H A Dcalib.c261 calib_done(Pax_t* pax, register Paxarchive_t* ap)
278 calib_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size)
359 calib_getdata(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f, int wfd)
736 calib_getheader(Pax_t* pax, register Paxarchive_t* ap, register Paxfile_t* f)

Completed in 36 milliseconds