Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicowa.c446 pico_status_t rvP = PICO_OK; in waStep() local
456 rvP = waProcessWordgraph(this, wa, &ihead, in waStep()
467 rvP = PICO_WARN_PU_DISCARD_BUF; in waStep()
471 rvP = picodata_copy_item(wa->inBuf, in waStep()
477 if (PICO_OK == rvP) { in waStep()
482 } else if (PICO_WARN_PU_DISCARD_BUF == rvP) { in waStep()
496 PICODBG_ERROR(("problem processing item", rvP)); in waStep()
497 picoos_emRaiseException(this->common->em, rvP, in waStep()
Dpicoacph.c1052 pico_status_t rvP = PICO_OK; in acphStep() local
1079 rvP = picodata_get_itemparts(acph->tmpbuf, in acphStep()
1083 if (rvP != PICO_OK) { in acphStep()
1085 picoos_emRaiseException(this->common->em, rvP, in acphStep()
1369 rvP = picodata_cbPutItem(this->cbOut, acph->tmpbuf, in acphStep()
1374 PICODBG_DEBUG(("put item, status: %d", rvP)); in acphStep()
1376 if (rvP == PICO_OK) { in acphStep()
1379 } else if (rvP == PICO_EXC_BUF_OVERFLOW) { in acphStep()
1389 PICODBG_ERROR(("untreated return value, rvP: %d", rvP)); in acphStep()
Dpicosa.c1193 pico_status_t rvP = PICO_OK; in saStep() local
1223 rvP = picodata_get_itemparts(sa->tmpbuf, in saStep()
1229 if (rvP != PICO_OK) { in saStep()
1231 picoos_emRaiseException(this->common->em, rvP, in saStep()
1700 rvP = picodata_cbPutItem(this->cbOut, sa->tmpbuf, in saStep()
1705 PICODBG_DEBUG(("put item, status: %d", rvP)); in saStep()
1707 if (rvP == PICO_OK) { in saStep()
1708 } else if (rvP == PICO_EXC_BUF_OVERFLOW) { in saStep()
1714 PICODBG_ERROR(("untreated return value, rvP: %d", rvP)); in saStep()