Home
last modified time | relevance | path

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

/openbsd/usr.sbin/httpd/
H A Dpatterns.h28 struct str_find { struct
39 int str_find(const char *, const char *, struct str_find *, size_t, argument
H A Dpatterns.c523 const char *e, struct str_find *sm) in push_onecapture()
545 struct str_find *sm, size_t nsm) in push_captures()
581 struct str_find *sm, size_t nsm, off_t init) in str_find_aux()
641 str_find(const char *string, const char *pattern, struct str_find *sm, in str_find() function
665 struct str_find sm[MAXCAPTURES]; in str_match()
H A Dserver_http.c1271 struct str_find sm; in server_response()
1341 str_find(hostname, srv_conf->name, in server_response()