Searched refs:str_find (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.sbin/httpd/ |
H A D | patterns.h | 28 struct str_find { struct 39 int str_find(const char *, const char *, struct str_find *, size_t, argument
|
H A D | patterns.c | 523 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 D | server_http.c | 1271 struct str_find sm; in server_response() 1341 str_find(hostname, srv_conf->name, in server_response()
|