Searched defs:Codex_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libcodex/
H A Dcodex.h60 #define CODEX(d) ((Codex_t*)(d))
64 struct Codex_s; typedef struct Codex_s Codex_t; typedef in typeref:struct:Codex_s
111 int (*openf)(Codex_t*, char* const[], Codexnum_t);
112 int (*closef)(Codex_t*);
113 int (*initf)(Codex_t*);
114 int (*donef)(Codex_t*);
117 int (*syncf)(Codex_t*);
118 Sfoff_t (*seekf)(Codex_t*, Sfoff_t, int);
119 int (*dataf)(Codex_t*, Codexdata_t*);

Completed in 742 milliseconds