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

/ast/src/lib/libcodex/
H A Dcodex.h67 struct Codexmeth_s; typedef struct Codexmeth_s Codexmeth_t; typedef in typeref:struct:Codexmeth_s
69 typedef Codexmeth_t* (*Codexlib_f)(const char*);
78 Codexmeth_t* meth; /* coder method */
97 ssize_t (*passf)(void*, size_t, Codexdisc_t*, Codexmeth_t*);
109 int (*optionsf)(Codexmeth_t*, Sfio_t*);
110 int (*identf)(Codexmeth_t*, const void*, size_t, char*, size_t);
123 Codexmeth_t* next; /* next in list of all coders */
136 #define CODEXLIB(m) extern Codexmeth_t* codex_lib(const char* name) { return &codex_##m; } unsigned long plugin_version(void) { return CODEX_PLUGIN_VERSION; }
138 #define CODEXLIB(m) extern Codexmeth_t* codex_lib(name) char* name; { return &codex_##m; } unsigned long plugin_version() { return CODEX_PLUGIN_VERSION; }
147 extern Codexmeth_t* codex_li
[all...]

Completed in 26 milliseconds