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

/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dmod_sed.c54 apr_pool_t *tpool; member in struct:sed_filter_ctxt
84 apr_pool_clear(ctx->tpool);
95 ctx->outbuf = apr_palloc(ctx->tpool, ctx->bufsize + 1);
106 if (ctx->tpool == ctx->r->pool) {
140 out = apr_palloc(ctx->tpool, size);
176 char* newbuf = apr_palloc(ctx->tpool, sz);
257 apr_pool_create(&(ctx->tpool), r->pool);
260 ctx->tpool = r->pool;

Completed in 203 milliseconds