Searched refs:a_buf (Results 1 - 1 of 1) sorted by relevance

/system/core/logwrapper/
H A Dlogwrap.c97 struct abbr_buf a_buf; member in struct:log_info
101 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);
216 static void init_abbr_buf(struct abbr_buf *a_buf) { argument
219 memset(a_buf, 0, sizeof(struct abbr_buf));
222 a_buf->b_buf.buf = new_buf;
223 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE;
224 a_buf->b_buf.buf_size = BEGINNING_BUF_SIZE - 1;
228 a_buf->e_buf.buf = new_buf;
229 a_buf
234 free_abbr_buf(struct abbr_buf *a_buf) argument
239 add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen) argument
250 struct abbr_buf *a_buf = &log_info->a_buf; local
[all...]

Completed in 24 milliseconds