Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dstrings.c45 if (psf->have_written && (psf->strings.flags & SF_STR_ALLOW_END) == 0) in psf_store_string()
65 { if ((psf->strings.flags & SF_STR_ALLOW_END) == 0) in psf_store_string()
Dcommon.h146 SF_STR_ALLOW_END = 0x0200, enumerator
Drf64.c99 psf->strings.flags = SF_STR_ALLOW_START | SF_STR_ALLOW_END ; in rf64_open()
Dcaf.c150 psf->strings.flags = SF_STR_ALLOW_START | SF_STR_ALLOW_END ; in caf_open()
Dwav.c171 psf->strings.flags = SF_STR_ALLOW_START | SF_STR_ALLOW_END ; in wav_open()
Daiff.c279 psf->strings.flags = SF_STR_ALLOW_START | SF_STR_ALLOW_END ; in aiff_open()