Lines Matching defs:pattern
114 char *pattern;
276 * Add description text for a filename pattern. If the pattern has
279 * pattern contains a '/' anywhere, force wildcard matching mode,
311 desc_entry->pattern = apr_pstrcat(dcfg->desc_list->pool,
315 desc_entry->pattern = apr_pstrdup(dcfg->desc_list->pool, to);
814 * Look through the list of pattern/description pairs and return the first one
849 * Only use the full-path filename if the pattern contains '/'s.
857 found = (apr_fnmatch(tuple->pattern, filename, MATCH_FLAGS) == 0);
860 found = (ap_strstr_c(filename, tuple->pattern) != NULL);
1304 const char *pattern)
1320 if (pattern && (apr_fnmatch(pattern, dirent->name,
2145 /* P= wildcard pattern (*.foo) */
2159 /* ignore the pattern, if it's bad. */