Searched refs:escaped (Results 1 – 5 of 5) sorted by relevance
77 ngx_str_t *escaped);1391 ngx_mail_auth_http_escape(ngx_pool_t *pool, ngx_str_t *text, ngx_str_t *escaped) in ngx_mail_auth_http_escape() argument1399 *escaped = *text; in ngx_mail_auth_http_escape()1403 escaped->len = text->len + n * 2; in ngx_mail_auth_http_escape()1405 p = ngx_pnalloc(pool, escaped->len); in ngx_mail_auth_http_escape()1412 escaped->data = p; in ngx_mail_auth_http_escape()
275 static const char escaped[] = "\""; in csv_quote_flags() local290 if (strcspn(value, escaped) != len) in csv_quote_flags()
137 in it, like "{N:Type of I/O}"; backslashes should be escaped,
665 * quoted values can be escaped with backslashes ('\').691 * quoted values can be escaped with backslashes ('\').
1791 *) Change: now nginx expects escaped URIs in "X-Accel-Redirect" headers.1807 *) Bugfix: nginx incorrectly handled escaped "?" character in the2830 *) Change: now the 0x7F-0xFF characters are escaped as \xXX in an3526 *) Bugfix: an "&" character was not escaped when it was copied in4842 query string, then the query string was not escaped.5071 *) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as \xXX5186 *) Bugfix: in copying URI part contained escaped symbols into arguments.5403 was escaped in a proxied request; the bug had appeared in 0.6.11.6397 redirect had the captured escaped symbols from original URI.6472 *) Bugfix: if the request contained "//" or "/./" and escaped symbols