Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c77 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() argument
1399 *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()
/f-stack/tools/libxo/encoder/csv/
H A Denc_csv.c275 static const char escaped[] = "\""; in csv_quote_flags() local
290 if (strcspn(value, escaped) != len) in csv_quote_flags()
/f-stack/tools/libxo/doc/
H A Dxolint.rst137 in it, like "{N:Type of I/O}"; backslashes should be escaped,
/f-stack/freebsd/kern/
H A Dbus_if.m665 * quoted values can be escaped with backslashes ('\').
691 * quoted values can be escaped with backslashes ('\').
/f-stack/app/nginx-1.16.1/
H A DCHANGES1791 *) Change: now nginx expects escaped URIs in "X-Accel-Redirect" headers.
1807 *) Bugfix: nginx incorrectly handled escaped "?" character in the
2830 *) Change: now the 0x7F-0xFF characters are escaped as \xXX in an
3526 *) Bugfix: an "&" character was not escaped when it was copied in
4842 query string, then the query string was not escaped.
5071 *) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as \xXX
5186 *) 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