Searched refs:a_buf (Results 1 – 1 of 1) sorted by relevance
97 struct abbr_buf a_buf; member101 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen);175 add_line_to_abbr_buf(&log_info->a_buf, line, len); in log_line()216 static void init_abbr_buf(struct abbr_buf *a_buf) { in init_abbr_buf() argument219 memset(a_buf, 0, sizeof(struct abbr_buf)); in init_abbr_buf()222 a_buf->b_buf.buf = new_buf; in init_abbr_buf()223 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE; in init_abbr_buf()224 a_buf->b_buf.buf_size = BEGINNING_BUF_SIZE - 1; in init_abbr_buf()228 a_buf->e_buf.buf = new_buf; in init_abbr_buf()229 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE; in init_abbr_buf()[all …]