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

/httpd/modules/filters/
H A Dmod_include.h74 apr_pool_t *dpool; member in struct:__anon164
H A Dmod_include.c230 (name) = apr_palloc((ctx)->dpool, sizeof(*(name))); \
306 is = apr_pstrcat(ctx->dpool, is, " ", NULL);
313 is = apr_pstrmemdup(ctx->dpool, is, strlen(is) - 4);
322 is = apr_pstrcat(ctx->dpool, is, " ", NULL);
332 is = apr_pstrmemdup(ctx->dpool, is, strlen(is) - 4);
426 (name) = apr_palloc((ctx)->dpool, sizeof(*(name))); \
680 val = apr_pstrmemdup(ctx->dpool, re->source + re->match[idx].rm_so,
786 current = result = apr_palloc(ctx->dpool, sizeof(*result));
801 current->next = apr_palloc(ctx->dpool, sizeof(*current->next));
838 key = apr_pstrmemdup(ctx->dpool,
[all...]

Completed in 2135 milliseconds