Home
last modified time | relevance | path

Searched refs:input_bufsiz (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c498 size_t input_bufsiz = sox_globals.input_bufsiz? in open_read() local
499 sox_globals.input_bufsiz : sox_globals.bufsiz; in open_read()
531 if (setvbuf (ft->fp, NULL, _IOFBF, sizeof(char) * input_bufsiz)) { in open_read()
545 input_bufsiz >= PIPE_AUTO_DETECT_SIZE) { in open_read()
H A Dsox.h1327 size_t input_bufsiz; member
H A Dsox.c2324 sox_globals.input_bufsiz = i; in parse_gopts_and_fopts()