Home
last modified time | relevance | path

Searched refs:tmphead (Results 1 – 1 of 1) sorted by relevance

/external/svox/pico/lib/
Dpicoacph.c974 picodata_itemhead_t tmphead; in acphPutBoundItem() local
979 tmphead.type = PICODATA_ITEM_BOUND; in acphPutBoundItem()
980 tmphead.info1 = strength; in acphPutBoundItem()
981 tmphead.info2 = type; in acphPutBoundItem()
982 tmphead.len = 0; in acphPutBoundItem()
983 rv = picodata_put_itemparts(&tmphead, NULL, 0, acph->tmpbuf, in acphPutBoundItem()