ocs_textbuf_segment_alloc
static ocs_textbuf_segment_t *ocs_textbuf_segment_alloc(ocs_textbuf_t *textbuf);
return (ocs_textbuf_segment_alloc(textbuf) == NULL) ? -1 : 0;
if ((segment = ocs_textbuf_segment_alloc(textbuf)) == NULL) {
if ((segment = ocs_textbuf_segment_alloc(textbuf)) == NULL) {
ocs_textbuf_segment_alloc(textbuf);