Searched refs:apr_fnmatch_test (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_fnmatch.h130 APR_DECLARE(int) apr_fnmatch_test(const char *pattern);
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestfnmatch.c194 int res = apr_fnmatch_test(t->pattern);
199 sprintf(buf, "apr_fnmatch_test(\"%s\") = %d, expected %d\n",
/macosx-10.10/apr-32/apr/apr/strings/
H A Dapr_fnmatch.c405 APR_DECLARE(int) apr_fnmatch_test(const char *pattern) function
/macosx-10.10/apache-793/httpd/server/
H A Dcore.c2161 conf->d_is_fnmatch = (apr_fnmatch_test(conf->d) != 0);
2241 conf->d_is_fnmatch = apr_fnmatch_test(conf->d) != 0;
2328 conf->d_is_fnmatch = apr_fnmatch_test(conf->d) != 0;
2741 if (apr_fnmatch_test(arg))
H A Dconfig.c1926 if (!apr_fnmatch_test(fname)) {
2029 if (!apr_fnmatch_test(fname)) {
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy.c1558 if (apr_fnmatch_test(f)) {
2277 conf->p_is_fnmatch = apr_fnmatch_test(conf->p);
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_autoindex.c308 || apr_fnmatch_test(to));
H A Dmod_autoindex.c.orig308 || apr_fnmatch_test(to));

Completed in 211 milliseconds