Searched defs:WriterContext (Results 1 – 1 of 1) sorted by relevance
447 typedef struct WriterContext WriterContext; typedef477 struct WriterContext { struct482 void (* writer_w8)(WriterContext *wctx, int b); argument483 void (* writer_put_str)(WriterContext *wctx, const char *str); argument484 void (* writer_printf)(WriterContext *wctx, const char *fmt, ...); argument486 char *name; ///< name of this writer instance487 void *priv; ///< private data for use by the filter489 const struct section *sections; ///< array containing all sections513 WriterContext *wctx = p; in writer_get_name() argument