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

/httpd/modules/filters/
H A Dlibsed.h124 char *holdbuf; member in struct:sed_eval_s
H A Dsed1.c138 grow_buffer(eval->pool, &eval->holdbuf, &eval->hspend,
195 unsigned int reqsize = (eval->hspend - eval->holdbuf) + len + 1;
209 eval->hspend = eval->holdbuf;
270 if (eval->holdbuf == NULL) {
272 eval->holdbuf = apr_pcalloc(eval->pool, eval->hsize);
279 eval->hspend = eval->holdbuf;
319 /* eval->linebuf, eval->holdbuf, eval->genbuf and eval->inar are allocated
745 copy_to_linebuf(eval, eval->holdbuf);
750 append_to_linebuf(eval, eval->holdbuf);
953 copy_to_linebuf(eval, eval->holdbuf);
[all...]

Completed in 31 milliseconds