Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_auth_basic_module.c14 #define NGX_HTTP_AUTH_BUF_SIZE 2048 macro
102 u_char buf[NGX_HTTP_AUTH_BUF_SIZE]; in ngx_http_auth_basic_handler()
176 n = ngx_read_file(&file, buf + left, NGX_HTTP_AUTH_BUF_SIZE - left, in ngx_http_auth_basic_handler()