src               436 core/ngx_conf_file.c     u_char      *start, ch, *src, *dst;
src               691 core/ngx_conf_file.c                 for (dst = word->data, src = start, len = 0;
src               692 core/ngx_conf_file.c                      src < b->pos - 1;
src               695 core/ngx_conf_file.c                     if (*src == '\\') {
src               696 core/ngx_conf_file.c                         switch (src[1]) {
src               700 core/ngx_conf_file.c                             src++;
src               705 core/ngx_conf_file.c                             src += 2;
src               710 core/ngx_conf_file.c                             src += 2;
src               715 core/ngx_conf_file.c                             src += 2;
src               720 core/ngx_conf_file.c                     *dst++ = *src++;
src               535 core/ngx_file.c ngx_ext_rename_file(ngx_str_t *src, ngx_str_t *to, ngx_ext_rename_file_t *ext)
src               544 core/ngx_file.c         if (ngx_change_file_access(src->data, ext->access) == NGX_FILE_ERROR) {
src               546 core/ngx_file.c                           ngx_change_file_access_n " \"%s\" failed", src->data);
src               555 core/ngx_file.c         if (ngx_set_file_time(src->data, ext->fd, ext->time) != NGX_OK) {
src               557 core/ngx_file.c                           ngx_set_file_time_n " \"%s\" failed", src->data);
src               563 core/ngx_file.c     if (ngx_rename_file(src->data, to->data) != NGX_FILE_ERROR) {
src               584 core/ngx_file.c         if (ngx_rename_file(src->data, to->data) != NGX_FILE_ERROR) {
src               594 core/ngx_file.c         err = ngx_win32_rename_file(src, to, ext->log);
src               619 core/ngx_file.c         if (ngx_copy_file(src->data, name, &cf) == NGX_OK) {
src               624 core/ngx_file.c                 if (ngx_delete_file(src->data) == NGX_FILE_ERROR) {
src               627 core/ngx_file.c                                   src->data);
src               653 core/ngx_file.c         if (ngx_delete_file(src->data) == NGX_FILE_ERROR) {
src               655 core/ngx_file.c                           ngx_delete_file_n " \"%s\" failed", src->data);
src               662 core/ngx_file.c                       src->data, to->data);
src               132 core/ngx_file.h ngx_int_t ngx_ext_rename_file(ngx_str_t *src, ngx_str_t *to,
src               633 core/ngx_hash.c ngx_hash_strlow(u_char *dst, u_char *src, size_t n)
src               640 core/ngx_hash.c         *dst = ngx_tolower(*src);
src               643 core/ngx_hash.c         src++;
src               113 core/ngx_hash.h ngx_uint_t ngx_hash_strlow(u_char *dst, u_char *src, size_t n);
src               461 core/ngx_output_chain.c     ngx_buf_t   *src, *dst;
src               464 core/ngx_output_chain.c     src = ctx->in->buf;
src               467 core/ngx_output_chain.c     size = ngx_buf_size(src);
src               474 core/ngx_output_chain.c     if (src->in_file && src->file_pos >= NGX_SENDFILE_LIMIT) {
src               480 core/ngx_output_chain.c     if (ngx_buf_in_memory(src)) {
src               481 core/ngx_output_chain.c         ngx_memcpy(dst->pos, src->pos, (size_t) size);
src               482 core/ngx_output_chain.c         src->pos += (size_t) size;
src               485 core/ngx_output_chain.c         if (src->in_file) {
src               489 core/ngx_output_chain.c                 dst->file = src->file;
src               490 core/ngx_output_chain.c                 dst->file_pos = src->file_pos;
src               491 core/ngx_output_chain.c                 dst->file_last = src->file_pos + size;
src               497 core/ngx_output_chain.c             src->file_pos += size;
src               503 core/ngx_output_chain.c         if (src->pos == src->last) {
src               504 core/ngx_output_chain.c             dst->flush = src->flush;
src               505 core/ngx_output_chain.c             dst->last_buf = src->last_buf;
src               506 core/ngx_output_chain.c             dst->last_in_chain = src->last_in_chain;
src               514 core/ngx_output_chain.c             if (ngx_directio_off(src->file->fd) == NGX_FILE_ERROR) {
src               517 core/ngx_output_chain.c                               src->file->name.data);
src               526 core/ngx_output_chain.c             n = ngx_file_aio_read(src->file, dst->pos, (size_t) size,
src               527 core/ngx_output_chain.c                                   src->file_pos, ctx->pool);
src               529 core/ngx_output_chain.c                 ctx->aio_handler(ctx, src->file);
src               534 core/ngx_output_chain.c             n = ngx_read_file(src->file, dst->pos, (size_t) size,
src               535 core/ngx_output_chain.c                               src->file_pos);
src               539 core/ngx_output_chain.c         n = ngx_read_file(src->file, dst->pos, (size_t) size, src->file_pos);
src               550 core/ngx_output_chain.c             if (ngx_directio_on(src->file->fd) == NGX_FILE_ERROR) {
src               553 core/ngx_output_chain.c                               src->file->name.data);
src               570 core/ngx_output_chain.c                           n, size, src->file->name.data);
src               578 core/ngx_output_chain.c             dst->file = src->file;
src               579 core/ngx_output_chain.c             dst->file_pos = src->file_pos;
src               580 core/ngx_output_chain.c             dst->file_last = src->file_pos + n;
src               586 core/ngx_output_chain.c         src->file_pos += n;
src               588 core/ngx_output_chain.c         if (src->file_pos == src->file_last) {
src               589 core/ngx_output_chain.c             dst->flush = src->flush;
src               590 core/ngx_output_chain.c             dst->last_buf = src->last_buf;
src               591 core/ngx_output_chain.c             dst->last_in_chain = src->last_in_chain;
src                82 core/ngx_resolver.c     u_char *buf, u_char *src, u_char *last);
src                89 core/ngx_resolver.c static void *ngx_resolver_dup(ngx_resolver_t *r, void *src, size_t size);
src              1857 core/ngx_resolver.c ngx_resolver_copy(ngx_resolver_t *r, ngx_str_t *name, u_char *buf, u_char *src,
src              1865 core/ngx_resolver.c     p = src;
src              1922 core/ngx_resolver.c     n = *src++;
src              1926 core/ngx_resolver.c             ngx_memcpy(dst, src, n);
src              1928 core/ngx_resolver.c             src += n;
src              1930 core/ngx_resolver.c             n = *src++;
src              1937 core/ngx_resolver.c             n = ((n & 0x3f) << 8) + *src;
src              1938 core/ngx_resolver.c             src = &buf[n];
src              1940 core/ngx_resolver.c             n = *src++;
src              2040 core/ngx_resolver.c ngx_resolver_dup(ngx_resolver_t *r, void *src, size_t size)
src              2050 core/ngx_resolver.c     ngx_memcpy(dst, src, size);
src                13 core/ngx_string.c static ngx_int_t ngx_decode_base64_internal(ngx_str_t *dst, ngx_str_t *src,
src                18 core/ngx_string.c ngx_strlow(u_char *dst, u_char *src, size_t n)
src                21 core/ngx_string.c         *dst = ngx_tolower(*src);
src                23 core/ngx_string.c         src++;
src                30 core/ngx_string.c ngx_cpystrn(u_char *dst, u_char *src, size_t n)
src                37 core/ngx_string.c         *dst = *src;
src                44 core/ngx_string.c         src++;
src                54 core/ngx_string.c ngx_pstrdup(ngx_pool_t *pool, ngx_str_t *src)
src                58 core/ngx_string.c     dst = ngx_pnalloc(pool, src->len);
src                63 core/ngx_string.c     ngx_memcpy(dst, src->data, src->len);
src              1043 core/ngx_string.c ngx_hex_dump(u_char *dst, u_char *src, size_t len)
src              1048 core/ngx_string.c         *dst++ = hex[*src >> 4];
src              1049 core/ngx_string.c         *dst++ = hex[*src++ & 0xf];
src              1057 core/ngx_string.c ngx_encode_base64(ngx_str_t *dst, ngx_str_t *src)
src              1064 core/ngx_string.c     len = src->len;
src              1065 core/ngx_string.c     s = src->data;
src              1098 core/ngx_string.c ngx_decode_base64(ngx_str_t *dst, ngx_str_t *src)
src              1120 core/ngx_string.c     return ngx_decode_base64_internal(dst, src, basis64);
src              1125 core/ngx_string.c ngx_decode_base64url(ngx_str_t *dst, ngx_str_t *src)
src              1147 core/ngx_string.c     return ngx_decode_base64_internal(dst, src, basis64);
src              1152 core/ngx_string.c ngx_decode_base64_internal(ngx_str_t *dst, ngx_str_t *src, const u_char *basis)
src              1157 core/ngx_string.c     for (len = 0; len < src->len; len++) {
src              1158 core/ngx_string.c         if (src->data[len] == '=') {
src              1162 core/ngx_string.c         if (basis[src->data[len]] == 77) {
src              1171 core/ngx_string.c     s = src->data;
src              1291 core/ngx_string.c ngx_utf8_cpystrn(u_char *dst, u_char *src, size_t n, size_t len)
src              1301 core/ngx_string.c         c = *src;
src              1308 core/ngx_string.c                 src++;
src              1317 core/ngx_string.c         next = src;
src              1324 core/ngx_string.c         while (src < next) {
src              1325 core/ngx_string.c             *dst++ = *src++;
src              1337 core/ngx_string.c ngx_escape_uri(u_char *dst, u_char *src, size_t size, ngx_uint_t type)
src              1458 core/ngx_string.c             if (escape[*src >> 5] & (1 << (*src & 0x1f))) {
src              1461 core/ngx_string.c             src++;
src              1469 core/ngx_string.c         if (escape[*src >> 5] & (1 << (*src & 0x1f))) {
src              1471 core/ngx_string.c             *dst++ = hex[*src >> 4];
src              1472 core/ngx_string.c             *dst++ = hex[*src & 0xf];
src              1473 core/ngx_string.c             src++;
src              1476 core/ngx_string.c             *dst++ = *src++;
src              1486 core/ngx_string.c ngx_unescape_uri(u_char **dst, u_char **src, size_t size, ngx_uint_t type)
src              1496 core/ngx_string.c     s = *src;
src              1611 core/ngx_string.c     *src = s;
src              1616 core/ngx_string.c ngx_escape_html(u_char *dst, u_char *src, size_t size)
src              1626 core/ngx_string.c             switch (*src++) {
src              1650 core/ngx_string.c         ch = *src++;
src              1797 core/ngx_string.c ngx_memcpy(void *dst, void *src, size_t n)
src              1804 core/ngx_string.c     return memcpy(dst, src, n);
src                49 core/ngx_string.h void ngx_strlow(u_char *dst, u_char *src, size_t n);
src                91 core/ngx_string.h void *ngx_memcpy(void *dst, void *src, size_t n);
src                92 core/ngx_string.h #define ngx_cpymem(dst, src, n)   (((u_char *) ngx_memcpy(dst, src, n)) + (n))
src               101 core/ngx_string.h #define ngx_memcpy(dst, src, n)   (void) memcpy(dst, src, n)
src               102 core/ngx_string.h #define ngx_cpymem(dst, src, n)   (((u_char *) memcpy(dst, src, n)) + (n))
src               115 core/ngx_string.h ngx_copy(u_char *dst, u_char *src, size_t len)
src               120 core/ngx_string.h             *dst++ = *src++;
src               127 core/ngx_string.h         return ngx_cpymem(dst, src, len);
src               138 core/ngx_string.h #define ngx_memmove(dst, src, n)   (void) memmove(dst, src, n)
src               139 core/ngx_string.h #define ngx_movemem(dst, src, n)   (((u_char *) memmove(dst, src, n)) + (n))
src               146 core/ngx_string.h u_char *ngx_cpystrn(u_char *dst, u_char *src, size_t n);
src               147 core/ngx_string.h u_char *ngx_pstrdup(ngx_pool_t *pool, ngx_str_t *src);
src               177 core/ngx_string.h u_char *ngx_hex_dump(u_char *dst, u_char *src, size_t len);
src               183 core/ngx_string.h void ngx_encode_base64(ngx_str_t *dst, ngx_str_t *src);
src               184 core/ngx_string.h ngx_int_t ngx_decode_base64(ngx_str_t *dst, ngx_str_t *src);
src               185 core/ngx_string.h ngx_int_t ngx_decode_base64url(ngx_str_t *dst, ngx_str_t *src);
src               189 core/ngx_string.h u_char *ngx_utf8_cpystrn(u_char *dst, u_char *src, size_t n, size_t len);
src               202 core/ngx_string.h uintptr_t ngx_escape_uri(u_char *dst, u_char *src, size_t size,
src               204 core/ngx_string.h void ngx_unescape_uri(u_char **dst, u_char **src, size_t size, ngx_uint_t type);
src               205 core/ngx_string.h uintptr_t ngx_escape_html(u_char *dst, u_char *src, size_t size);
src                32 http/modules/ngx_http_charset_filter_module.c     ngx_int_t                   src;
src                38 http/modules/ngx_http_charset_filter_module.c     ngx_int_t                   src;
src               219 http/modules/ngx_http_charset_filter_module.c     ngx_str_t                      dst, src;
src               240 http/modules/ngx_http_charset_filter_module.c     source_charset = ngx_http_source_charset(r, &src);
src               252 http/modules/ngx_http_charset_filter_module.c                    "charset: \"%V\" > \"%V\"", &src, &dst);
src               264 http/modules/ngx_http_charset_filter_module.c             || ngx_strncasecmp(dst.data, src.data, dst.len) != 0)
src               298 http/modules/ngx_http_charset_filter_module.c                   &src, &dst);
src               380 http/modules/ngx_http_charset_filter_module.c ngx_http_main_request_charset(ngx_http_request_t *r, ngx_str_t *src)
src               389 http/modules/ngx_http_charset_filter_module.c         *src = ctx->charset_name;
src               410 http/modules/ngx_http_charset_filter_module.c     *src = *main_charset;
src               684 http/modules/ngx_http_charset_filter_module.c     u_char        c, *p, *src, *dst, *saved, **table;
src               690 http/modules/ngx_http_charset_filter_module.c     src = buf->pos;
src               694 http/modules/ngx_http_charset_filter_module.c         for ( /* void */ ; src < buf->last; src++) {
src               696 http/modules/ngx_http_charset_filter_module.c             if (*src < 0x80) {
src               700 http/modules/ngx_http_charset_filter_module.c             len = src - buf->pos;
src               716 http/modules/ngx_http_charset_filter_module.c                 b->last = src;
src               721 http/modules/ngx_http_charset_filter_module.c                 size = buf->last - src;
src               723 http/modules/ngx_http_charset_filter_module.c                 saved = src;
src               729 http/modules/ngx_http_charset_filter_module.c                     ngx_memcpy(ctx->saved, src, size);
src               739 http/modules/ngx_http_charset_filter_module.c                 size = len + buf->last - src;
src               740 http/modules/ngx_http_charset_filter_module.c                 src = buf->pos;
src               781 http/modules/ngx_http_charset_filter_module.c     p = src;
src               821 http/modules/ngx_http_charset_filter_module.c             ngx_memcpy(&ctx->saved[ctx->saved_len], src, i);
src               865 http/modules/ngx_http_charset_filter_module.c     src += (saved - ctx->saved) - ctx->saved_len;
src               874 http/modules/ngx_http_charset_filter_module.c     while (src < buf->last) {
src               879 http/modules/ngx_http_charset_filter_module.c             size = buf->last - src + NGX_HTML_ENTITY_LEN;
src               893 http/modules/ngx_http_charset_filter_module.c         if (*src < 0x80) {
src               894 http/modules/ngx_http_charset_filter_module.c             *dst++ = *src++;
src               898 http/modules/ngx_http_charset_filter_module.c         len = buf->last - src;
src               900 http/modules/ngx_http_charset_filter_module.c         n = ngx_utf8_decode(&src, len);
src               923 http/modules/ngx_http_charset_filter_module.c             ngx_memcpy(ctx->saved, src, len);
src               965 http/modules/ngx_http_charset_filter_module.c     u_char       *p, *src, *dst, *table;
src               971 http/modules/ngx_http_charset_filter_module.c     for (src = buf->pos; src < buf->last; src++) {
src               972 http/modules/ngx_http_charset_filter_module.c         if (table[*src * NGX_UTF_LEN] == '\1') {
src               996 http/modules/ngx_http_charset_filter_module.c     len = src - buf->pos;
src              1012 http/modules/ngx_http_charset_filter_module.c         b->last = src;
src              1017 http/modules/ngx_http_charset_filter_module.c         size = buf->last - src;
src              1023 http/modules/ngx_http_charset_filter_module.c         size = buf->last - src;
src              1026 http/modules/ngx_http_charset_filter_module.c         src = buf->pos;
src              1046 http/modules/ngx_http_charset_filter_module.c     while (src < buf->last) {
src              1048 http/modules/ngx_http_charset_filter_module.c         p = &table[*src++ * NGX_UTF_LEN];
src              1054 http/modules/ngx_http_charset_filter_module.c             size = buf->last - src;
src              1172 http/modules/ngx_http_charset_filter_module.c     ngx_int_t                     src, dst;
src              1182 http/modules/ngx_http_charset_filter_module.c     src = ngx_http_add_charset(&mcf->charsets, &value[1]);
src              1183 http/modules/ngx_http_charset_filter_module.c     if (src == NGX_ERROR) {
src              1192 http/modules/ngx_http_charset_filter_module.c     if (src == dst) {
src              1201 http/modules/ngx_http_charset_filter_module.c         if ((src == table->src && dst == table->dst)
src              1202 http/modules/ngx_http_charset_filter_module.c              || (src == table->dst && dst == table->src))
src              1216 http/modules/ngx_http_charset_filter_module.c     table->src = src;
src              1306 http/modules/ngx_http_charset_filter_module.c     ngx_int_t                     src, dst;
src              1319 http/modules/ngx_http_charset_filter_module.c     src = ngx_hextoi(value[0].data, value[0].len);
src              1320 http/modules/ngx_http_charset_filter_module.c     if (src == NGX_ERROR || src > 255) {
src              1330 http/modules/ngx_http_charset_filter_module.c         p = &table->src2dst[src * NGX_UTF_LEN];
src              1350 http/modules/ngx_http_charset_filter_module.c         p = &table->src2dst[src * NGX_UTF_LEN] + 1;
src              1373 http/modules/ngx_http_charset_filter_module.c         dst2src[n & 0xff] = (u_char) src;
src              1383 http/modules/ngx_http_charset_filter_module.c         table->src2dst[src] = (u_char) dst;
src              1384 http/modules/ngx_http_charset_filter_module.c         table->dst2src[dst] = (u_char) src;
src              1583 http/modules/ngx_http_charset_filter_module.c         if (conf->source_charset == recode[i].src
src              1595 http/modules/ngx_http_charset_filter_module.c     recode->src = conf->source_charset;
src              1605 http/modules/ngx_http_charset_filter_module.c     u_char                       **src, **dst;
src              1622 http/modules/ngx_http_charset_filter_module.c         c = recode[i].src;
src              1626 http/modules/ngx_http_charset_filter_module.c             if (c == tables[t].src && recode[i].dst == tables[t].dst) {
src              1630 http/modules/ngx_http_charset_filter_module.c             if (c == tables[t].dst && recode[i].dst == tables[t].src) {
src              1647 http/modules/ngx_http_charset_filter_module.c         src = charset[tables[t].src].tables;
src              1649 http/modules/ngx_http_charset_filter_module.c         if (src == NULL) {
src              1650 http/modules/ngx_http_charset_filter_module.c             src = ngx_pcalloc(cf->pool, sizeof(u_char *) * mcf->charsets.nelts);
src              1651 http/modules/ngx_http_charset_filter_module.c             if (src == NULL) {
src              1655 http/modules/ngx_http_charset_filter_module.c             charset[tables[t].src].tables = src;
src              1669 http/modules/ngx_http_charset_filter_module.c         src[tables[t].dst] = tables[t].src2dst;
src              1670 http/modules/ngx_http_charset_filter_module.c         dst[tables[t].src] = tables[t].dst2src;
src              2021 http/modules/ngx_http_fastcgi_module.c     ngx_keyval_t                 *src;
src              2333 http/modules/ngx_http_fastcgi_module.c     src = conf->params_source->elts;
src              2343 http/modules/ngx_http_fastcgi_module.c                 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
src              2355 http/modules/ngx_http_fastcgi_module.c             src = conf->params_source->elts;
src              2367 http/modules/ngx_http_fastcgi_module.c         if (src[i].key.len > sizeof("HTTP_") - 1
src              2368 http/modules/ngx_http_fastcgi_module.c             && ngx_strncmp(src[i].key.data, "HTTP_", sizeof("HTTP_") - 1) == 0)
src              2375 http/modules/ngx_http_fastcgi_module.c             hk->key.len = src[i].key.len - 5;
src              2376 http/modules/ngx_http_fastcgi_module.c             hk->key.data = src[i].key.data + 5;
src              2380 http/modules/ngx_http_fastcgi_module.c             if (src[i].value.len == 0) {
src              2392 http/modules/ngx_http_fastcgi_module.c         copy->len = src[i].key.len;
src              2396 http/modules/ngx_http_fastcgi_module.c                 + src[i].key.len + sizeof(uintptr_t) - 1)
src              2405 http/modules/ngx_http_fastcgi_module.c         copy->len = src[i].key.len;
src              2408 http/modules/ngx_http_fastcgi_module.c         ngx_memcpy(p, src[i].key.data, src[i].key.len);
src              2414 http/modules/ngx_http_fastcgi_module.c         sc.source = &src[i].value;
src               732 http/modules/ngx_http_image_filter_module.c     gdImagePtr                     src, dst;
src               736 http/modules/ngx_http_image_filter_module.c     src = ngx_http_image_source(r, ctx);
src               738 http/modules/ngx_http_image_filter_module.c     if (src == NULL) {
src               742 http/modules/ngx_http_image_filter_module.c     sx = gdImageSX(src);
src               743 http/modules/ngx_http_image_filter_module.c     sy = gdImageSY(src);
src               752 http/modules/ngx_http_image_filter_module.c         gdImageDestroy(src);
src               756 http/modules/ngx_http_image_filter_module.c     colors = gdImageColorsTotal(src);
src               759 http/modules/ngx_http_image_filter_module.c         transparent = gdImageGetTransparent(src);
src               763 http/modules/ngx_http_image_filter_module.c             red = gdImageRed(src, transparent);
src               764 http/modules/ngx_http_image_filter_module.c             green = gdImageGreen(src, transparent);
src               765 http/modules/ngx_http_image_filter_module.c             blue = gdImageBlue(src, transparent);
src               779 http/modules/ngx_http_image_filter_module.c     gdImageColorTransparent(src, -1);
src               831 http/modules/ngx_http_image_filter_module.c             gdImageDestroy(src);
src               840 http/modules/ngx_http_image_filter_module.c         gdImageCopyResampled(dst, src, 0, 0, 0, 0, dx, dy, sx, sy);
src               846 http/modules/ngx_http_image_filter_module.c         gdImageDestroy(src);
src               849 http/modules/ngx_http_image_filter_module.c         dst = src;
src               853 http/modules/ngx_http_image_filter_module.c         src = dst;
src               861 http/modules/ngx_http_image_filter_module.c                 gdImageDestroy(src);
src               864 http/modules/ngx_http_image_filter_module.c             gdImageCopyRotated(dst, src, dy/2, dx/2, 0, 0, dx, dy, ctx->angle);
src               865 http/modules/ngx_http_image_filter_module.c             gdImageDestroy(src);
src               875 http/modules/ngx_http_image_filter_module.c                 gdImageDestroy(src);
src               878 http/modules/ngx_http_image_filter_module.c             gdImageCopyRotated(dst, src, dx/2, dy/2, 0, 0, dx, dy, ctx->angle);
src               879 http/modules/ngx_http_image_filter_module.c             gdImageDestroy(src);
src               886 http/modules/ngx_http_image_filter_module.c         src = dst;
src               907 http/modules/ngx_http_image_filter_module.c                 gdImageDestroy(src);
src               923 http/modules/ngx_http_image_filter_module.c             gdImageCopy(dst, src, 0, 0, ox, oy, dx - ox, dy - oy);
src               929 http/modules/ngx_http_image_filter_module.c             gdImageDestroy(src);
src               107 http/modules/ngx_http_log_module.c static uintptr_t ngx_http_log_escape(u_char *dst, u_char *src, size_t size);
src               678 http/modules/ngx_http_log_module.c ngx_http_log_escape(u_char *dst, u_char *src, size_t size)
src               709 http/modules/ngx_http_log_module.c             if (escape[*src >> 5] & (1 << (*src & 0x1f))) {
src               712 http/modules/ngx_http_log_module.c             src++;
src               720 http/modules/ngx_http_log_module.c         if (escape[*src >> 5] & (1 << (*src & 0x1f))) {
src               723 http/modules/ngx_http_log_module.c             *dst++ = hex[*src >> 4];
src               724 http/modules/ngx_http_log_module.c             *dst++ = hex[*src & 0xf];
src               725 http/modules/ngx_http_log_module.c             src++;
src               728 http/modules/ngx_http_log_module.c             *dst++ = *src++;
src              2102 http/modules/ngx_http_proxy_module.c     ngx_keyval_t                 *src, *s, *h;
src              2151 http/modules/ngx_http_proxy_module.c     src = conf->headers_source->elts;
src              2166 http/modules/ngx_http_proxy_module.c             if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
src              2178 http/modules/ngx_http_proxy_module.c         src = conf->headers_source->elts;
src              2186 http/modules/ngx_http_proxy_module.c     src = conf->headers_source->elts;
src              2194 http/modules/ngx_http_proxy_module.c         hk->key = src[i].key;
src              2195 http/modules/ngx_http_proxy_module.c         hk->key_hash = ngx_hash_key_lc(src[i].key.data, src[i].key.len);
src              2198 http/modules/ngx_http_proxy_module.c         if (src[i].value.len == 0) {
src              2202 http/modules/ngx_http_proxy_module.c         if (ngx_http_script_variables_count(&src[i].value) == 0) {
src              2211 http/modules/ngx_http_proxy_module.c             copy->len = src[i].key.len + sizeof(": ") - 1
src              2212 http/modules/ngx_http_proxy_module.c                         + src[i].value.len + sizeof(CRLF) - 1;
src              2216 http/modules/ngx_http_proxy_module.c                        + src[i].key.len + sizeof(": ") - 1
src              2217 http/modules/ngx_http_proxy_module.c                        + src[i].value.len + sizeof(CRLF) - 1
src              2227 http/modules/ngx_http_proxy_module.c             copy->len = src[i].key.len + sizeof(": ") - 1
src              2228 http/modules/ngx_http_proxy_module.c                         + src[i].value.len + sizeof(CRLF) - 1;
src              2232 http/modules/ngx_http_proxy_module.c             p = ngx_cpymem(p, src[i].key.data, src[i].key.len);
src              2234 http/modules/ngx_http_proxy_module.c             p = ngx_cpymem(p, src[i].value.data, src[i].value.len);
src              2246 http/modules/ngx_http_proxy_module.c             copy->len = src[i].key.len + sizeof(": ") - 1;
src              2250 http/modules/ngx_http_proxy_module.c                     + src[i].key.len + sizeof(": ") - 1 + sizeof(uintptr_t) - 1)
src              2259 http/modules/ngx_http_proxy_module.c             copy->len = src[i].key.len + sizeof(": ") - 1;
src              2262 http/modules/ngx_http_proxy_module.c             p = ngx_cpymem(p, src[i].key.data, src[i].key.len);
src              2269 http/modules/ngx_http_proxy_module.c             sc.source = &src[i].value;
src              1048 http/modules/ngx_http_scgi_module.c     ngx_keyval_t                 *src;
src              1340 http/modules/ngx_http_scgi_module.c     src = conf->params_source->elts;
src              1350 http/modules/ngx_http_scgi_module.c                 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
src              1362 http/modules/ngx_http_scgi_module.c             src = conf->params_source->elts;
src              1374 http/modules/ngx_http_scgi_module.c         if (src[i].key.len > sizeof("HTTP_") - 1
src              1375 http/modules/ngx_http_scgi_module.c             && ngx_strncmp(src[i].key.data, "HTTP_", sizeof("HTTP_") - 1) == 0)
src              1382 http/modules/ngx_http_scgi_module.c             hk->key.len = src[i].key.len - 5;
src              1383 http/modules/ngx_http_scgi_module.c             hk->key.data = src[i].key.data + 5;
src              1387 http/modules/ngx_http_scgi_module.c             if (src[i].value.len == 0) {
src              1399 http/modules/ngx_http_scgi_module.c         copy->len = src[i].key.len + 1;
src              1403 http/modules/ngx_http_scgi_module.c                 + src[i].key.len + 1 + sizeof(uintptr_t) - 1)
src              1412 http/modules/ngx_http_scgi_module.c         copy->len = src[i].key.len + 1;
src              1415 http/modules/ngx_http_scgi_module.c         (void) ngx_cpystrn(p, src[i].key.data, src[i].key.len + 1);
src              1421 http/modules/ngx_http_scgi_module.c         sc.source = &src[i].value;
src              1826 http/modules/ngx_http_ssi_filter_module.c     u_char                      *dst, *src;
src              1899 http/modules/ngx_http_ssi_filter_module.c     src = uri->data;
src              1901 http/modules/ngx_http_ssi_filter_module.c     ngx_unescape_uri(&dst, &src, uri->len, NGX_UNESCAPE_URI);
src              1903 http/modules/ngx_http_ssi_filter_module.c     len = (uri->data + uri->len) - src;
src              1905 http/modules/ngx_http_ssi_filter_module.c         dst = ngx_movemem(dst, src, len);
src               289 http/modules/ngx_http_userid_filter_module.c     ngx_str_t                src, dst;
src               325 http/modules/ngx_http_userid_filter_module.c     src = ctx->cookie;
src               334 http/modules/ngx_http_userid_filter_module.c     src.len = 22;
src               338 http/modules/ngx_http_userid_filter_module.c     if (ngx_decode_base64(&dst, &src) == NGX_ERROR) {
src               361 http/modules/ngx_http_userid_filter_module.c     ngx_str_t         src, dst;
src               391 http/modules/ngx_http_userid_filter_module.c         src.len = 16;
src               392 http/modules/ngx_http_userid_filter_module.c         src.data = (u_char *) ctx->uid_set;
src               395 http/modules/ngx_http_userid_filter_module.c         ngx_encode_base64(&dst, &src);
src              1101 http/modules/ngx_http_uwsgi_module.c     ngx_keyval_t                 *src;
src              1398 http/modules/ngx_http_uwsgi_module.c     src = conf->params_source->elts;
src              1408 http/modules/ngx_http_uwsgi_module.c                 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
src              1420 http/modules/ngx_http_uwsgi_module.c             src = conf->params_source->elts;
src              1432 http/modules/ngx_http_uwsgi_module.c         if (src[i].key.len > sizeof("HTTP_") - 1
src              1433 http/modules/ngx_http_uwsgi_module.c             && ngx_strncmp(src[i].key.data, "HTTP_", sizeof("HTTP_") - 1) == 0)
src              1440 http/modules/ngx_http_uwsgi_module.c             hk->key.len = src[i].key.len - 5;
src              1441 http/modules/ngx_http_uwsgi_module.c             hk->key.data = src[i].key.data + 5;
src              1445 http/modules/ngx_http_uwsgi_module.c             if (src[i].value.len == 0) {
src              1457 http/modules/ngx_http_uwsgi_module.c         copy->len = src[i].key.len;
src              1461 http/modules/ngx_http_uwsgi_module.c                 + src[i].key.len + sizeof(uintptr_t) - 1)
src              1470 http/modules/ngx_http_uwsgi_module.c         copy->len = src[i].key.len;
src              1473 http/modules/ngx_http_uwsgi_module.c         ngx_memcpy(p, src[i].key.data, src[i].key.len);
src              1479 http/modules/ngx_http_uwsgi_module.c         sc.source = &src[i].value;
src               569 http/modules/ngx_http_xslt_filter_module.c     u_char                    *p, *last, *value, *dst, *src, **s;
src               625 http/modules/ngx_http_xslt_filter_module.c             src = value;
src               627 http/modules/ngx_http_xslt_filter_module.c             ngx_unescape_uri(&dst, &src, len, 0);
src              1070 http/ngx_http_script.c     u_char                            *dst, *src;
src              1086 http/ngx_http_script.c         src = e->buf.data;
src              1088 http/ngx_http_script.c         ngx_unescape_uri(&dst, &src, e->pos - e->buf.data,
src              1091 http/ngx_http_script.c         if (src < e->pos) {
src              1092 http/ngx_http_script.c             dst = ngx_movemem(dst, src, e->pos - src);
src               103 mail/ngx_mail_imap_handler.c     u_char              *p, *dst, *src, *end;
src               153 mail/ngx_mail_imap_handler.c                 for (src = dst; src < end; dst++) {
src               154 mail/ngx_mail_imap_handler.c                     *dst = *src;
src               155 mail/ngx_mail_imap_handler.c                     if (*src++ == '\\') {
src               156 mail/ngx_mail_imap_handler.c                         *dst = *src++;
src               843 mail/ngx_mail_proxy_module.c     ngx_connection_t       *c, *src, *dst;
src               871 mail/ngx_mail_proxy_module.c             src = s->proxy->upstream.connection;
src               878 mail/ngx_mail_proxy_module.c             src = c;
src               887 mail/ngx_mail_proxy_module.c             src = s->connection;
src               894 mail/ngx_mail_proxy_module.c             src = c;
src               904 mail/ngx_mail_proxy_module.c                    do_write, src->fd, dst->fd);
src               935 mail/ngx_mail_proxy_module.c         if (size && src->read->ready) {
src               938 mail/ngx_mail_proxy_module.c             n = src->recv(src, b->last, size);
src               952 mail/ngx_mail_proxy_module.c                 src->read->eof = 1;
src               986 mail/ngx_mail_proxy_module.c     if (ngx_handle_write_event(src->write, 0) != NGX_OK) {
src               991 mail/ngx_mail_proxy_module.c     if (ngx_handle_read_event(src->read, 0) != NGX_OK) {