Searched defs:temp_dir (Results 1 - 6 of 6) sorted by relevance

/httpd/modules/apreq/
H A Dapreq_private_apache2.h4 const char *temp_dir; member in struct:dir_config
32 const char *temp_dir; member in struct:filter_ctx
/httpd/include/
H A Dapreq_parser.h105 const char *temp_dir; member in struct:apreq_parser_t
192 * @param temp_dir the directory used by the parser for temporary files
202 const char *temp_dir,
/httpd/server/
H A Dapreq_parser.c39 const char *temp_dir,
50 p->temp_dir = temp_dir;
254 s = apreq_brigade_concat(pool, parser->temp_dir, parser->brigade_limit,
34 apreq_parser_make(apr_pool_t *pool, apr_bucket_alloc_t *ba, const char *content_type, apreq_parser_function_t pfn, apr_size_t brigade_limit, const char *temp_dir, apreq_hook_t *hook, void *ctx) argument
H A Dapreq_parser_multipart.c217 const char *temp_dir,
249 temp_dir, NULL, NULL);
273 parser->temp_dir, 1);
411 parser->temp_dir,
435 parser->temp_dir,
601 s = apreq_brigade_concat(pool, parser->temp_dir,
618 s = apreq_brigade_concat(pool, parser->temp_dir,
213 create_multipart_context(const char *content_type, apr_pool_t *pool, apr_bucket_alloc_t *ba, apr_size_t brigade_limit, const char *temp_dir, unsigned level) argument
H A Dapreq_module_cgi.c65 const char *temp_dir; member in struct:cgi_handle
386 req->temp_dir,
403 if (req->temp_dir != NULL)
404 req->parser->temp_dir = req->temp_dir;
814 if (req->temp_dir != NULL) {
815 parser->temp_dir = req->temp_dir;
905 const char **temp_dir = (req->parser == NULL) local
906 ? &req->temp_dir
[all...]
/httpd/modules/proxy/
H A Dmod_proxy_http.c579 const char *temp_dir; local
582 status = apr_temp_dir_get(&temp_dir, p);
588 apr_filepath_merge(&template, temp_dir,
595 "%s failed", temp_dir);

Completed in 2755 milliseconds