ocs_textbuf_alloc
rc = ocs_textbuf_alloc(ocs, &ocs->ddump_saved, DEFAULT_SAVED_DUMP_SIZE);
if (ocs_textbuf_alloc(ocs, &textbuf, req->user_buffer_len)) {
if (ocs_textbuf_alloc(ocs, &textbuf, req->user_buffer_len)) {
if (ocs_textbuf_alloc(ocs, &textbuf, req->user_buffer_len)) {
if (ocs_textbuf_alloc(ocs, &textbuf, req->user_buffer_len)) {
if (ocs_textbuf_alloc(ocs, &textbuf, req->value_length)) {
if (ocs_textbuf_alloc(ocs, &ocs->ddump_saved, ddump_saved_size)) {
rc = ocs_textbuf_alloc(ocs, &ramlog->textbufs[i], buffer_len);
extern int32_t ocs_textbuf_alloc(ocs_t *ocs, ocs_textbuf_t *textbuf, uint32_t length);