Searched refs:sox_comments_t (Results 1 – 4 of 4) sorted by relevance
463 typedef char * * sox_comments_t; typedef1489 sox_comments_t comments; /**< Comment strings in id=value format. */1710 LSX_PARAM_IN_OPT sox_comments_t comments /**< Metadata block. */1720 …LSX_PARAM_DEREF_PRE_MAYBENULL LSX_PARAM_DEREF_POST_NOTNULL sox_comments_t * comments, /**< Metadat…1731 …LSX_PARAM_DEREF_PRE_MAYBENULL LSX_PARAM_DEREF_POST_NOTNULL sox_comments_t * comments, /**< Metadat…1741 sox_comments_t1744 LSX_PARAM_IN_OPT sox_comments_t comments /**< Metadata block to copy. */1754 …LSX_PARAM_DEREF_PRE_MAYBENULL LSX_PARAM_DEREF_POST_NULL sox_comments_t * comments /**< Metadata bl…1766 LSX_PARAM_IN_OPT sox_comments_t comments, /**< Metadata block in which to search. */
218 size_t sox_num_comments(sox_comments_t comments) in sox_num_comments()228 void sox_append_comment(sox_comments_t * comments, char const * comment) in sox_append_comment()237 void sox_append_comments(sox_comments_t * comments, char const * comment) in sox_append_comments()255 sox_comments_t sox_copy_comments(sox_comments_t comments) in sox_copy_comments()257 sox_comments_t result = 0; in sox_copy_comments()264 void sox_delete_comments(sox_comments_t * comments) in sox_delete_comments()266 sox_comments_t p = *comments; in sox_delete_comments()274 char * lsx_cat_comments(sox_comments_t comments) in lsx_cat_comments()276 sox_comments_t p = comments; in lsx_cat_comments()293 char const * sox_find_comment(sox_comments_t comments, char const * id) in sox_find_comment()
430 sox_comments_t p = ft->oob.comments; in display_file_info()1467 sox_comments_t p = ofile->oob.comments; in open_output_file()2112 static void read_comment_file(sox_comments_t * comments, char const * const filename) in read_comment_file()2698 sox_comments_t p = ft->oob.comments; in soxi1()2792 static void set_replay_gain(sox_comments_t comments, file_t * f) in set_replay_gain()
249 char * lsx_cat_comments(sox_comments_t comments);