Home
last modified time | relevance | path

Searched defs:str_match (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/httpd/
H A Dpatterns.h33 struct str_match { struct
41 int str_match(const char *, const char *, struct str_match *, argument
H A Dpatterns.c662 str_match(const char *string, const char *pattern, struct str_match *m, in str_match() function