Go to the documentation of this file.
17 #ifndef APR_STRMATCH_H
18 #define APR_STRMATCH_H
46 const char *s, apr_size_t slen);
62 const
char *s, apr_size_t slen);
64 #define apr_strmatch(pattern, s, slen) (*((pattern)->compare))((pattern), (s), (slen))