Searched refs:SFM_READ (Results 1 – 5 of 5) sorted by relevance
49 #define SFM_READ 1 macro
76 handle->mode = SFM_READ; in sf_open_read()386 case SFM_READ: in sf_open()421 if (handle == NULL || handle->mode != SFM_READ || ptr == NULL || !handle->remaining || in sf_readf_short()470 if (handle == NULL || handle->mode != SFM_READ || ptr == NULL || !handle->remaining || in sf_readf_float()518 if (handle == NULL || handle->mode != SFM_READ || ptr == NULL || !handle->remaining || in sf_readf_int()
110 sf_open(path.c_str(), SFM_READ, &info), &sf_close); in LLVMFuzzerTestOneInput()
135 sf_open(source->audioFilename.c_str(), SFM_READ, &audioInfo); in addAudioSource()
84 SNDFILE *sfin = sf_open(inputFile, SFM_READ, &sfinfoin); in main()