Searched refs:ngx_http_log_escape (Results 1 – 1 of 1) sorted by relevance
139 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