~britco/nginx/master

« back to all changes in this revision

Viewing changes to src/core/ngx_file.h

Tags: upstream-0.5.33
ImportĀ upstreamĀ versionĀ 0.5.33

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
ngx_atomic_uint_t ngx_next_temp_number(ngx_uint_t collision);
96
96
 
97
97
char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
 
98
char *ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
98
99
 
99
100
 
100
101
#define ngx_conf_merge_path_value(curr, prev, path, l1, l2, l3, clean, cf)    \