Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c139 static uintptr_t ngx_http_log_escape(u_char *dst, u_char *src, size_t size);
962 len = ngx_http_log_escape(NULL, value->data, value->len); in ngx_http_log_variable_getlen()
986 return (u_char *) ngx_http_log_escape(buf, value->data, value->len); in ngx_http_log_variable()
992 ngx_http_log_escape(u_char *dst, u_char *src, size_t size) in ngx_http_log_escape() function