uintptr_t         136 core/ngx_conf_file.h     uintptr_t             spare_hook0;
uintptr_t         137 core/ngx_conf_file.h     uintptr_t             spare_hook1;
uintptr_t         138 core/ngx_conf_file.h     uintptr_t             spare_hook2;
uintptr_t         139 core/ngx_conf_file.h     uintptr_t             spare_hook3;
uintptr_t         140 core/ngx_conf_file.h     uintptr_t             spare_hook4;
uintptr_t         141 core/ngx_conf_file.h     uintptr_t             spare_hook5;
uintptr_t         142 core/ngx_conf_file.h     uintptr_t             spare_hook6;
uintptr_t         143 core/ngx_conf_file.h     uintptr_t             spare_hook7;
uintptr_t          78 core/ngx_config.h typedef uintptr_t       ngx_uint_t;
uintptr_t          98 core/ngx_config.h     (u_char *) (((uintptr_t) (p) + ((uintptr_t) a - 1)) & ~((uintptr_t) a - 1))
uintptr_t         109 core/ngx_crc32.c     if (((uintptr_t) ngx_crc32_table_short
uintptr_t         110 core/ngx_crc32.c           & ~((uintptr_t) ngx_cacheline_size - 1))
uintptr_t         111 core/ngx_crc32.c         == (uintptr_t) ngx_crc32_table_short)
uintptr_t         100 core/ngx_hash.c         if ((uintptr_t) value & 2) {
uintptr_t         106 core/ngx_hash.c                 if ((uintptr_t) value & 1) {
uintptr_t         111 core/ngx_hash.c                                           ((uintptr_t) value & (uintptr_t) ~3);
uintptr_t         115 core/ngx_hash.c             hwc = (ngx_hash_wildcard_t *) ((uintptr_t) value & (uintptr_t) ~3);
uintptr_t         126 core/ngx_hash.c         if ((uintptr_t) value & 1) {
uintptr_t         135 core/ngx_hash.c             return (void *) ((uintptr_t) value & (uintptr_t) ~3);
uintptr_t         187 core/ngx_hash.c         if ((uintptr_t) value & 2) {
uintptr_t         191 core/ngx_hash.c             hwc = (ngx_hash_wildcard_t *) ((uintptr_t) value & (uintptr_t) ~3);
uintptr_t         584 core/ngx_hash.c             name->value = (void *) ((uintptr_t) wdc | (dot ? 3 : 2));
uintptr_t         587 core/ngx_hash.c             name->value = (void *) ((uintptr_t) name->value | 1);
uintptr_t         109 core/ngx_radix_tree.c     uintptr_t value)
uintptr_t         235 core/ngx_radix_tree.c uintptr_t
uintptr_t         239 core/ngx_radix_tree.c     uintptr_t          value;
uintptr_t          15 core/ngx_radix_tree.h #define NGX_RADIX_NO_VALUE   (uintptr_t) -1
uintptr_t          23 core/ngx_radix_tree.h     uintptr_t          value;
uintptr_t          39 core/ngx_radix_tree.h     uint32_t key, uint32_t mask, uintptr_t value);
uintptr_t          42 core/ngx_radix_tree.h uintptr_t ngx_radix32tree_find(ngx_radix_tree_t *tree, uint32_t key);
uintptr_t          87 core/ngx_slab.c         ngx_slab_exact_size = ngx_pagesize / (8 * sizeof(uintptr_t));
uintptr_t         123 core/ngx_slab.c     pool->pages->prev = (uintptr_t) &pool->free;
uintptr_t         126 core/ngx_slab.c                   ngx_align_ptr((uintptr_t) p + pages * sizeof(ngx_slab_page_t),
uintptr_t         159 core/ngx_slab.c     uintptr_t         p, n, m, mask, *bitmap;
uintptr_t         172 core/ngx_slab.c             p += (uintptr_t) pool->start;
uintptr_t         204 core/ngx_slab.c                 bitmap = (uintptr_t *) (pool->start + p);
uintptr_t         207 core/ngx_slab.c                           / (sizeof(uintptr_t) * 8);
uintptr_t         220 core/ngx_slab.c                             i = ((n * sizeof(uintptr_t) * 8) << shift)
uintptr_t         226 core/ngx_slab.c                                          p = (uintptr_t) bitmap + i;
uintptr_t         241 core/ngx_slab.c                             p = (uintptr_t) bitmap + i;
uintptr_t         276 core/ngx_slab.c                         p += (uintptr_t) pool->start;
uintptr_t         290 core/ngx_slab.c             n = ((uintptr_t) 1 << n) - 1;
uintptr_t         296 core/ngx_slab.c                     for (m = (uintptr_t) 1 << NGX_SLAB_MAP_SHIFT, i = 0;
uintptr_t         318 core/ngx_slab.c                         p += (uintptr_t) pool->start;
uintptr_t         335 core/ngx_slab.c             bitmap = (uintptr_t *) (pool->start + p);
uintptr_t         346 core/ngx_slab.c             map = (1 << (ngx_pagesize_shift - shift)) / (sizeof(uintptr_t) * 8);
uintptr_t         354 core/ngx_slab.c             page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_SMALL;
uintptr_t         359 core/ngx_slab.c             p += (uintptr_t) pool->start;
uintptr_t         367 core/ngx_slab.c             page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_EXACT;
uintptr_t         372 core/ngx_slab.c             p += (uintptr_t) pool->start;
uintptr_t         378 core/ngx_slab.c             page->slab = ((uintptr_t) 1 << NGX_SLAB_MAP_SHIFT) | shift;
uintptr_t         380 core/ngx_slab.c             page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_BIG;
uintptr_t         385 core/ngx_slab.c             p += (uintptr_t) pool->start;
uintptr_t         416 core/ngx_slab.c     uintptr_t         slab, m, *bitmap;
uintptr_t         439 core/ngx_slab.c         if ((uintptr_t) p & (size - 1)) {
uintptr_t         443 core/ngx_slab.c         n = ((uintptr_t) p & (ngx_pagesize - 1)) >> shift;
uintptr_t         444 core/ngx_slab.c         m = (uintptr_t) 1 << (n & (sizeof(uintptr_t) * 8 - 1));
uintptr_t         445 core/ngx_slab.c         n /= (sizeof(uintptr_t) * 8);
uintptr_t         446 core/ngx_slab.c         bitmap = (uintptr_t *) ((uintptr_t) p & ~(ngx_pagesize - 1));
uintptr_t         458 core/ngx_slab.c                 page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_SMALL;
uintptr_t         459 core/ngx_slab.c                 page->next->prev = (uintptr_t) page | NGX_SLAB_SMALL;
uintptr_t         470 core/ngx_slab.c             if (bitmap[0] & ~(((uintptr_t) 1 << n) - 1)) {
uintptr_t         474 core/ngx_slab.c             map = (1 << (ngx_pagesize_shift - shift)) / (sizeof(uintptr_t) * 8);
uintptr_t         491 core/ngx_slab.c         m = (uintptr_t) 1 <<
uintptr_t         492 core/ngx_slab.c                 (((uintptr_t) p & (ngx_pagesize - 1)) >> ngx_slab_exact_shift);
uintptr_t         495 core/ngx_slab.c         if ((uintptr_t) p & (size - 1)) {
uintptr_t         508 core/ngx_slab.c                 page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_EXACT;
uintptr_t         509 core/ngx_slab.c                 page->next->prev = (uintptr_t) page | NGX_SLAB_EXACT;
uintptr_t         530 core/ngx_slab.c         if ((uintptr_t) p & (size - 1)) {
uintptr_t         534 core/ngx_slab.c         m = (uintptr_t) 1 << ((((uintptr_t) p & (ngx_pagesize - 1)) >> shift)
uintptr_t         547 core/ngx_slab.c                 page->prev = (uintptr_t) &slots[slot] | NGX_SLAB_BIG;
uintptr_t         548 core/ngx_slab.c                 page->next->prev = (uintptr_t) page | NGX_SLAB_BIG;
uintptr_t         566 core/ngx_slab.c         if ((uintptr_t) p & (ngx_pagesize - 1)) {
uintptr_t         636 core/ngx_slab.c                 page->next->prev = (uintptr_t) &page[pages];
uintptr_t         687 core/ngx_slab.c     page->prev = (uintptr_t) &pool->free;
uintptr_t         690 core/ngx_slab.c     page->next->prev = (uintptr_t) page;
uintptr_t          18 core/ngx_slab.h     uintptr_t         slab;
uintptr_t          20 core/ngx_slab.h     uintptr_t         prev;
uintptr_t         403 core/ngx_string.c                 ui64 = (uintptr_t) va_arg(args, void *);
uintptr_t        1336 core/ngx_string.c uintptr_t
uintptr_t        1465 core/ngx_string.c         return (uintptr_t) n;
uintptr_t        1481 core/ngx_string.c     return (uintptr_t) dst;
uintptr_t        1615 core/ngx_string.c uintptr_t
uintptr_t        1646 core/ngx_string.c         return (uintptr_t) len;
uintptr_t        1674 core/ngx_string.c     return (uintptr_t) dst;
uintptr_t         202 core/ngx_string.h uintptr_t ngx_escape_uri(u_char *dst, u_char *src, size_t size,
uintptr_t         205 core/ngx_string.h uintptr_t ngx_escape_html(u_char *dst, u_char *src, size_t size);
uintptr_t         372 event/modules/ngx_epoll_module.c     ee.data.ptr = (void *) ((uintptr_t) c | ev->instance);
uintptr_t         427 event/modules/ngx_epoll_module.c         ee.data.ptr = (void *) ((uintptr_t) c | ev->instance);
uintptr_t         457 event/modules/ngx_epoll_module.c     ee.data.ptr = (void *) ((uintptr_t) c | c->read->instance);
uintptr_t         573 event/modules/ngx_epoll_module.c         instance = (uintptr_t) c & 1;
uintptr_t         574 event/modules/ngx_epoll_module.c         c = (ngx_connection_t *) ((uintptr_t) c & (uintptr_t) ~1);
uintptr_t         729 event/modules/ngx_epoll_module.c                 e = (ngx_event_t *) (uintptr_t) event[i].data;
uintptr_t          34 event/modules/ngx_eventport_module.c     uintptr_t   portev_object;  /* source specific object */
uintptr_t          57 event/modules/ngx_eventport_module.c int port_associate(int port, int source, uintptr_t object, int events,
uintptr_t          63 event/modules/ngx_eventport_module.c int port_dissociate(int port, int source, uintptr_t object)
uintptr_t         301 event/modules/ngx_eventport_module.c                        (void *) ((uintptr_t) ev | ev->instance))
uintptr_t         350 event/modules/ngx_eventport_module.c                            (void *) ((uintptr_t) ev | ev->instance))
uintptr_t         452 event/modules/ngx_eventport_module.c             instance = (uintptr_t) ev & 1;
uintptr_t         453 event/modules/ngx_eventport_module.c             ev = (ngx_event_t *) ((uintptr_t) ev & (uintptr_t) ~1);
uintptr_t         534 event/modules/ngx_eventport_module.c                                        (void *) ((uintptr_t) ev | ev->instance))
uintptr_t         296 event/modules/ngx_kqueue_module.c         && ((uintptr_t) change_list[ev->index].udata & (uintptr_t) ~1)
uintptr_t         297 event/modules/ngx_kqueue_module.c             == (uintptr_t) ev)
uintptr_t         312 event/modules/ngx_kqueue_module.c                     ((uintptr_t) change_list[nchanges].udata & (uintptr_t) ~1);
uintptr_t         354 event/modules/ngx_kqueue_module.c         && ((uintptr_t) change_list[ev->index].udata & (uintptr_t) ~1)
uintptr_t         355 event/modules/ngx_kqueue_module.c             == (uintptr_t) ev)
uintptr_t         367 event/modules/ngx_kqueue_module.c                     ((uintptr_t) change_list[nchanges].udata & (uintptr_t) ~1);
uintptr_t         438 event/modules/ngx_kqueue_module.c     kev->udata = NGX_KQUEUE_UDATA_T ((uintptr_t) ev | ev->instance);
uintptr_t         605 event/modules/ngx_kqueue_module.c             instance = (uintptr_t) ev & 1;
uintptr_t         606 event/modules/ngx_kqueue_module.c             ev = (ngx_event_t *) ((uintptr_t) ev & (uintptr_t) ~1);
uintptr_t          42 http/modules/ngx_http_browser_module.c     uintptr_t                   data;
uintptr_t          58 http/modules/ngx_http_browser_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          60 http/modules/ngx_http_browser_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         232 http/modules/ngx_http_browser_module.c     uintptr_t data)
uintptr_t         386 http/modules/ngx_http_browser_module.c     uintptr_t data)
uintptr_t         131 http/modules/ngx_http_degradation_module.c             sbrk_size = (size_t) sbrk(0) - ((uintptr_t) ngx_palloc & ~0x3FFFFF);
uintptr_t         146 http/modules/ngx_http_fastcgi_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         148 http/modules/ngx_http_fastcgi_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         720 http/modules/ngx_http_fastcgi_module.c         while (*(uintptr_t *) le.ip) {
uintptr_t         725 http/modules/ngx_http_fastcgi_module.c             for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) {
uintptr_t         728 http/modules/ngx_http_fastcgi_module.c             le.ip += sizeof(uintptr_t);
uintptr_t         863 http/modules/ngx_http_fastcgi_module.c         while (*(uintptr_t *) le.ip) {
uintptr_t         868 http/modules/ngx_http_fastcgi_module.c             for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) {
uintptr_t         871 http/modules/ngx_http_fastcgi_module.c             le.ip += sizeof(uintptr_t);
uintptr_t         885 http/modules/ngx_http_fastcgi_module.c             while (*(uintptr_t *) e.ip) {
uintptr_t         889 http/modules/ngx_http_fastcgi_module.c             e.ip += sizeof(uintptr_t);
uintptr_t        2018 http/modules/ngx_http_fastcgi_module.c     uintptr_t                    *code;
uintptr_t        2396 http/modules/ngx_http_fastcgi_module.c                 + src[i].key.len + sizeof(uintptr_t) - 1)
uintptr_t        2397 http/modules/ngx_http_fastcgi_module.c                 & ~(sizeof(uintptr_t) - 1);
uintptr_t        2423 http/modules/ngx_http_fastcgi_module.c         code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
uintptr_t        2428 http/modules/ngx_http_fastcgi_module.c         *code = (uintptr_t) NULL;
uintptr_t        2431 http/modules/ngx_http_fastcgi_module.c         code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
uintptr_t        2436 http/modules/ngx_http_fastcgi_module.c         *code = (uintptr_t) NULL;
uintptr_t        2439 http/modules/ngx_http_fastcgi_module.c     code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
uintptr_t        2444 http/modules/ngx_http_fastcgi_module.c     *code = (uintptr_t) NULL;
uintptr_t        2468 http/modules/ngx_http_fastcgi_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        2510 http/modules/ngx_http_fastcgi_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         159 http/modules/ngx_http_geo_module.c     uintptr_t data)
uintptr_t         179 http/modules/ngx_http_geo_module.c     uintptr_t data)
uintptr_t         401 http/modules/ngx_http_geo_module.c         var->data = (uintptr_t) geo;
uintptr_t         421 http/modules/ngx_http_geo_module.c         var->data = (uintptr_t) geo;
uintptr_t         431 http/modules/ngx_http_geo_module.c                                    (uintptr_t) &ngx_http_variable_null_value)
uintptr_t         943 http/modules/ngx_http_geo_module.c                                     (uintptr_t) val);
uintptr_t          23 http/modules/ngx_http_geoip_module.c     uintptr_t   data;
uintptr_t          30 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          32 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          34 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          36 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          38 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         105 http/modules/ngx_http_geoip_module.c       (uintptr_t) GeoIP_country_code_by_ipnum, 0, 0 },
uintptr_t         109 http/modules/ngx_http_geoip_module.c       (uintptr_t) GeoIP_country_code3_by_ipnum, 0, 0 },
uintptr_t         113 http/modules/ngx_http_geoip_module.c       (uintptr_t) GeoIP_country_name_by_ipnum, 0, 0 },
uintptr_t         169 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         216 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         264 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         308 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         337 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         111 http/modules/ngx_http_gzip_filter_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t        1042 http/modules/ngx_http_gzip_filter_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         151 http/modules/ngx_http_index_module.c             while (*(uintptr_t *) e.ip) {
uintptr_t         183 http/modules/ngx_http_index_module.c             while (*(uintptr_t *) e.ip) {
uintptr_t          18 http/modules/ngx_http_log_module.c     uintptr_t data);
uintptr_t          25 http/modules/ngx_http_log_module.c     uintptr_t                   data;
uintptr_t         104 http/modules/ngx_http_log_module.c     uintptr_t data);
uintptr_t         107 http/modules/ngx_http_log_module.c static uintptr_t ngx_http_log_escape(u_char *dst, u_char *src, size_t size);
uintptr_t         467 http/modules/ngx_http_log_module.c     uintptr_t  data;
uintptr_t         637 http/modules/ngx_http_log_module.c ngx_http_log_variable_getlen(ngx_http_request_t *r, uintptr_t data)
uintptr_t         639 http/modules/ngx_http_log_module.c     uintptr_t                   len;
uintptr_t         677 http/modules/ngx_http_log_module.c static uintptr_t
uintptr_t         716 http/modules/ngx_http_log_module.c         return (uintptr_t) n;
uintptr_t         733 http/modules/ngx_http_log_module.c     return (uintptr_t) dst;
uintptr_t        1191 http/modules/ngx_http_log_module.c                 if (len <= sizeof(uintptr_t)) {
uintptr_t        1209 http/modules/ngx_http_log_module.c                     op->data = (uintptr_t) p;
uintptr_t         108 http/modules/ngx_http_map_module.c     uintptr_t data)
uintptr_t         226 http/modules/ngx_http_map_module.c     var->data = (uintptr_t) map;
uintptr_t         212 http/modules/ngx_http_memcached_module.c     uintptr_t                       escape;
uintptr_t         100 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         102 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         105 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         108 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         738 http/modules/ngx_http_proxy_module.c     uintptr_t                   escape;
uintptr_t         836 http/modules/ngx_http_proxy_module.c     uintptr_t                     escape;
uintptr_t         912 http/modules/ngx_http_proxy_module.c         while (*(uintptr_t *) le.ip) {
uintptr_t         925 http/modules/ngx_http_proxy_module.c     while (*(uintptr_t *) le.ip) {
uintptr_t         926 http/modules/ngx_http_proxy_module.c         while (*(uintptr_t *) le.ip) {
uintptr_t         930 http/modules/ngx_http_proxy_module.c         le.ip += sizeof(uintptr_t);
uintptr_t        1022 http/modules/ngx_http_proxy_module.c     while (*(uintptr_t *) le.ip) {
uintptr_t        1030 http/modules/ngx_http_proxy_module.c             for (len = 0; *(uintptr_t *) le.ip; len += lcode(&le)) {
uintptr_t        1040 http/modules/ngx_http_proxy_module.c         le.ip += sizeof(uintptr_t);
uintptr_t        1042 http/modules/ngx_http_proxy_module.c         while (*(uintptr_t *) e.ip) {
uintptr_t        1046 http/modules/ngx_http_proxy_module.c         e.ip += sizeof(uintptr_t);
uintptr_t        1097 http/modules/ngx_http_proxy_module.c         while (*(uintptr_t *) e.ip) {
uintptr_t        1381 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1404 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1427 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1464 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1581 http/modules/ngx_http_proxy_module.c     while (*(uintptr_t *) e.ip) {
uintptr_t        1596 http/modules/ngx_http_proxy_module.c     while (*(uintptr_t *) e.ip) {
uintptr_t        2099 http/modules/ngx_http_proxy_module.c     uintptr_t                    *code;
uintptr_t        2218 http/modules/ngx_http_proxy_module.c                        + sizeof(uintptr_t) - 1)
uintptr_t        2219 http/modules/ngx_http_proxy_module.c                     & ~(sizeof(uintptr_t) - 1);
uintptr_t        2250 http/modules/ngx_http_proxy_module.c                     + src[i].key.len + sizeof(": ") - 1 + sizeof(uintptr_t) - 1)
uintptr_t        2251 http/modules/ngx_http_proxy_module.c                     & ~(sizeof(uintptr_t) - 1);
uintptr_t        2291 http/modules/ngx_http_proxy_module.c                     + sizeof(CRLF) - 1 + sizeof(uintptr_t) - 1)
uintptr_t        2292 http/modules/ngx_http_proxy_module.c                     & ~(sizeof(uintptr_t) - 1);
uintptr_t        2306 http/modules/ngx_http_proxy_module.c         code = ngx_array_push_n(conf->headers_set_len, sizeof(uintptr_t));
uintptr_t        2311 http/modules/ngx_http_proxy_module.c         *code = (uintptr_t) NULL;
uintptr_t        2313 http/modules/ngx_http_proxy_module.c         code = ngx_array_push_n(conf->headers_set, sizeof(uintptr_t));
uintptr_t        2318 http/modules/ngx_http_proxy_module.c         *code = (uintptr_t) NULL;
uintptr_t        2321 http/modules/ngx_http_proxy_module.c     code = ngx_array_push_n(conf->headers_set_len, sizeof(uintptr_t));
uintptr_t        2326 http/modules/ngx_http_proxy_module.c     *code = (uintptr_t) NULL;
uintptr_t          94 http/modules/ngx_http_referer_module.c      uintptr_t data)
uintptr_t         165 http/modules/ngx_http_rewrite_module.c     while (*(uintptr_t *) e->ip) {
uintptr_t         184 http/modules/ngx_http_rewrite_module.c     uintptr_t data)
uintptr_t         240 http/modules/ngx_http_rewrite_module.c     uintptr_t  *code;
uintptr_t         255 http/modules/ngx_http_rewrite_module.c     code = ngx_array_push_n(conf->codes, sizeof(uintptr_t));
uintptr_t         260 http/modules/ngx_http_rewrite_module.c     *code = (uintptr_t) NULL;
uintptr_t         416 http/modules/ngx_http_rewrite_module.c         code = ngx_http_script_add_code(lcf->codes, sizeof(uintptr_t), &regex);
uintptr_t         457 http/modules/ngx_http_rewrite_module.c     if (ret->status == (uintptr_t) NGX_ERROR) {
uintptr_t         503 http/modules/ngx_http_rewrite_module.c     code = ngx_http_script_start_code(cf->pool, &lcf->codes, sizeof(uintptr_t));
uintptr_t         706 http/modules/ngx_http_rewrite_module.c                                               sizeof(uintptr_t));
uintptr_t         723 http/modules/ngx_http_rewrite_module.c                                               sizeof(uintptr_t));
uintptr_t         945 http/modules/ngx_http_rewrite_module.c     vcode->index = (uintptr_t) index;
uintptr_t         976 http/modules/ngx_http_rewrite_module.c         val->value = (uintptr_t) n;
uintptr_t         977 http/modules/ngx_http_rewrite_module.c         val->text_len = (uintptr_t) value->len;
uintptr_t         978 http/modules/ngx_http_rewrite_module.c         val->text_data = (uintptr_t) value->data;
uintptr_t         545 http/modules/ngx_http_scgi_module.c         while (*(uintptr_t *) le.ip) {
uintptr_t         550 http/modules/ngx_http_scgi_module.c             while (*(uintptr_t *) le.ip) {
uintptr_t         554 http/modules/ngx_http_scgi_module.c             le.ip += sizeof(uintptr_t);
uintptr_t         649 http/modules/ngx_http_scgi_module.c         while (*(uintptr_t *) e.ip) {
uintptr_t         660 http/modules/ngx_http_scgi_module.c             while (*(uintptr_t *) e.ip) {
uintptr_t         665 http/modules/ngx_http_scgi_module.c             e.ip += sizeof(uintptr_t);
uintptr_t        1045 http/modules/ngx_http_scgi_module.c     uintptr_t                    *code;
uintptr_t        1403 http/modules/ngx_http_scgi_module.c                 + src[i].key.len + 1 + sizeof(uintptr_t) - 1)
uintptr_t        1404 http/modules/ngx_http_scgi_module.c                & ~(sizeof(uintptr_t) - 1);
uintptr_t        1430 http/modules/ngx_http_scgi_module.c         code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
uintptr_t        1435 http/modules/ngx_http_scgi_module.c         *code = (uintptr_t) NULL;
uintptr_t        1438 http/modules/ngx_http_scgi_module.c         code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
uintptr_t        1443 http/modules/ngx_http_scgi_module.c         *code = (uintptr_t) NULL;
uintptr_t        1446 http/modules/ngx_http_scgi_module.c     code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
uintptr_t        1451 http/modules/ngx_http_scgi_module.c     *code = (uintptr_t) NULL;
uintptr_t        1453 http/modules/ngx_http_scgi_module.c     code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
uintptr_t        1458 http/modules/ngx_http_scgi_module.c     *code = (uintptr_t) NULL;
uintptr_t          27 http/modules/ngx_http_secure_link_module.c     uintptr_t data);
uintptr_t          29 http/modules/ngx_http_secure_link_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         101 http/modules/ngx_http_secure_link_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         201 http/modules/ngx_http_secure_link_module.c     uintptr_t data)
uintptr_t         271 http/modules/ngx_http_secure_link_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t          75 http/modules/ngx_http_split_clients_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         148 http/modules/ngx_http_split_clients_module.c     var->data = (uintptr_t) ctx;
uintptr_t         106 http/modules/ngx_http_ssi_filter_module.c     ngx_http_variable_value_t *v, uintptr_t gmt);
uintptr_t        2099 http/modules/ngx_http_ssi_filter_module.c     uintptr_t                   len;
uintptr_t        2596 http/modules/ngx_http_ssi_filter_module.c     ngx_http_variable_value_t *v, uintptr_t gmt)
uintptr_t          20 http/modules/ngx_http_ssl_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          22 http/modules/ngx_http_ssl_module.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         182 http/modules/ngx_http_ssl_module.c       (uintptr_t) ngx_ssl_get_protocol, NGX_HTTP_VAR_CHANGEABLE, 0 },
uintptr_t         185 http/modules/ngx_http_ssl_module.c       (uintptr_t) ngx_ssl_get_cipher_name, NGX_HTTP_VAR_CHANGEABLE, 0 },
uintptr_t         188 http/modules/ngx_http_ssl_module.c       (uintptr_t) ngx_ssl_get_session_id, NGX_HTTP_VAR_CHANGEABLE, 0 },
uintptr_t         191 http/modules/ngx_http_ssl_module.c       (uintptr_t) ngx_ssl_get_certificate, NGX_HTTP_VAR_CHANGEABLE, 0 },
uintptr_t         194 http/modules/ngx_http_ssl_module.c       (uintptr_t) ngx_ssl_get_raw_certificate,
uintptr_t         198 http/modules/ngx_http_ssl_module.c       (uintptr_t) ngx_ssl_get_subject_dn, NGX_HTTP_VAR_CHANGEABLE, 0 },
uintptr_t         201 http/modules/ngx_http_ssl_module.c       (uintptr_t) ngx_ssl_get_issuer_dn, NGX_HTTP_VAR_CHANGEABLE, 0 },
uintptr_t         204 http/modules/ngx_http_ssl_module.c       (uintptr_t) ngx_ssl_get_serial_number, NGX_HTTP_VAR_CHANGEABLE, 0 },
uintptr_t         207 http/modules/ngx_http_ssl_module.c       (uintptr_t) ngx_ssl_get_client_verify, NGX_HTTP_VAR_CHANGEABLE, 0 },
uintptr_t         218 http/modules/ngx_http_ssl_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         249 http/modules/ngx_http_ssl_module.c     uintptr_t data)
uintptr_t         142 http/modules/ngx_http_upstream_ip_hash_module.c     uintptr_t                     m;
uintptr_t         170 http/modules/ngx_http_upstream_ip_hash_module.c         n = p / (8 * sizeof(uintptr_t));
uintptr_t         171 http/modules/ngx_http_upstream_ip_hash_module.c         m = (uintptr_t) 1 << p % (8 * sizeof(uintptr_t));
uintptr_t         224 http/modules/ngx_http_userid_filter_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         254 http/modules/ngx_http_userid_filter_module.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         572 http/modules/ngx_http_uwsgi_module.c         while (*(uintptr_t *) le.ip) {
uintptr_t         577 http/modules/ngx_http_uwsgi_module.c             for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode (&le)) {
uintptr_t         580 http/modules/ngx_http_uwsgi_module.c             le.ip += sizeof(uintptr_t);
uintptr_t         687 http/modules/ngx_http_uwsgi_module.c         while (*(uintptr_t *) le.ip) {
uintptr_t         692 http/modules/ngx_http_uwsgi_module.c             for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) {
uintptr_t         695 http/modules/ngx_http_uwsgi_module.c             le.ip += sizeof(uintptr_t);
uintptr_t         706 http/modules/ngx_http_uwsgi_module.c             while (*(uintptr_t *) e.ip) {
uintptr_t         711 http/modules/ngx_http_uwsgi_module.c             e.ip += sizeof(uintptr_t);
uintptr_t        1098 http/modules/ngx_http_uwsgi_module.c     uintptr_t                    *code;
uintptr_t        1461 http/modules/ngx_http_uwsgi_module.c                 + src[i].key.len + sizeof(uintptr_t) - 1)
uintptr_t        1462 http/modules/ngx_http_uwsgi_module.c                & ~(sizeof(uintptr_t) - 1);
uintptr_t        1488 http/modules/ngx_http_uwsgi_module.c         code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
uintptr_t        1493 http/modules/ngx_http_uwsgi_module.c         *code = (uintptr_t) NULL;
uintptr_t        1496 http/modules/ngx_http_uwsgi_module.c         code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
uintptr_t        1501 http/modules/ngx_http_uwsgi_module.c         *code = (uintptr_t) NULL;
uintptr_t        1504 http/modules/ngx_http_uwsgi_module.c     code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
uintptr_t        1509 http/modules/ngx_http_uwsgi_module.c     *code = (uintptr_t) NULL;
uintptr_t         293 http/modules/perl/ngx_http_perl_module.c     uintptr_t data)
uintptr_t        1024 http/modules/perl/ngx_http_perl_module.c     v->data = (uintptr_t) pv;
uintptr_t        1180 http/ngx_http_core_module.c             while (*(uintptr_t *) e.ip) {
uintptr_t        1218 http/ngx_http_core_module.c             while (*(uintptr_t *) e.ip) {
uintptr_t          31 http/ngx_http_script.c static uintptr_t ngx_http_script_exit_code = (uintptr_t) NULL;
uintptr_t          80 http/ngx_http_script.c     while (*(uintptr_t *) e.ip) {
uintptr_t          95 http/ngx_http_script.c     while (*(uintptr_t *) e.ip) {
uintptr_t         164 http/ngx_http_script.c         + sizeof(uintptr_t);
uintptr_t         172 http/ngx_http_script.c                 + sizeof(uintptr_t)
uintptr_t         174 http/ngx_http_script.c                 + sizeof(uintptr_t) - 1)
uintptr_t         175 http/ngx_http_script.c             & ~(sizeof(uintptr_t) - 1);
uintptr_t         513 http/ngx_http_script.c     while (*(uintptr_t *) e.ip) {
uintptr_t         528 http/ngx_http_script.c     while (*(uintptr_t *) e.ip) {
uintptr_t         571 http/ngx_http_script.c             + sizeof(uintptr_t);
uintptr_t         582 http/ngx_http_script.c                 + sizeof(uintptr_t)
uintptr_t         584 http/ngx_http_script.c                 + sizeof(uintptr_t) - 1)
uintptr_t         585 http/ngx_http_script.c             & ~(sizeof(uintptr_t) - 1);
uintptr_t         603 http/ngx_http_script.c     uintptr_t   *code;
uintptr_t         622 http/ngx_http_script.c         code = ngx_http_script_add_code(*sc->lengths, sizeof(uintptr_t), NULL);
uintptr_t         627 http/ngx_http_script.c         *code = (uintptr_t) NULL;
uintptr_t         631 http/ngx_http_script.c         code = ngx_http_script_add_code(*sc->values, sizeof(uintptr_t),
uintptr_t         637 http/ngx_http_script.c         *code = (uintptr_t) NULL;
uintptr_t         702 http/ngx_http_script.c     size = (sizeof(ngx_http_script_copy_code_t) + len + sizeof(uintptr_t) - 1)
uintptr_t         703 http/ngx_http_script.c             & ~(sizeof(uintptr_t) - 1);
uintptr_t         754 http/ngx_http_script.c           + ((code->len + sizeof(uintptr_t) - 1) & ~(sizeof(uintptr_t) - 1));
uintptr_t         789 http/ngx_http_script.c     code->index = (uintptr_t) index;
uintptr_t         799 http/ngx_http_script.c     code->index = (uintptr_t) index;
uintptr_t         865 http/ngx_http_script.c     uintptr_t   *code;
uintptr_t         867 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->lengths, sizeof(uintptr_t), NULL);
uintptr_t         872 http/ngx_http_script.c     *code = (uintptr_t) ngx_http_script_mark_args_code;
uintptr_t         874 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values, sizeof(uintptr_t), &sc->main);
uintptr_t         879 http/ngx_http_script.c     *code = (uintptr_t) ngx_http_script_start_args_code;
uintptr_t         889 http/ngx_http_script.c     e->ip += sizeof(uintptr_t);
uintptr_t         903 http/ngx_http_script.c     e->ip += sizeof(uintptr_t);
uintptr_t        1039 http/ngx_http_script.c         while (*(uintptr_t *) le.ip) {
uintptr_t        1427 http/ngx_http_script.c     e->ip += sizeof(uintptr_t);
uintptr_t        1455 http/ngx_http_script.c     e->ip += sizeof(uintptr_t);
uintptr_t        1622 http/ngx_http_script.c     for (len = 0; *(uintptr_t *) le.ip; len += lcode(&le)) {
uintptr_t        1748 http/ngx_http_script.c     e->ip += sizeof(uintptr_t);
uintptr_t          90 http/ngx_http_script.h     uintptr_t                   len;
uintptr_t          96 http/ngx_http_script.h     uintptr_t                   index;
uintptr_t         103 http/ngx_http_script.h     uintptr_t                   data;
uintptr_t         109 http/ngx_http_script.h     uintptr_t                   n;
uintptr_t         119 http/ngx_http_script.h     uintptr_t                   size;
uintptr_t         120 http/ngx_http_script.h     uintptr_t                   status;
uintptr_t         121 http/ngx_http_script.h     uintptr_t                   next;
uintptr_t         123 http/ngx_http_script.h     uintptr_t                   test:1;
uintptr_t         124 http/ngx_http_script.h     uintptr_t                   negative_test:1;
uintptr_t         125 http/ngx_http_script.h     uintptr_t                   uri:1;
uintptr_t         126 http/ngx_http_script.h     uintptr_t                   args:1;
uintptr_t         129 http/ngx_http_script.h     uintptr_t                   add_args:1;
uintptr_t         131 http/ngx_http_script.h     uintptr_t                   redirect:1;
uintptr_t         132 http/ngx_http_script.h     uintptr_t                   break_cycle:1;
uintptr_t         141 http/ngx_http_script.h     uintptr_t                   uri:1;
uintptr_t         142 http/ngx_http_script.h     uintptr_t                   args:1;
uintptr_t         145 http/ngx_http_script.h     uintptr_t                   add_args:1;
uintptr_t         147 http/ngx_http_script.h     uintptr_t                   redirect:1;
uintptr_t         155 http/ngx_http_script.h     uintptr_t                   conf_prefix;
uintptr_t         161 http/ngx_http_script.h     uintptr_t                   status;
uintptr_t         180 http/ngx_http_script.h     uintptr_t                   op;
uintptr_t         186 http/ngx_http_script.h     uintptr_t                   next;
uintptr_t         199 http/ngx_http_script.h     uintptr_t                   value;
uintptr_t         200 http/ngx_http_script.h     uintptr_t                   text_len;
uintptr_t         201 http/ngx_http_script.h     uintptr_t                   text_data;
uintptr_t         715 http/ngx_http_special_response.c     uintptr_t     escape;
uintptr_t          18 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         117 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         119 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         121 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         123 http/ngx_http_upstream.c     ngx_http_request_t *r, ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t        3638 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        3709 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        3774 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        3843 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        3903 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        3920 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         323 http/ngx_http_upstream.h     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         222 http/ngx_http_upstream_round_robin.c     if (rrp->peers->number <= 8 * sizeof(uintptr_t)) {
uintptr_t         227 http/ngx_http_upstream_round_robin.c         n = (rrp->peers->number + (8 * sizeof(uintptr_t) - 1))
uintptr_t         228 http/ngx_http_upstream_round_robin.c                 / (8 * sizeof(uintptr_t));
uintptr_t         230 http/ngx_http_upstream_round_robin.c         rrp->tried = ngx_pcalloc(r->pool, n * sizeof(uintptr_t));
uintptr_t         328 http/ngx_http_upstream_round_robin.c     if (rrp->peers->number <= 8 * sizeof(uintptr_t)) {
uintptr_t         333 http/ngx_http_upstream_round_robin.c         n = (rrp->peers->number + (8 * sizeof(uintptr_t) - 1))
uintptr_t         334 http/ngx_http_upstream_round_robin.c                 / (8 * sizeof(uintptr_t));
uintptr_t         336 http/ngx_http_upstream_round_robin.c         rrp->tried = ngx_pcalloc(r->pool, n * sizeof(uintptr_t));
uintptr_t         362 http/ngx_http_upstream_round_robin.c     uintptr_t                      m;
uintptr_t         420 http/ngx_http_upstream_round_robin.c                 n = rrp->current / (8 * sizeof(uintptr_t));
uintptr_t         421 http/ngx_http_upstream_round_robin.c                 m = (uintptr_t) 1 << rrp->current % (8 * sizeof(uintptr_t));
uintptr_t         467 http/ngx_http_upstream_round_robin.c                 n = rrp->current / (8 * sizeof(uintptr_t));
uintptr_t         468 http/ngx_http_upstream_round_robin.c                 m = (uintptr_t) 1 << rrp->current % (8 * sizeof(uintptr_t));
uintptr_t         529 http/ngx_http_upstream_round_robin.c         n = rrp->peers->next->number / (8 * sizeof(uintptr_t)) + 1;
uintptr_t         550 http/ngx_http_upstream_round_robin.c         n = rrp->peers->number / (8 * sizeof(uintptr_t)) + 1;
uintptr_t          59 http/ngx_http_upstream_round_robin.h     uintptr_t                      *tried;
uintptr_t          60 http/ngx_http_upstream_round_robin.h     uintptr_t                       data;
uintptr_t          14 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          16 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          18 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          20 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          22 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          24 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          27 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          29 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          31 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          33 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          35 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          38 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          40 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          42 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          44 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          46 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          48 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          50 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          52 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          54 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          56 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          58 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          60 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          62 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          64 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          66 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          68 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          70 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          72 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          75 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          77 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          79 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          81 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          83 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          85 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          87 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          90 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          92 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          94 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t         477 http/ngx_http_variables.c         if (ngx_http_variable_unknown_header_in(r, vv, (uintptr_t) name)
uintptr_t         488 http/ngx_http_variables.c         if (ngx_http_variable_unknown_header_out(r, vv, (uintptr_t) name)
uintptr_t         499 http/ngx_http_variables.c         if (ngx_http_upstream_header_variable(r, vv, (uintptr_t) name)
uintptr_t         510 http/ngx_http_variables.c         if (ngx_http_variable_cookie(r, vv, (uintptr_t) name) == NGX_OK) {
uintptr_t         519 http/ngx_http_variables.c         if (ngx_http_variable_argument(r, vv, (uintptr_t) name) == NGX_OK) {
uintptr_t         534 http/ngx_http_variables.c     uintptr_t data)
uintptr_t         557 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         570 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         592 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         618 http/ngx_http_variables.c     uintptr_t data)
uintptr_t         641 http/ngx_http_variables.c     uintptr_t data)
uintptr_t         701 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         711 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         775 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         811 http/ngx_http_variables.c     uintptr_t data)
uintptr_t         839 http/ngx_http_variables.c     uintptr_t data)
uintptr_t         867 http/ngx_http_variables.c     uintptr_t data)
uintptr_t         892 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         932 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         946 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t         989 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1020 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1067 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1095 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1116 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1155 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1208 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1231 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1249 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1268 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1295 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1323 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1342 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1379 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1403 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1441 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1467 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1500 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1519 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1543 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1596 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1616 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1630 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1644 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
uintptr_t        1711 http/ngx_http_variables.c     uintptr_t data)
uintptr_t        1947 http/ngx_http_variables.c             v[i].data = (uintptr_t) &v[i].name;
uintptr_t        1954 http/ngx_http_variables.c             v[i].data = (uintptr_t) &v[i].name;
uintptr_t        1961 http/ngx_http_variables.c             v[i].data = (uintptr_t) &v[i].name;
uintptr_t        1969 http/ngx_http_variables.c             v[i].data = (uintptr_t) &v[i].name;
uintptr_t        1976 http/ngx_http_variables.c             v[i].data = (uintptr_t) &v[i].name;
uintptr_t          23 http/ngx_http_variables.h     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          25 http/ngx_http_variables.h     ngx_http_variable_value_t *v, uintptr_t data);
uintptr_t          38 http/ngx_http_variables.h     uintptr_t                     data;
uintptr_t        1273 mail/ngx_mail_auth_http_module.c     uintptr_t   n;
uintptr_t         706 os/unix/ngx_freebsd_rfork_thread.c         if (kev.ident != (uintptr_t) cv->signo) {
uintptr_t          82 os/unix/ngx_linux_aio_read.c     aio->aiocb.aio_data = (uint64_t) (uintptr_t) ev;
uintptr_t          85 os/unix/ngx_linux_aio_read.c     aio->aiocb.aio_buf = (uint64_t) (uintptr_t) buf;
uintptr_t         122 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_off = (off_t) (uintptr_t) cl->buf->pos;