Searched refs:temp_dir (Results 1 - 11 of 11) sorted by relevance
/httpd/modules/apreq/ |
H A D | filter.c | 36 dc->temp_dir = NULL; 46 c->temp_dir = (b->temp_dir != NULL) /* overrides ok */ 47 ? b->temp_dir : a->temp_dir; 67 conf->temp_dir = arg; 154 ctx->temp_dir, 171 if (ctx->temp_dir != NULL) 172 ctx->parser->temp_dir = ctx->temp_dir; [all...] |
H A D | apreq_private_apache2.h | 4 const char *temp_dir; member in struct:dir_config 32 const char *temp_dir; member in struct:filter_ctx
|
H A D | handle.c | 388 if (ctx->temp_dir == NULL && ctx->bytes_read == 0) { 390 ctx->temp_dir = apr_pstrdup(handle->pool, path); 408 *path = ctx->parser ? ctx->parser->temp_dir : ctx->temp_dir;
|
/httpd/include/ |
H A D | apreq_parser.h | 105 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,
|
H A D | apreq_util.h | 411 * @param temp_dir Directory for tempfile creation. 424 const char *temp_dir,
|
/httpd/server/ |
H A D | apreq_module_cgi.c | 65 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...] |
H A D | apreq_parser.c | 39 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 D | apreq_parser_multipart.c | 217 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 D | apreq_module_custom.c | 240 *path = req->parser->temp_dir;
|
H A D | apreq_util.c | 1001 const char *temp_dir, 1038 s = apreq_file_mktemp(&file, pool, temp_dir);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_http.c | 579 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 288 milliseconds