Home
last modified time | relevance | path

Searched refs:chunkDescription (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Daiff.c35 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()
[all …]