Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/httpd/
H A DMakefile6 SRCS+= server.c server_http.c server_file.c server_fcgi.c
H A Dhttpd.h707 /* server_fcgi.c */
708 int server_fcgi(struct httpd *, struct client *);
H A Dserver_file.c224 return (server_fcgi(env, clt)); in server_file()
H A Dserver_fcgi.c89 server_fcgi(struct httpd *env, struct client *clt) in server_fcgi() function