Lines Matching defs:file
101 * Macros for spliting the format file of SF_INFO into container type,
169 SF_FORMAT_TXW = 0x4030000, /* Yamaha TX16 sampler file */
175 SF_FORMAT_KRZ = 0x40E0000, /* Kurzweil sampler file */
213 { /* libsndfile internal : write a PEAK chunk at the start or end of the file? */
318 ** They are basically the same as a windows file HANDLE.
351 PSF_FILE file, rsrc ;
402 int is_pipe ; /* True if file is a pipe. */
410 int have_written ; /* Has a single write been done to the file? */
429 sf_count_t filelength ; /* Overall length of (embedded) file. */
430 sf_count_t fileoffset ; /* Offset in number of bytes from beginning of file. */
434 sf_count_t dataoffset ; /* Offset in number of bytes from beginning of file. */
436 sf_count_t dataend ; /* Offset to file tailer. */
448 void *container_data ; /* This is a pointer to dynamically allocated file
452 void *codec_data ; /* This is a pointer to dynamically allocated file
466 /* A set of file specific function pointers */
770 /* Functions used when writing file headers. */
775 /* Functions used when reading file headers. */
846 /* Open and close the resource fork of a file. */
858 ** Functions for reading and writing different file formats.