Home | History | Annotate | Download | only in lib

Lines Matching refs:rvP

1193     pico_status_t rvP = PICO_OK;
1223 rvP = picodata_get_itemparts(sa->tmpbuf,
1229 if (rvP != PICO_OK) {
1231 picoos_emRaiseException(this->common->em, rvP,
1700 rvP = picodata_cbPutItem(this->cbOut, sa->tmpbuf,
1705 PICODBG_DEBUG(("put item, status: %d", rvP));
1707 if (rvP == PICO_OK) {
1708 } else if (rvP == PICO_EXC_BUF_OVERFLOW) {
1714 PICODBG_ERROR(("untreated return value, rvP: %d", rvP));