Lines Matching refs:cbIn

302     picodata_CharBuffer cbIn;  in ctrlAddPU()  local
314 cbIn = this->cbIn; in ctrlAddPU()
317 cbIn = ctrl->procCbOut[newPU-1]; in ctrlAddPU()
340 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
345 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
350 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
355 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
360 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
365 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
370 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
375 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
381 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
387 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
391 this->common->mm, this->common, cbIn, in ctrlAddPU()
421 picoos_Common common, picodata_CharBuffer cbIn, in picoctrl_newControl() argument
425 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, in picoctrl_newControl()
504 picodata_CharBuffer cbIn, cbOut; member
538 status = picodata_cbReset(this->cbIn); in picoctrl_engReset()
594 this->cbIn = NULL; in picoctrl_newEngine()
622 this->cbIn = picodata_newCharBuffer(this->common->mm, in picoctrl_newEngine()
633 this->cbIn, this->cbOut, this->voice); in picoctrl_newEngine()
634 done = (NULL != this->cbIn) && (NULL != this->cbOut) in picoctrl_newEngine()
731 while ((*bytesPut < textSize) && (PICO_OK == picodata_cbPutCh(this->cbIn, text[*bytesPut]))) { in picoctrl_engFeedText()