Searched defs:comments (Results 1 – 9 of 9) sorted by relevance
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()264 void sox_delete_comments(sox_comments_t * comments) in sox_delete_comments()274 char * lsx_cat_comments(sox_comments_t comments) in lsx_cat_comments()293 char const * sox_find_comment(sox_comments_t comments, char const * id) in sox_find_comment()
27 char id1[sizeof(ID1)], comments[text_field_len + 1]; in start_read() local
78 char * comments = lsx_cat_comments(ft->oob.comments); in write_header() local
31 char comments[COMMENTLEN]; /* User comments */ member
2112 static void read_comment_file(sox_comments_t * comments, char const * const filename) in read_comment_file()2792 static void set_replay_gain(sox_comments_t comments, file_t * f) in set_replay_gain()
1489 sox_comments_t comments; /**< Comment strings in id=value format. */ member
86 def prepend_comments(comments, json_manifest): argument104 comments = manifest.read(json_start) variable
140 static const char *const comments[] = { variable
165 static const char *const comments[] = { variable