comparison src/core/ngx_file.h @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents 2357fa41738a
children a472bfb778b3
comparison
equal deleted inserted replaced
289:0750faf8d7e3 290:87e73f067470
49 ngx_pool_t *pool, int persistent); 49 ngx_pool_t *pool, int persistent);
50 void ngx_create_hashed_filename(ngx_file_t *file, ngx_path_t *path); 50 void ngx_create_hashed_filename(ngx_file_t *file, ngx_path_t *path);
51 int ngx_create_path(ngx_file_t *file, ngx_path_t *path); 51 int ngx_create_path(ngx_file_t *file, ngx_path_t *path);
52 52
53 void ngx_init_temp_number(); 53 void ngx_init_temp_number();
54 int ngx_next_temp_number(int collision); 54 ngx_uint_t ngx_next_temp_number(ngx_uint_t collision);
55 55
56 char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 56 char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
57 57
58 58
59 #define ngx_conf_merge_path_value(conf, prev, path, l1, l2, l3, pool) \ 59 #define ngx_conf_merge_path_value(conf, prev, path, l1, l2, l3, pool) \