Lines Matching defs:temp_pool
294 apr_pool_t *temp_pool)
356 body = apr_palloc(temp_pool, required_len);
374 apr_pool_clear(temp_pool);
467 apr_pool_t *temp_pool,
602 apr_pool_clear(temp_pool);
608 apr_bucket_setaside(b, temp_pool);
703 apr_pool_t *temp_pool;
715 apr_pool_create(&temp_pool, r->pool);
732 rv = send_environment(s, conf, r, request_id, temp_pool);
753 rv = handle_response(conf, r, s, temp_pool, request_id, rspbuf,
783 apr_table_t *vars = apr_table_make(temp_pool, /* not used to allocate
793 apr_pool_destroy(temp_pool);