Home | History | Annotate | Download | only in lib

Lines Matching defs:cbIn

138      * - a pu returns idle iff its cbIn is empty and it has no more data ready for output */
302 picodata_CharBuffer cbIn;
313 PICODBG_DEBUG(("taking cbIn of this because adding first pu"));
314 cbIn = this->cbIn;
316 PICODBG_DEBUG(("taking cbIn of previous pu"));
317 cbIn = ctrl->procCbOut[newPU-1];
340 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
345 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
350 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
355 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
360 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
365 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
370 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
375 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
381 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
387 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
391 this->common->mm, this->common, cbIn,
411 * @param cbIn : the input char buffer
421 picoos_Common common, picodata_CharBuffer cbIn,
425 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn,
504 picodata_CharBuffer cbIn, cbOut;
538 status = picodata_cbReset(this->cbIn);
594 this->cbIn = NULL;
622 this->cbIn = picodata_newCharBuffer(this->common->mm,
633 this->cbIn, this->cbOut, this->voice);
634 done = (NULL != this->cbIn) && (NULL != this->cbOut)
731 while ((*bytesPut < textSize) && (PICO_OK == picodata_cbPutCh(this->cbIn, text[*bytesPut]))) {