Searched refs:clenmax (Results 1 – 2 of 2) sorted by relevance
/external/svox/pico/lib/ |
D | picodata.h | 349 const picoos_uint16 clenmax, picoos_uint16 *clen); 362 const picoos_uint16 clenmax, picoos_uint16 *clen); 373 const picoos_uint8 *content, const picoos_uint16 clenmax,
|
D | picodata.c | 393 const picoos_uint16 clenmax, picoos_uint16 *clen) in picodata_get_itemparts_nowarn() argument 402 if (clenmax >= head->len) { in picodata_get_itemparts_nowarn() 420 const picoos_uint16 clenmax, picoos_uint16 *clen) in picodata_get_itemparts() argument 422 pico_status_t status = picodata_get_itemparts_nowarn(buf,blenmax,head,content,clenmax,clen); in picodata_get_itemparts() 431 const picoos_uint8 *content, const picoos_uint16 clenmax, in picodata_put_itemparts() argument 436 if (clenmax >= head->len) { in picodata_put_itemparts()
|