Lines Matching defs:text_buf
176 * snprintf(r.text_buf, r.text_buf_size, "%s", textstr);
209 * snprintf(&r.text_buf[r.info->text_len],
222 * char text_buf[32];
225 * prb_rec_init_rd(&r, &info, &text_buf[0], sizeof(text_buf));
233 * text_buf[r.text_buf_size - 1] = 0;
237 * &text_buf[0]);
1366 * - @r->text_buf points to the beginning of the entire text buffer.
1432 r->text_buf = data_alloc(rb, r->text_buf_size,
1456 r->text_buf = data_realloc(rb, r->text_buf_size,
1459 if (r->text_buf_size && !r->text_buf)
1606 * On success, the fields @info and @text_buf of @r will be set by this
1685 r->text_buf = data_alloc(rb, r->text_buf_size, &d->text_blk_lpos, id);
1687 if (r->text_buf_size && !r->text_buf) {
1955 r->text_buf, r->text_buf_size, line_count)) {
2187 * The reader provides the @info and @text_buf buffers of @r to be
2313 * @text_buf: The data buffer for text data.
2314 * @textbits: The size of @text_buf as a power-of-2 value.
2327 char *text_buf, unsigned int textbits,
2342 rb->text_data_ring.data = text_buf;