theora_comment    512 extra_lib/include/theora/theora.h extern int theora_encode_comment(theora_comment *tc, ogg_packet *op);
theora_comment    567 extra_lib/include/theora/theora.h extern int theora_decode_header(theora_info *ci, theora_comment *cc,
theora_comment    714 extra_lib/include/theora/theora.h extern void theora_comment_init(theora_comment *tc);
theora_comment    728 extra_lib/include/theora/theora.h extern void theora_comment_add(theora_comment *tc, char *comment);
theora_comment    742 extra_lib/include/theora/theora.h extern void theora_comment_add_tag(theora_comment *tc,
theora_comment    759 extra_lib/include/theora/theora.h extern char *theora_comment_query(theora_comment *tc, char *tag, int count);
theora_comment    770 extra_lib/include/theora/theora.h extern int   theora_comment_query_count(theora_comment *tc, char *tag);
theora_comment    776 extra_lib/include/theora/theora.h extern void  theora_comment_clear(theora_comment *tc);
theora_comment     37 modules/ogg/theora_dec.c 	theora_comment tc;