add               227 core/ngx_file.c     ngx_atomic_uint_t  n, add;
add               229 core/ngx_file.c     add = collision ? ngx_random_number : 1;
add               231 core/ngx_file.c     n = ngx_atomic_fetch_add(ngx_temp_number, add);
add               233 core/ngx_file.c     return n + add;
add               105 event/modules/ngx_aio_module.c     return ngx_kqueue_module_ctx.actions.add(ev, event, flags);
add               230 event/ngx_event.h     ngx_int_t  (*add)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);
add               451 event/ngx_event.h #define ngx_add_event        ngx_event_actions.add
add                26 http/modules/ngx_http_browser_module.c     size_t                      add;
add                34 http/modules/ngx_http_browser_module.c     size_t                      add;
add               296 http/modules/ngx_http_browser_module.c             name += modern[i].add;
add               497 http/modules/ngx_http_browser_module.c              browsers[i].add = ngx_http_modern_browser_masks[n].add;
add               632 http/modules/ngx_http_proxy_module.c     size_t                add;
add               647 http/modules/ngx_http_proxy_module.c         add = 7;
add               654 http/modules/ngx_http_proxy_module.c         add = 8;
add               668 http/modules/ngx_http_proxy_module.c     u->schema.len = add;
add               673 http/modules/ngx_http_proxy_module.c     url.url.len = proxy.len - add;
add               674 http/modules/ngx_http_proxy_module.c     url.url.data = proxy.data + add;
add              2346 http/modules/ngx_http_proxy_module.c     size_t                      add;
add              2398 http/modules/ngx_http_proxy_module.c         add = 7;
add              2408 http/modules/ngx_http_proxy_module.c         add = 8;
add              2423 http/modules/ngx_http_proxy_module.c     u.url.len = url->len - add;
add              2424 http/modules/ngx_http_proxy_module.c     u.url.data = url->data + add;
add              2434 http/modules/ngx_http_proxy_module.c     plcf->vars.schema.len = add;
add                34 os/unix/ngx_atomic.h #define ngx_atomic_fetch_add(value, add)                                      \
add                35 os/unix/ngx_atomic.h     AO_fetch_and_add(value, add)
add                64 os/unix/ngx_atomic.h #define ngx_atomic_fetch_add(value, add)                                      \
add                65 os/unix/ngx_atomic.h     (OSAtomicAdd64(add, (int64_t *) value) - add)
add                76 os/unix/ngx_atomic.h #define ngx_atomic_fetch_add(value, add)                                      \
add                77 os/unix/ngx_atomic.h     (OSAtomicAdd32(add, (int32_t *) value) - add)
add               109 os/unix/ngx_atomic.h #define ngx_atomic_fetch_add(value, add)                                      \
add               110 os/unix/ngx_atomic.h     __sync_fetch_and_add(value, add)
add               138 os/unix/ngx_atomic.h ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add);
add               179 os/unix/ngx_atomic.h ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add);
add               288 os/unix/ngx_atomic.h ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)
add               293 os/unix/ngx_atomic.h      *value += add;
add                66 os/unix/ngx_gcc_atomic_amd64.h ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)
add                73 os/unix/ngx_gcc_atomic_amd64.h     : "+r" (add) : "m" (*value) : "cc", "memory");
add                75 os/unix/ngx_gcc_atomic_amd64.h     return add;
add                58 os/unix/ngx_gcc_atomic_ppc.h ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)
add                74 os/unix/ngx_gcc_atomic_ppc.h     : "b" (value), "b" (add)
add               121 os/unix/ngx_gcc_atomic_ppc.h ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)
add               137 os/unix/ngx_gcc_atomic_ppc.h     : "b" (value), "b" (add)
add                47 os/unix/ngx_gcc_atomic_sparc64.h ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)
add                55 os/unix/ngx_gcc_atomic_sparc64.h         res = old + add;
add                79 os/unix/ngx_gcc_atomic_x86.h ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)
add                86 os/unix/ngx_gcc_atomic_x86.h     : "+r" (add) : "m" (*value) : "cc", "memory");
add                88 os/unix/ngx_gcc_atomic_x86.h     return add;
add               101 os/unix/ngx_gcc_atomic_x86.h ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)
add               110 os/unix/ngx_gcc_atomic_x86.h     : "=a" (old) : "m" (*value), "a" (add) : "cc", "memory");
add                34 os/unix/ngx_sunpro_atomic_sparc64.h ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)
add                42 os/unix/ngx_sunpro_atomic_sparc64.h         res = old + add;