Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
Draw_test.c78 sf_command (sndfile, SFC_FILE_TRUNCATE, &start, sizeof (start)) ; in raw_offset_test()
Dcommand_test.c687 if (sf_command (file, SFC_FILE_TRUNCATE, &len, sizeof (len))) in truncate_test()
/third_party/libsnd/include/
Dsndfile.h177 SFC_FILE_TRUNCATE = 0x1080, enumerator
/third_party/libsnd/docs/
Dcommand.md54 | [SFC_FILE_TRUNCATE](#sfc_file_truncate) | Truncate a file open for writ…
1004 ## SFC_FILE_TRUNCATE section in sf_command
1014 : SFC_FILE_TRUNCATE
1032 sf_command (sndfile, SFC_FILE_TRUNCATE, &frames, sizeof (frames)) ;
/third_party/libsnd/src/
Dsndfile.c1227 case SFC_FILE_TRUNCATE : in sf_command()