23#ifndef MF_WCOMP_INCLUDED
24#define MF_WCOMP_INCLUDED
70 int wildlen,
bool str_is_pattern,
char w_prefix,
71 char w_one,
char w_many);
92int wild_compare(
const char *
str,
int strlen,
const char *wildstr,
int wildlen,
const char wild_prefix
Character constant for the escape character in a wildcard pattern (SQL style).
Definition: mf_wcomp.h:30
const char wild_many
Character constant for wildcard representing zero or more characters (SQL style).
Definition: mf_wcomp.h:42
const char wild_one
Character constant for wildcard representing any one character (SQL style).
Definition: mf_wcomp.h:36
int wild_compare(const char *str, int strlen, const char *wildstr, int wildlen, bool str_is_pattern)
Performs wildcard matching, aka globbing, on the input string with the given wildcard pattern,...
Definition: mf_wcomp.cc:120
int wild_compare_full(const char *str, int strlen, const char *wildstr, int wildlen, bool str_is_pattern, char w_prefix, char w_one, char w_many)
Performs wildcard matching, aka globbing, on the input string with the given wildcard pattern,...
Definition: mf_wcomp.cc:43
std::string str(const mysqlrouter::ConfigGenerator::Options::Endpoint &ep)
Definition: config_generator.cc:1063