text               24 core/ngx_connection.c     u_char            text[NGX_SOCKADDR_STRLEN];
text               43 core/ngx_connection.c     len = ngx_sock_ntop(sa, text, NGX_SOCKADDR_STRLEN, 1);
text               71 core/ngx_connection.c     ngx_memcpy(ls->addr_text.data, text, len);
text             1018 core/ngx_connection.c ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text)
text             1070 core/ngx_connection.c     ngx_log_error(level, c->log, err, text);
text              187 core/ngx_connection.h ngx_int_t ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text);
text               17 core/ngx_inet.c ngx_inet_addr(u_char *text, size_t len)
text               27 core/ngx_inet.c     for (p = text; p < text + len; p++) {
text              180 core/ngx_inet.c ngx_sock_ntop(struct sockaddr *sa, u_char *text, size_t len, ngx_uint_t port)
text              200 core/ngx_inet.c             p = ngx_snprintf(text, len, "%ud.%ud.%ud.%ud:%d",
text              203 core/ngx_inet.c             p = ngx_snprintf(text, len, "%ud.%ud.%ud.%ud",
text              207 core/ngx_inet.c         return (p - text);
text              218 core/ngx_inet.c             text[n++] = '[';
text              221 core/ngx_inet.c         n = ngx_inet6_ntop(sin6->sin6_addr.s6_addr, &text[n], len);
text              224 core/ngx_inet.c             n = ngx_sprintf(&text[1 + n], "]:%d",
text              225 core/ngx_inet.c                             ntohs(sin6->sin6_port)) - text;
text              238 core/ngx_inet.c         return ngx_snprintf(text, len, "unix:%s%Z", saun->sun_path) - text - 1;
text              249 core/ngx_inet.c ngx_inet_ntop(int family, void *addr, u_char *text, size_t len)
text              259 core/ngx_inet.c         return ngx_snprintf(text, len, "%ud.%ud.%ud.%ud",
text              261 core/ngx_inet.c                - text;
text              266 core/ngx_inet.c         return ngx_inet6_ntop(addr, text, len);
text              279 core/ngx_inet.c ngx_inet6_ntop(u_char *p, u_char *text, size_t len)
text              317 core/ngx_inet.c     dst = text;
text              351 core/ngx_inet.c     return dst - text;
text              358 core/ngx_inet.c ngx_ptocidr(ngx_str_t *text, ngx_cidr_t *cidr)
text              368 core/ngx_inet.c     addr = text->data;
text              369 core/ngx_inet.c     last = addr + text->len;
text              451 core/ngx_inet.c ngx_parse_addr(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text, size_t len)
text              467 core/ngx_inet.c     inaddr = ngx_inet_addr(text, len);
text              474 core/ngx_inet.c     } else if (ngx_inet6_addr(text, len, inaddr6.s6_addr) == NGX_OK) {
text              104 core/ngx_inet.h in_addr_t ngx_inet_addr(u_char *text, size_t len);
text              107 core/ngx_inet.h size_t ngx_inet6_ntop(u_char *p, u_char *text, size_t len);
text              109 core/ngx_inet.h size_t ngx_sock_ntop(struct sockaddr *sa, u_char *text, size_t len,
text              111 core/ngx_inet.h size_t ngx_inet_ntop(int family, void *addr, u_char *text, size_t len);
text              112 core/ngx_inet.h ngx_int_t ngx_ptocidr(ngx_str_t *text, ngx_cidr_t *cidr);
text              113 core/ngx_inet.h ngx_int_t ngx_parse_addr(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text,
text               67 core/ngx_slab.c     char *text);
text              697 core/ngx_slab.c ngx_slab_error(ngx_slab_pool_t *pool, ngx_uint_t level, char *text)
text              699 core/ngx_slab.c     ngx_log_error(level, ngx_cycle->log, 0, "%s%s", text, pool->log_ctx);
text               41 core/ngx_string.h #define ngx_str_set(str, text)                                               \
text               42 core/ngx_string.h     (str)->len = sizeof(text) - 1; (str)->data = (u_char *) text
text               26 event/ngx_event_openssl.c     ngx_err_t err, char *text);
text             1274 event/ngx_event_openssl.c     char *text)
text             1369 event/ngx_event_openssl.c     ngx_ssl_error(level, c->log, err, text);
text               22 http/modules/ngx_http_proxy_module.c         ngx_str_t                  text;
text             1534 http/modules/ngx_http_proxy_module.c     len = pr->replacement.text.len + h->value.len - pr->redirect.len;
text             1543 http/modules/ngx_http_proxy_module.c     if (pr->replacement.text.len) {
text             1544 http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, pr->replacement.text.data, pr->replacement.text.len);
text             1982 http/modules/ngx_http_proxy_module.c                 pr->replacement.text = conf->location;
text             1997 http/modules/ngx_http_proxy_module.c                 ngx_str_set(&pr->replacement.text, "/");
text             2538 http/modules/ngx_http_proxy_module.c             pr->replacement.text = plcf->location;
text             2553 http/modules/ngx_http_proxy_module.c             ngx_str_set(&pr->replacement.text, "/");
text             2562 http/modules/ngx_http_proxy_module.c         pr->replacement.text = value[2];
text              486 http/modules/ngx_http_rewrite_module.c     ccv.complex_value = &ret->text;
text               80 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_ctx_t *ctx, ngx_str_t *text, ngx_uint_t flags);
text             1572 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t *text, ngx_uint_t flags)
text             1582 http/modules/ngx_http_ssi_filter_module.c     n = ngx_http_script_variables_count(text);
text             1586 http/modules/ngx_http_ssi_filter_module.c         data = text->data;
text             1589 http/modules/ngx_http_ssi_filter_module.c         if ((flags & NGX_HTTP_SSI_ADD_PREFIX) && text->data[0] != '/') {
text             1598 http/modules/ngx_http_ssi_filter_module.c                 len = prefix + text->len;
text             1611 http/modules/ngx_http_ssi_filter_module.c         for (i = 0; i < text->len; i++) {
text             1612 http/modules/ngx_http_ssi_filter_module.c             ch = text->data[i];
text             1632 http/modules/ngx_http_ssi_filter_module.c         text->len = p - data;
text             1633 http/modules/ngx_http_ssi_filter_module.c         text->data = data;
text             1649 http/modules/ngx_http_ssi_filter_module.c     while (i < text->len) {
text             1651 http/modules/ngx_http_ssi_filter_module.c         if (text->data[i] == '$') {
text             1655 http/modules/ngx_http_ssi_filter_module.c             if (++i == text->len) {
text             1659 http/modules/ngx_http_ssi_filter_module.c             if (text->data[i] == '{') {
text             1662 http/modules/ngx_http_ssi_filter_module.c                 if (++i == text->len) {
text             1666 http/modules/ngx_http_ssi_filter_module.c                 var.data = &text->data[i];
text             1670 http/modules/ngx_http_ssi_filter_module.c                 var.data = &text->data[i];
text             1673 http/modules/ngx_http_ssi_filter_module.c             for ( /* void */ ; i < text->len; i++, var.len++) {
text             1674 http/modules/ngx_http_ssi_filter_module.c                 ch = text->data[i];
text             1727 http/modules/ngx_http_ssi_filter_module.c             part_data = &text->data[i];
text             1730 http/modules/ngx_http_ssi_filter_module.c             for (p = part_data; i < text->len; i++) {
text             1731 http/modules/ngx_http_ssi_filter_module.c                 ch = text->data[i];
text             1802 http/modules/ngx_http_ssi_filter_module.c     text->len = len;
text             1803 http/modules/ngx_http_ssi_filter_module.c     text->data = p;
text             1816 http/modules/ngx_http_ssi_filter_module.c                   "invalid variable name in \"%V\"", text);
text             2102 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t                  *var, *value, *enc, text;
text             2123 http/modules/ngx_http_ssi_filter_module.c             text.data = vv->data;
text             2124 http/modules/ngx_http_ssi_filter_module.c             text.len = vv->len;
text             2125 http/modules/ngx_http_ssi_filter_module.c             value = &text;
text             1364 http/ngx_http_script.c         || code->text.value.len
text             1365 http/ngx_http_script.c         || code->text.lengths)
text             1368 http/ngx_http_script.c                                            &code->text);
text              162 http/ngx_http_script.h     ngx_http_complex_value_t    text;
text             1665 http/ngx_http_variables.c     u_char *text, size_t len, ngx_str_t *match)
text             1669 http/ngx_http_variables.c     p = ngx_hash_find_combined(&map->hash, key, text, len);
text               59 http/ngx_http_variables.h #define ngx_http_clear_variable(r, index) r->variables0[index].text.data = NULL;
text              103 http/ngx_http_variables.h     ngx_uint_t key, u_char *text, size_t len, ngx_str_t *match);
text              216 mail/ngx_mail.h     ngx_str_t               text;
text               74 mail/ngx_mail_auth_http_module.c static ngx_int_t ngx_mail_auth_http_escape(ngx_pool_t *pool, ngx_str_t *text,
text             1270 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_escape(ngx_pool_t *pool, ngx_str_t *text, ngx_str_t *escaped)
text             1275 mail/ngx_mail_auth_http_module.c     n = ngx_escape_uri(NULL, text->data, text->len, NGX_ESCAPE_MAIL_AUTH);
text             1278 mail/ngx_mail_auth_http_module.c         *escaped = *text;
text             1282 mail/ngx_mail_auth_http_module.c     escaped->len = text->len + n * 2;
text             1289 mail/ngx_mail_auth_http_module.c     (void) ngx_escape_uri(p, text->data, text->len, NGX_ESCAPE_MAIL_AUTH);
text              137 mail/ngx_mail_imap_handler.c     s->text.len = 0;
text              187 mail/ngx_mail_imap_handler.c                 ngx_str_set(&s->text, imap_bye);
text              253 mail/ngx_mail_imap_handler.c         if (s->tagged_line.len < s->tag.len + s->text.len + s->out.len) {
text              254 mail/ngx_mail_imap_handler.c             s->tagged_line.len = s->tag.len + s->text.len + s->out.len;
text              264 mail/ngx_mail_imap_handler.c         if (s->text.len) {
text              265 mail/ngx_mail_imap_handler.c             p = ngx_cpymem(p, s->text.data, s->text.len);
text              271 mail/ngx_mail_imap_handler.c         s->out.len = s->text.len + s->tag.len + s->out.len;
text              422 mail/ngx_mail_imap_handler.c             s->text = iscf->starttls_capability;
text              427 mail/ngx_mail_imap_handler.c             s->text = iscf->starttls_only_capability;
text              433 mail/ngx_mail_imap_handler.c     s->text = iscf->capability;