OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PICO_EOF
(Results
1 - 12
of
12
) sorted by null
/external/svox/pico/lib/
picopal.c
347
return (0 == fflush((FILE *)f)) ? PICO_OK :
PICO_EOF
;
353
return (0 == fclose((FILE *)f)) ? PICO_OK :
PICO_EOF
;
380
return (0 == fseek((FILE *)f, offset, seekmode)) ? PICO_OK :
PICO_EOF
;
394
return (res >= 0) ? PICO_OK :
PICO_EOF
;
picopal.h
85
#define
PICO_EOF
(pico_status_t) -1
picoctrl.c
777
/* rv must now be PICO_OK or
PICO_EOF
*/
778
PICODBG_ASSERT(((
PICO_EOF
== rv) || (PICO_OK == rv)));
779
if ((PICODATA_PU_IDLE == stepResult) && (
PICO_EOF
== rv)) {
picodata.c
168
return
PICO_EOF
;
186
return
PICO_EOF
;
316
*
PICO_EOF
: 'this' is empty; no new items available
592
while ((result == PICO_OK) && (ch = picodata_cbGetCh(this->cbIn)) !=
PICO_EOF
) {
[
all
...]
picowa.c
410
} else if (
PICO_EOF
== rv) {
picospho.c
[
all
...]
picoacph.c
[
all
...]
picosig.c
779
if (s_result ==
PICO_EOF
) {
[
all
...]
picosa.c
[
all
...]
picocep.c
[
all
...]
picopam.c
[
all
...]
picopr.c
[
all
...]
Completed in 2482 milliseconds