Searched refs:PICO_EOF (Results 1 – 13 of 13) sorted by relevance
347 return (0 == fflush((FILE *)f)) ? PICO_OK : PICO_EOF; in picopal_fflush()353 return (0 == fclose((FILE *)f)) ? PICO_OK : PICO_EOF; in picopal_fclose()380 return (0 == fseek((FILE *)f, offset, seekmode)) ? PICO_OK : PICO_EOF; in picopal_fseek()394 return (res >= 0) ? PICO_OK : PICO_EOF; in picopal_fget_char()
85 #define PICO_EOF (pico_status_t) -1 macro
168 return PICO_EOF; in picodata_cbGetCh()186 return PICO_EOF; in data_cbGetItem()592 while ((result == PICO_OK) && (ch = picodata_cbGetCh(this->cbIn)) != PICO_EOF) { in puSimpleStep()
778 PICODBG_ASSERT(((PICO_EOF == rv) || (PICO_OK == rv))); in picoctrl_engFetchOutputItemBytes()779 if ((PICODATA_PU_IDLE == stepResult) && (PICO_EOF == rv)) { in picoctrl_engFetchOutputItemBytes()
410 } else if (PICO_EOF == rv) { in waStep()
1017 if ((PICO_EOF != rv) && (PICO_EXC_BUF_OVERFLOW != rv)) { in sphoStep()1023 if (PICO_EOF == rv) { /* there are no more items available */ in sphoStep()
779 if (s_result == PICO_EOF) { in sigStep()
1149 } else if (rv == PICO_EOF) { in acphStep()
1324 } else if (rv == PICO_EOF) { in saStep()
1515 …if (PICO_EOF == sResult) { /* there are no more items available and we always need more data here … in cepStep()
1563 else if (PICO_EOF != (ch = picodata_cbGetCh(this->cbIn))) { in tokStep()
2353 if (sResult == PICO_EOF) { in pam_step()
3524 } else if (PICO_EOF == rv) { in prStep()