Home | History | Annotate | Download | only in lib

Lines Matching refs:PICO_EOF

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) {