Lines Matching refs:ocs_textbuf_segment_t

1620 static int32_t ocs_segment_remaining(ocs_textbuf_segment_t *segment);
1621 static ocs_textbuf_segment_t *ocs_textbuf_segment_alloc(ocs_textbuf_t *textbuf);
1622 static void ocs_textbuf_segment_free(ocs_t *ocs, ocs_textbuf_segment_t *segment);
1623 static ocs_textbuf_segment_t *ocs_textbuf_get_segment(ocs_textbuf_t *textbuf, uint32_t idx);
1652 ocs_textbuf_segment_t *segment = ocs_textbuf_get_segment(textbuf, idx); in ocs_textbuf_ext_get_buffer()
1661 ocs_textbuf_segment_t *segment = ocs_textbuf_get_segment(textbuf, idx); in ocs_textbuf_ext_get_length()
1670 ocs_textbuf_segment_t *segment = ocs_textbuf_get_segment(textbuf, idx); in ocs_textbuf_ext_get_written()
1689 ocs_list_init(&textbuf->segment_list, ocs_textbuf_segment_t, link); in ocs_textbuf_alloc()
1707 static ocs_textbuf_segment_t *
1710 ocs_textbuf_segment_t *segment = NULL; in ocs_textbuf_segment_alloc()
1737 ocs_textbuf_segment_free(ocs_t *ocs, ocs_textbuf_segment_t *segment) in ocs_textbuf_segment_free()
1747 static ocs_textbuf_segment_t *
1751 ocs_textbuf_segment_t *segment; in ocs_textbuf_get_segment()
1769 ocs_textbuf_segment_t *segment; in ocs_textbuf_init()
1774 ocs_list_init(&textbuf->segment_list, ocs_textbuf_segment_t, link); in ocs_textbuf_init()
1791 ocs_textbuf_segment_t *segment; in ocs_textbuf_free()
1792 ocs_textbuf_segment_t *n; in ocs_textbuf_free()
1821 ocs_textbuf_segment_t *segment; in ocs_textbuf_vprintf()
1871 ocs_textbuf_segment_t *segment; in ocs_textbuf_putc()
1956 ocs_segment_remaining(ocs_textbuf_segment_t *segment) in ocs_segment_remaining()
1965 ocs_textbuf_segment_t *segment; in ocs_textbuf_reset()
1966 ocs_textbuf_segment_t *n; in ocs_textbuf_reset()