prefix            846 core/nginx.c           cycle->prefix.len = len;
prefix            847 core/nginx.c           cycle->prefix.data = p;
prefix            869 core/nginx.c           cycle->prefix.len = len;
prefix            870 core/nginx.c           cycle->prefix.data = p;
prefix            879 core/nginx.c           ngx_str_set(&cycle->prefix, NGX_PREFIX);
prefix            807 core/ngx_conf_file.c     u_char     *p, *n, *prefix;
prefix            818 core/ngx_conf_file.c         prefix = cycle->conf_prefix.data;
prefix            821 core/ngx_conf_file.c         len = cycle->prefix.len;
prefix            822 core/ngx_conf_file.c         prefix = cycle->prefix.data;
prefix            838 core/ngx_conf_file.c     p = ngx_cpymem(n, prefix, len);
prefix             96 core/ngx_cycle.c     cycle->prefix.len = old_cycle->prefix.len;
prefix             97 core/ngx_cycle.c     cycle->prefix.data = ngx_pstrdup(pool, &old_cycle->prefix);
prefix             98 core/ngx_cycle.c     if (cycle->prefix.data == NULL) {
prefix             66 core/ngx_cycle.h     ngx_str_t                 prefix;
prefix            265 core/ngx_log.c ngx_log_init(u_char *prefix)
prefix            295 core/ngx_log.c         if (prefix) {
prefix            296 core/ngx_log.c             plen = ngx_strlen(prefix);
prefix            300 core/ngx_log.c             prefix = (u_char *) NGX_PREFIX;
prefix            301 core/ngx_log.c             plen = ngx_strlen(prefix);
prefix            313 core/ngx_log.c             p = ngx_cpymem(name, prefix, plen);
prefix            198 core/ngx_log.h ngx_log_t *ngx_log_init(u_char *prefix);
prefix             15 http/modules/ngx_http_proxy_module.c     ngx_table_elt_t *h, size_t prefix, ngx_http_proxy_redirect_t *pr);
prefix            110 http/modules/ngx_http_proxy_module.c     ngx_table_elt_t *h, size_t prefix);
prefix           1493 http/modules/ngx_http_proxy_module.c     size_t prefix)
prefix           1509 http/modules/ngx_http_proxy_module.c         rc = pr[i].handler(r, h, prefix, &pr[i]);
prefix           1522 http/modules/ngx_http_proxy_module.c     size_t prefix, ngx_http_proxy_redirect_t *pr)
prefix           1527 http/modules/ngx_http_proxy_module.c     if (pr->redirect.len > h->value.len - prefix
prefix           1528 http/modules/ngx_http_proxy_module.c         || ngx_rstrncmp(h->value.data + prefix, pr->redirect.data,
prefix           1541 http/modules/ngx_http_proxy_module.c     p = ngx_copy(data, h->value.data, prefix);
prefix           1547 http/modules/ngx_http_proxy_module.c     ngx_memcpy(p, h->value.data + prefix + pr->redirect.len,
prefix           1548 http/modules/ngx_http_proxy_module.c                h->value.len - pr->redirect.len - prefix);
prefix           1559 http/modules/ngx_http_proxy_module.c     size_t prefix, ngx_http_proxy_redirect_t *pr)
prefix           1567 http/modules/ngx_http_proxy_module.c     if (pr->redirect.len > h->value.len - prefix
prefix           1568 http/modules/ngx_http_proxy_module.c         || ngx_rstrncmp(h->value.data + prefix, pr->redirect.data,
prefix           1591 http/modules/ngx_http_proxy_module.c     p = ngx_copy(data, h->value.data, prefix);
prefix           1601 http/modules/ngx_http_proxy_module.c     ngx_memcpy(e.pos, h->value.data + prefix + pr->redirect.len,
prefix           1602 http/modules/ngx_http_proxy_module.c                h->value.len - pr->redirect.len - prefix);
prefix           1575 http/modules/ngx_http_ssi_filter_module.c     size_t                     *size, len, prefix, part_len;
prefix           1591 http/modules/ngx_http_ssi_filter_module.c             for (prefix = r->uri.len; prefix; prefix--) {
prefix           1592 http/modules/ngx_http_ssi_filter_module.c                 if (r->uri.data[prefix - 1] == '/') {
prefix           1597 http/modules/ngx_http_ssi_filter_module.c             if (prefix) {
prefix           1598 http/modules/ngx_http_ssi_filter_module.c                 len = prefix + text->len;
prefix           1605 http/modules/ngx_http_ssi_filter_module.c                 p = ngx_copy(data, r->uri.data, prefix);
prefix           1775 http/modules/ngx_http_ssi_filter_module.c     prefix = 0;
prefix           1784 http/modules/ngx_http_ssi_filter_module.c                     for (prefix = r->uri.len; prefix; prefix--) {
prefix           1785 http/modules/ngx_http_ssi_filter_module.c                         if (r->uri.data[prefix - 1] == '/') {
prefix           1786 http/modules/ngx_http_ssi_filter_module.c                             len += prefix;
prefix           1805 http/modules/ngx_http_ssi_filter_module.c     p = ngx_copy(p, r->uri.data, prefix);
prefix             47 http/ngx_http.c     size_t prefix);
prefix           1067 http/ngx_http.c     size_t prefix)
prefix           1077 http/ngx_http.c     len = lq->name->len - prefix;
prefix           1095 http/ngx_http.c     ngx_memcpy(node->name, &lq->name->data[prefix], len);
prefix           1107 http/ngx_http.c     node->left = ngx_http_create_locations_tree(cf, locations, prefix);
prefix           1118 http/ngx_http.c     node->right = ngx_http_create_locations_tree(cf, &tail, prefix);
prefix           1129 http/ngx_http.c     node->tree = ngx_http_create_locations_tree(cf, &lq->list, prefix + len);
prefix           1323 http/ngx_http_script.c                                ngx_cycle->prefix.len;
prefix            289 http/ngx_http_upstream.h                                          ngx_table_elt_t *h, size_t prefix);
prefix            721 http/ngx_http_variables.c     ngx_list_part_t *part, size_t prefix)
prefix            741 http/ngx_http_variables.c         for (n = 0; n + prefix < var->len && n < header[i].key.len; n++) {
prefix            751 http/ngx_http_variables.c             if (var->data[n + prefix] != ch) {
prefix            756 http/ngx_http_variables.c         if (n + prefix == var->len && n == header[i].key.len) {
prefix             56 http/ngx_http_variables.h     ngx_str_t *var, ngx_list_part_t *part, size_t prefix);
prefix            381 mail/ngx_mail.h     ngx_connection_t *c, char *prefix, size_t len);
prefix            458 mail/ngx_mail_handler.c     char *prefix, size_t len)
prefix            469 mail/ngx_mail_handler.c     salt.data = ngx_cpymem(p, prefix, len);