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

/ast/src/lib/libcodex/
H A Dcodex.h62 typedef uint32_t Codexnum_t; typedef
79 Codexnum_t flags; /* CODEX_* flags */
80 Codexnum_t index; /* per-process index */
88 Codexnum_t size; /* value size */
89 Codexnum_t num; /* value if buf!=0 */
95 Codexnum_t version; /* CODEX_VERSION */
107 Codexnum_t flags; /* CODEX_* flags */
111 int (*openf)(Codex_t*, char* const[], Codexnum_t);
159 extern int codex(Sfio_t*, Sfio_t*, const char*, Codexnum_t, Codexdisc_t*, Codexmeth_t*);

Completed in 8 milliseconds