Searched refs:ocs_textbuf_ext_get_written (Results 1 – 3 of 3) sorted by relevance
469 n = ocs_textbuf_ext_get_written(ptbuf, idx); in ocs_ioctl()561 for (idx = 0; (n = ocs_textbuf_ext_get_written(&textbuf, idx)) > 0; idx++) { in ocs_ioctl()564 ocs_textbuf_ext_get_written(&textbuf, idx))) { in ocs_ioctl()
119 extern int32_t ocs_textbuf_ext_get_written(ocs_textbuf_t *textbuf, uint32_t idx);
1644 for (idx = 0; (n = ocs_textbuf_ext_get_written(textbuf, idx)) >= 0; idx++) { in ocs_textbuf_get_written()1668 int32_t ocs_textbuf_ext_get_written(ocs_textbuf_t *textbuf, uint32_t idx) in ocs_textbuf_ext_get_written() function