Searched refs:ngx_path_t (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_file.h | 62 } ngx_path_t; typedef 74 ngx_path_t *path; 139 ngx_int_t ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path, 142 void ngx_create_hashed_filename(ngx_path_t *path, u_char *file, size_t len); 143 ngx_int_t ngx_create_path(ngx_file_t *file, ngx_path_t *path); 145 ngx_int_t ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot); 155 char *ngx_conf_merge_path_value(ngx_conf_t *cf, ngx_path_t **path, 156 ngx_path_t *prev, ngx_path_init_t *init);
|
| H A D | ngx_file.c | 141 ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path, ngx_pool_t *pool, in ngx_create_temp_file() 241 ngx_create_hashed_filename(ngx_path_t *path, u_char *file, size_t len) in ngx_create_hashed_filename() 266 ngx_create_path(ngx_file_t *file, ngx_path_t *path) in ngx_create_path() 368 ngx_path_t *path, **slot; in ngx_conf_set_path_slot() 370 slot = (ngx_path_t **) (p + cmd->offset); in ngx_conf_set_path_slot() 376 path = ngx_pcalloc(cf->pool, sizeof(ngx_path_t)); in ngx_conf_set_path_slot() 421 ngx_conf_merge_path_value(ngx_conf_t *cf, ngx_path_t **path, ngx_path_t *prev, in ngx_conf_merge_path_value() 435 *path = ngx_pcalloc(cf->pool, sizeof(ngx_path_t)); in ngx_conf_merge_path_value() 526 ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot) in ngx_add_path() 529 ngx_path_t *path, **p; in ngx_add_path() [all …]
|
| H A D | ngx_cycle.c | 118 if (ngx_array_init(&cycle->paths, pool, n, sizeof(ngx_path_t *)) in ngx_init_cycle() 125 ngx_memzero(cycle->paths.elts, n * sizeof(ngx_path_t *)); in ngx_init_cycle()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_cache.h | 161 ngx_path_t *path;
|
| H A D | ngx_http_upstream.h | 185 ngx_path_t *temp_path;
|
| H A D | ngx_http_file_cache.c | 34 ngx_path_t *path); 933 ngx_http_file_cache_name(ngx_http_request_t *r, ngx_path_t *path) in ngx_http_file_cache_name() 1708 ngx_path_t *path; in ngx_http_file_cache_forced_expire() 1801 ngx_path_t *path; in ngx_http_file_cache_expire() 1912 ngx_path_t *path; in ngx_http_file_cache_delete() 2324 cache->path = ngx_pcalloc(cf->pool, sizeof(ngx_path_t)); in ngx_http_file_cache_set_slot()
|
| H A D | ngx_http_core_module.h | 426 ngx_path_t *client_body_temp_path; /* client_body_temp_path */
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process_cycle.c | 542 ngx_path_t **path; in ngx_start_cache_manager_processes() 1446 ngx_path_t **path; in ngx_cache_manager_process_handler() 1474 ngx_path_t **path; in ngx_cache_loader_process_handler()
|