Home
last modified time | relevance | path

Searched refs:ngx_escape_uri (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c789 escape = 2 * ngx_escape_uri(NULL, location, len, NGX_ESCAPE_REFRESH); in ngx_http_send_refresh()
833 p = (u_char *) ngx_escape_uri(p, location, len, NGX_ESCAPE_REFRESH); in ngx_http_send_refresh()
H A Dngx_http_script.c1049 e->buf.len += 2 * ngx_escape_uri(NULL, r->uri.data, r->uri.len, in ngx_http_script_regex_start_code()
1261 + 2 * ngx_escape_uri(NULL, &p[cap[n]], cap[n + 1] - cap[n], in ngx_http_script_copy_capture_len_code()
1299 e->pos = (u_char *) ngx_escape_uri(pos, &p[cap[n]], in ngx_http_script_copy_capture_code()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_memcached_module.c258 escape = 2 * ngx_escape_uri(NULL, vv->data, vv->len, NGX_ESCAPE_MEMCACHED); in ngx_http_memcached_create_request()
287 b->last = (u_char *) ngx_escape_uri(b->last, vv->data, vv->len, in ngx_http_memcached_create_request()
H A Dngx_http_autoindex_module.c488 entry[i].escape = 2 * ngx_escape_uri(NULL, entry[i].name.data, in ngx_http_autoindex_html()
551 ngx_escape_uri(b->last, entry[i].name.data, entry[i].name.len, in ngx_http_autoindex_html()
H A Dngx_http_proxy_module.c1126 escape = 2 * ngx_escape_uri(NULL, r->uri.data + loc_len, in ngx_http_proxy_create_key()
1147 ngx_escape_uri(p, r->uri.data + loc_len, in ngx_http_proxy_create_key()
1239 escape = 2 * ngx_escape_uri(NULL, r->uri.data + loc_len, in ngx_http_proxy_create_request()
1364 ngx_escape_uri(b->last, r->uri.data + loc_len, in ngx_http_proxy_create_request()
H A Dngx_http_ssi_filter_module.c2323 len = 2 * ngx_escape_uri(NULL, value->data, value->len, in ngx_http_ssi_echo()
2332 (void) ngx_escape_uri(p, value->data, value->len, NGX_ESCAPE_HTML); in ngx_http_ssi_echo()
H A Dngx_http_grpc_module.c626 escape = 2 * ngx_escape_uri(NULL, r->uri.data, r->uri.len, in ngx_http_grpc_create_request()
820 p = (u_char *) ngx_escape_uri(p, r->uri.data, r->uri.len, in ngx_http_grpc_create_request()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h210 uintptr_t ngx_escape_uri(u_char *dst, u_char *src, size_t size,
H A Dngx_string.c1441 ngx_escape_uri(u_char *dst, u_char *src, size_t size, ngx_uint_t type) in ngx_escape_uri() function
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c1396 n = ngx_escape_uri(NULL, text->data, text->len, NGX_ESCAPE_MAIL_AUTH); in ngx_mail_auth_http_escape()
1410 (void) ngx_escape_uri(p, text->data, text->len, NGX_ESCAPE_MAIL_AUTH); in ngx_mail_auth_http_escape()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c1268 escape = ngx_escape_uri(NULL, base64.data, base64.len, in ngx_ssl_ocsp_create_request()
1298 p = (u_char *) ngx_escape_uri(p, base64.data, base64.len, in ngx_ssl_ocsp_create_request()
H A Dngx_event_openssl.c4595 n = ngx_escape_uri(NULL, cert.data, cert.len, NGX_ESCAPE_URI_COMPONENT); in ngx_ssl_get_escaped_certificate()
4603 ngx_escape_uri(s->data, cert.data, cert.len, NGX_ESCAPE_URI_COMPONENT); in ngx_ssl_get_escaped_certificate()