Home | History | Annotate | Download | only in tts

Lines Matching full:bytes_sent

1465     pico_Int16  bytes_sent, bytes_recv, text_remaining, out_data_type;
1563 ret = pico_putTextUtf8( picoEngine, inp, text_remaining, &bytes_sent );
1572 text_remaining -= bytes_sent;
1573 inp += bytes_sent;