Lines Matching defs:command
123 { SFE_AMBIGUOUS_SEEK , "Error : combination of file open mode and seek command is ambiguous." },
999 sf_command (SNDFILE *sndfile, int command, void *data, int datasize)
1006 switch (command)
1055 if (sndfile == NULL && command == SFC_GET_LOG_INFO)
1064 switch (command)
1467 ** Pass the command down to the container's command handler.
1470 if (psf->command)
1471 return psf->command (psf, command, NULL, 0) ;
1490 /* Must be a file specific command. Pass it on. */
1491 if (psf->command)
1492 return psf->command (psf, command, data, datasize) ;
1494 psf_log_printf (psf, "*** sf_command : cmd = 0x%X\n", command) ;