Searched refs:lock_file (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | nginx.c | 1157 if (ccf->lock_file.len == 0) { in ngx_core_module_init_conf() 1166 ngx_str_t lock_file; in ngx_core_module_init_conf() local 1168 lock_file = cycle->old_cycle->lock_file; in ngx_core_module_init_conf() 1170 if (lock_file.len) { in ngx_core_module_init_conf() 1171 lock_file.len--; in ngx_core_module_init_conf() 1173 if (ccf->lock_file.len != lock_file.len in ngx_core_module_init_conf() 1174 || ngx_strncmp(ccf->lock_file.data, lock_file.data, lock_file.len) in ngx_core_module_init_conf() 1181 cycle->lock_file.len = lock_file.len + 1; in ngx_core_module_init_conf() 1184 cycle->lock_file.data = ngx_pstrdup(cycle->pool, &lock_file); in ngx_core_module_init_conf() 1190 cycle->lock_file.len = ccf->lock_file.len + 1; in ngx_core_module_init_conf() [all …]
|
| H A D | ngx_cycle.h | 82 ngx_str_t lock_file; member 111 ngx_str_t lock_file; member
|
| H A D | ngx_cycle.c | 340 if (ngx_test_lockfile(cycle->lock_file.data, log) != NGX_OK) { in ngx_init_cycle() 988 cycle->lock_file.len + zn->shm.name.len + 1); in ngx_init_zone_pool() 993 (void) ngx_sprintf(file, "%V%V%Z", &cycle->lock_file, &zn->shm.name); in ngx_init_zone_pool()
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_file.c | 69 lock_file(HANDLE handle, enum eal_flock_op op, enum eal_flock_mode mode) in lock_file() function 118 return lock_file(handle, op, mode); in eal_file_lock()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.c | 590 cycle->lock_file.data) in ngx_event_module_init()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 7036 *) Добавление: директива lock_file и параметр автоконфигурации
|
| H A D | CHANGES | 6906 *) Feature: the "lock_file" directive and the --with-lock-path=PATH
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 363 syn keyword ngxDirective contained lock_file
|