Lines Matching refs:text_buf
40 * prb_reserve(). On success, prb_reserve() sets @info and @text_buf to
45 * prb_read_valid(). Note that the reader provides the @info and @text_buf,
47 * the char array pointed to by @text_buf will be filled with text data.
51 char *text_buf;
255 #define _DEFINE_PRINTKRB(name, descbits, avgtextbits, text_buf) \
288 .data = text_buf, \
323 r->text_buf = NULL;
335 char *text_buf, unsigned int text_buf_size,
347 * @text_buf: A buffer to store text data.
348 * @text_buf_size: The size of @text_buf.
356 char *text_buf, unsigned int text_buf_size)
359 r->text_buf = text_buf;