Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c2699 static handler_t scgi_check_extension(server *srv, connection *con, void *p_d, int uri_path_handler in scgi_check_extension() argument
2713 fn = uri_path_handler ? con->uri.path : con->physical.path; in scgi_check_extension()
2793 if (uri_path_handler) { in scgi_check_extension()
H A Dmod_fastcgi.c3457 static handler_t fcgi_check_extension(server *srv, connection *con, void *p_d, int uri_path_handler in fcgi_check_extension() argument
3470 fn = uri_path_handler ? con->uri.path : con->physical.path; in fcgi_check_extension()
3588 if (uri_path_handler) { in fcgi_check_extension()