set               393 core/ngx_conf_file.c             rv = cmd->set(cf, cmd, conf);
set                80 core/ngx_conf_file.h     char               *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
set                25 event/modules/ngx_rtsig_module.c int sigtimedwait(const sigset_t *set, siginfo_t *info,
set                62 event/modules/ngx_rtsig_module.c static sigset_t        set;
set               151 event/modules/ngx_rtsig_module.c     sigemptyset(&set);
set               152 event/modules/ngx_rtsig_module.c     sigaddset(&set, (int) rtscf->signo);
set               153 event/modules/ngx_rtsig_module.c     sigaddset(&set, (int) rtscf->signo + 1);
set               154 event/modules/ngx_rtsig_module.c     sigaddset(&set, SIGIO);
set               155 event/modules/ngx_rtsig_module.c     sigaddset(&set, SIGALRM);
set               157 event/modules/ngx_rtsig_module.c     if (sigprocmask(SIG_BLOCK, &set, NULL) == -1) {
set               317 event/modules/ngx_rtsig_module.c     signo = sigtimedwait(&set, &si, tp);
set               561 http/modules/ngx_http_headers_filter_module.c     ngx_http_set_header_t             *set;
set               584 http/modules/ngx_http_headers_filter_module.c     set = ngx_http_set_headers;
set               585 http/modules/ngx_http_headers_filter_module.c     for (i = 0; set[i].name.len; i++) {
set               586 http/modules/ngx_http_headers_filter_module.c         if (ngx_strcasecmp(value[1].data, set[i].name.data) != 0) {
set               590 http/modules/ngx_http_headers_filter_module.c         hv->offset = set[i].offset;
set               591 http/modules/ngx_http_headers_filter_module.c         hv->handler = set[i].handler;
set              1829 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t                   *uri, *file, *wait, *set, *stub, args;
set              1842 http/modules/ngx_http_ssi_filter_module.c     set = params[NGX_HTTP_SSI_INCLUDE_SET];
set              1858 http/modules/ngx_http_ssi_filter_module.c     if (set && stub) {
set              1995 http/modules/ngx_http_ssi_filter_module.c     if (set) {
set              1996 http/modules/ngx_http_ssi_filter_module.c         key = ngx_hash_strlow(set->data, set->data, set->len);
set              2004 http/modules/ngx_http_ssi_filter_module.c         psr->data = ngx_http_ssi_get_variable(r, set, key);
set              2021 http/modules/ngx_http_ssi_filter_module.c             var->name = *set;
set              2034 http/modules/ngx_http_ssi_filter_module.c     if (wait == NULL && set == NULL) {
set              1280 http/ngx_http.c         if (lsopt->set) {
set              1282 http/ngx_http.c             if (addr[i].opt.set) {
set              3486 http/ngx_http_core_module.c             lsopt.set = 1;
set              3506 http/ngx_http_core_module.c             lsopt.set = 1;
set              3523 http/ngx_http_core_module.c             lsopt.set = 1;
set              3540 http/ngx_http_core_module.c             lsopt.set = 1;
set              3555 http/ngx_http_core_module.c             lsopt.set = 1;
set              3569 http/ngx_http_core_module.c             lsopt.set = 1;
set              3600 http/ngx_http_core_module.c                 lsopt.set = 1;
set                65 http/ngx_http_core_module.h     unsigned                   set:1;
set               106 os/unix/ngx_atomic.h #define ngx_atomic_cmp_set(lock, old, set)                                    \
set               107 os/unix/ngx_atomic.h     __sync_bool_compare_and_swap(lock, old, set)
set               135 os/unix/ngx_atomic.h     ngx_atomic_uint_t set);
set               176 os/unix/ngx_atomic.h     ngx_atomic_uint_t set);
set               276 os/unix/ngx_atomic.h      ngx_atomic_uint_t set)
set               279 os/unix/ngx_atomic.h          *lock = set;
set                44 os/unix/ngx_freebsd_rfork_thread.h #define ngx_thread_sigmask(how, set, oset)                         \
set                45 os/unix/ngx_freebsd_rfork_thread.h             (sigprocmask(how, set, oset) == -1) ? ngx_errno : 0
set                37 os/unix/ngx_gcc_atomic_amd64.h     ngx_atomic_uint_t set)
set                47 os/unix/ngx_gcc_atomic_amd64.h     : "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "cc", "memory");
set                29 os/unix/ngx_gcc_atomic_ppc.h     ngx_atomic_uint_t set)
set                50 os/unix/ngx_gcc_atomic_ppc.h     : "b" (lock), "b" (old), "b" (set)
set                92 os/unix/ngx_gcc_atomic_ppc.h     ngx_atomic_uint_t set)
set               113 os/unix/ngx_gcc_atomic_ppc.h     : "b" (lock), "b" (old), "b" (set)
set                34 os/unix/ngx_gcc_atomic_sparc64.h     ngx_atomic_uint_t set)
set                40 os/unix/ngx_gcc_atomic_sparc64.h     : "+r" (set) : "r" (lock), "r" (old) : "memory");
set                42 os/unix/ngx_gcc_atomic_sparc64.h     return (set == old);
set                38 os/unix/ngx_gcc_atomic_x86.h     ngx_atomic_uint_t set)
set                48 os/unix/ngx_gcc_atomic_x86.h     : "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "cc", "memory");
set                90 os/unix/ngx_process_cycle.c     sigset_t           set;
set                97 os/unix/ngx_process_cycle.c     sigemptyset(&set);
set                98 os/unix/ngx_process_cycle.c     sigaddset(&set, SIGCHLD);
set                99 os/unix/ngx_process_cycle.c     sigaddset(&set, SIGALRM);
set               100 os/unix/ngx_process_cycle.c     sigaddset(&set, SIGIO);
set               101 os/unix/ngx_process_cycle.c     sigaddset(&set, SIGINT);
set               102 os/unix/ngx_process_cycle.c     sigaddset(&set, ngx_signal_value(NGX_RECONFIGURE_SIGNAL));
set               103 os/unix/ngx_process_cycle.c     sigaddset(&set, ngx_signal_value(NGX_REOPEN_SIGNAL));
set               104 os/unix/ngx_process_cycle.c     sigaddset(&set, ngx_signal_value(NGX_NOACCEPT_SIGNAL));
set               105 os/unix/ngx_process_cycle.c     sigaddset(&set, ngx_signal_value(NGX_TERMINATE_SIGNAL));
set               106 os/unix/ngx_process_cycle.c     sigaddset(&set, ngx_signal_value(NGX_SHUTDOWN_SIGNAL));
set               107 os/unix/ngx_process_cycle.c     sigaddset(&set, ngx_signal_value(NGX_CHANGEBIN_SIGNAL));
set               109 os/unix/ngx_process_cycle.c     if (sigprocmask(SIG_BLOCK, &set, NULL) == -1) {
set               114 os/unix/ngx_process_cycle.c     sigemptyset(&set);
set               169 os/unix/ngx_process_cycle.c         sigsuspend(&set);
set               832 os/unix/ngx_process_cycle.c     sigset_t          set;
set               944 os/unix/ngx_process_cycle.c     sigemptyset(&set);
set               946 os/unix/ngx_process_cycle.c     if (sigprocmask(SIG_SETMASK, &set, NULL) == -1) {
set              1209 os/unix/ngx_process_cycle.c     sigset_t          set;
set              1216 os/unix/ngx_process_cycle.c     sigemptyset(&set);
set              1217 os/unix/ngx_process_cycle.c     sigaddset(&set, ngx_signal_value(NGX_RECONFIGURE_SIGNAL));
set              1218 os/unix/ngx_process_cycle.c     sigaddset(&set, ngx_signal_value(NGX_REOPEN_SIGNAL));
set              1219 os/unix/ngx_process_cycle.c     sigaddset(&set, ngx_signal_value(NGX_CHANGEBIN_SIGNAL));
set              1221 os/unix/ngx_process_cycle.c     err = ngx_thread_sigmask(SIG_BLOCK, &set, NULL);
set                15 os/unix/ngx_sunpro_atomic_sparc64.h ngx_casa(ngx_atomic_uint_t set, ngx_atomic_uint_t old, ngx_atomic_t *lock);
set                18 os/unix/ngx_sunpro_atomic_sparc64.h ngx_casxa(ngx_atomic_uint_t set, ngx_atomic_uint_t old, ngx_atomic_t *lock);
set                25 os/unix/ngx_sunpro_atomic_sparc64.h     ngx_atomic_uint_t set)
set                27 os/unix/ngx_sunpro_atomic_sparc64.h     set = NGX_CASA(set, old, lock);
set                29 os/unix/ngx_sunpro_atomic_sparc64.h     return (set == old);