Searched refs:scratchpool (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 1981 dav_stream_response(wres, 0, &badprops, ctx->scratchpool); 1985 dav_stream_response(wres, HTTP_OK, NULL, ctx->scratchpool); 1988 apr_pool_clear(ctx->scratchpool); 2004 dav_stream_response(wres, 0, &propstats, ctx->scratchpool); 2006 /* at this point, ctx->scratchpool has been used to stream a 2010 apr_pool_clear(ctx->scratchpool); 2102 apr_pool_create(&ctx.scratchpool, r->pool);
|
H A D | mod_dav.h | 1682 apr_pool_t *scratchpool; member in struct:dav_walker_ctx
|
Completed in 1125 milliseconds