Home | History | Annotate | Download | only in tts

Lines Matching refs:bytes_sent

1452     pico_Int16  bytes_sent, bytes_recv, text_remaining, out_data_type;
1550 ret = pico_putTextUtf8( picoEngine, inp, text_remaining, &bytes_sent );
1559 text_remaining -= bytes_sent;
1560 inp += bytes_sent;