Lines Matching refs:request_info
88 static int table_match(const char *, struct request_info *);
89 static int list_match(char *, struct request_info *,
90 int (*)(char *, struct request_info *));
91 static int server_match(char *, struct request_info *);
92 static int client_match(char *, struct request_info *);
108 pfilter_notify(struct request_info *request, int b) in pfilter_notify()
127 hosts_access(struct request_info *request) in hosts_access()
170 table_match(const char *table, struct request_info *request) in table_match()
228 list_match(char *list, struct request_info *request, in list_match() argument
229 int (*match_fn)(char *, struct request_info *)) in list_match()
263 server_match(char *tok, struct request_info *request) in server_match()
278 client_match(char *tok, struct request_info *request) in client_match()