Searched refs:apr_strmatch_precompile (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_strmatch.h74 APU_DECLARE(const apr_strmatch_pattern *) apr_strmatch_precompile(apr_pool_t *p, const char *s, int case_sensitive);
/freebsd-11-stable/contrib/apr-util/strmatch/
H A Dapr_strmatch.c82 APU_DECLARE(const apr_strmatch_pattern *) apr_strmatch_precompile( function
/freebsd-11-stable/contrib/apr-util/test/
H A Dteststrmatch.c44 pattern = apr_strmatch_precompile(pool, "pattern", 1);
47 pattern_nocase = apr_strmatch_precompile(pool, "pattern", 0);
50 pattern_onechar = apr_strmatch_precompile(pool, "g", 0);
53 pattern_zero = apr_strmatch_precompile(pool, "", 0);

Completed in 189 milliseconds