Lines Matching defs:req
81 struct req { struct
89 static void catman(const struct req *, const char *); argument
177 http_printquery(const struct req *req) in http_printquery()
190 html_printquery(const struct req *req) in html_printquery()
231 http_parse(struct req *req, char *p) in http_parse()
398 resp_searchform(const struct req *req) in resp_searchform()
444 resp_index(const struct req *req) in resp_index()
505 const struct req *req; in resp_search() local
584 pg_index(const struct req *req, char *path) in pg_index()
591 catman(const struct req *req, const char *file) in catman()
727 format(const struct req *req, const char *file) in format()
781 pg_show(const struct req *req, char *path) in pg_show()
886 pg_search(const struct req *req, char *path) in pg_search()
984 struct req req; in main() local
1130 pathgen(DIR *dir, char *path, struct req *req) in pathgen()