Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_autoindex_module.c62 static ngx_int_t ngx_http_autoindex_jsonp_callback(ngx_http_request_t *r,
208 if (ngx_http_autoindex_jsonp_callback(r, &callback) != NGX_OK) { in ngx_http_autoindex_handler()
813 ngx_http_autoindex_jsonp_callback(ngx_http_request_t *r, ngx_str_t *callback) in ngx_http_autoindex_jsonp_callback() function