Home | History | Annotate | Download | only in lib

Lines Matching full:head

293 /* gets a single item (head and content) from a CharBuffer in buf;
305 /* gets the speech data (without item head) from a CharBuffer in buf;
317 /* puts a single item (head and content) to a CharBuffer; clenmax is
338 head set and item content
348 picodata_itemhead_t *head, picoos_uint8 *content,
351 /* gets from buf a single item, values in head set and item content
361 picodata_itemhead_t *head, picoos_uint8 *content,
364 /* puts a single item to buf; values in head and content copied to
372 pico_status_t picodata_put_itemparts(const picodata_itemhead_t *head,
376 /* gets from buf info of a single item, values in head are set and
385 picodata_itemhead_t *head, picoos_uint8 **content);
430 /* return TRUE if head is a valid item head, FALSE otherwise */
431 picoos_uint8 picodata_is_valid_itemhead(const picodata_itemhead_t *head);
612 /* convert (pretty print) item head 'head' and put output in 'str',
614 picoos_char * picodata_head_to_string(const picodata_itemhead_t *head,