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

/httpd/modules/filters/
H A Dlibsed.h125 char *hspend; 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;
199 strcpy(eval->hspend, sz);
200 /* hspend will now point to NULL character */
201 eval->hspend += len;
209 eval->hspend = eval->holdbuf;
279 eval->hspend = eval->holdbuf;

Completed in 29 milliseconds