Lines Matching refs:chunkDescription
35 static int textChunk(char **text, char *chunkDescription, sox_format_t * ft);
36 static int commentChunk(char **text, char *chunkDescription, sox_format_t * ft);
468 static int textChunk(char **text, char *chunkDescription, sox_format_t * ft) in textChunk() argument
483 lsx_fail_errno(ft,SOX_EOF,"AIFF: Unexpected EOF in %s header", chunkDescription); in textChunk()
496 lsx_fail_errno(ft,SOX_EOF,"AIFF: Unexpected EOF in %s header", chunkDescription); in textChunk()
500 lsx_debug("%-10s \"%s\"", chunkDescription, *text); in textChunk()
507 static int commentChunk(char **text, char *chunkDescription, sox_format_t * ft) in commentChunk() argument
527 lsx_fail_errno(ft,SOX_EOF,"AIFF: Comment too long in %s header", chunkDescription); in commentChunk()
540 lsx_fail_errno(ft,SOX_EOF,"AIFF: Unexpected EOF in %s header", chunkDescription); in commentChunk()
549 lsx_fail_errno(ft,SOX_EOF,"AIFF: Unexpected EOF in %s header", chunkDescription); in commentChunk()
555 lsx_debug("%-10s \"%s\"", chunkDescription, *text); in commentChunk()