Home | History | Annotate | Download | only in src

Lines Matching refs:new_buf_len

179 	int len, new_buf_len;
186 new_buf_len = expr_buf_len + EXPR_BUF_SIZE;
187 new_buf = realloc(e_buf, new_buf_len);
195 expr_buf_len = new_buf_len;
756 int len, new_buf_len;
780 new_buf_len = reason_buf_len + REASON_BUF_SIZE;
781 *new_buf = realloc(*r_buf, new_buf_len);
787 reason_buf_len = new_buf_len;