Searched refs:ngx_escape_json (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 214 uintptr_t ngx_escape_json(u_char *dst, u_char *src, size_t size);
|
| H A D | ngx_string.c | 1812 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 D | ngx_http_autoindex_module.c | 720 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 D | ngx_http_log_module.c | 1063 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 D | ngx_stream_log_module.c | 841 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()
|