Searched defs:clenmax (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicodata.c393 const picoos_uint16 clenmax, picoos_uint16 *clen)
402 if (clenmax >= head->len) {
420 const picoos_uint16 clenmax, picoos_uint16 *clen)
422 pico_status_t status = picodata_get_itemparts_nowarn(buf,blenmax,head,content,clenmax,clen);
431 const picoos_uint8 *content, const picoos_uint16 clenmax,
436 if (clenmax >= head->len) {
390 picodata_get_itemparts_nowarn( const picoos_uint8 *buf, const picoos_uint16 blenmax, picodata_itemhead_t *head, picoos_uint8 *content, const picoos_uint16 clenmax, picoos_uint16 *clen) argument
417 picodata_get_itemparts( const picoos_uint8 *buf, const picoos_uint16 blenmax, picodata_itemhead_t *head, picoos_uint8 *content, const picoos_uint16 clenmax, picoos_uint16 *clen) argument
430 picodata_put_itemparts(const picodata_itemhead_t *head, const picoos_uint8 *content, const picoos_uint16 clenmax, picoos_uint8 *buf, const picoos_uint16 blenmax, picoos_uint16 *blen) argument

Completed in 60 milliseconds