Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h214 uintptr_t ngx_escape_json(u_char *dst, u_char *src, size_t size);
H A Dngx_string.c1812 ngx_escape_json(u_char *dst, u_char *src, size_t size) in ngx_escape_json() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_autoindex_module.c720 entry[i].escape = ngx_escape_json(NULL, entry[i].name.data, in ngx_http_autoindex_json()
761 b->last = (u_char *) ngx_escape_json(b->last, entry[i].name.data, in ngx_http_autoindex_json()
H A Dngx_http_log_module.c1063 len = ngx_escape_json(NULL, value->data, value->len); in ngx_http_log_json_variable_getlen()
1087 return (u_char *) ngx_escape_json(buf, value->data, value->len); in ngx_http_log_json_variable()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c841 len = ngx_escape_json(NULL, value->data, value->len); in ngx_stream_log_json_variable_getlen()
865 return (u_char *) ngx_escape_json(buf, value->data, value->len); in ngx_stream_log_json_variable()