Home
last modified time | relevance | path

Searched refs:stringmatch (Results 1 – 4 of 4) sorted by relevance

/redis-3.2.3/src/
H A Dutil.h37 int stringmatch(const char *p, const char *s, int nocase);
H A Dconfig.c1019 if (stringmatch(pattern,_name,1)) { \
1027 if (stringmatch(pattern,_name,1)) { \
1035 if (stringmatch(pattern,_name,1)) { \
1044 if (stringmatch(pattern,_name,1)) { \
1158 if (stringmatch(pattern,"appendonly",1)) {
1163 if (stringmatch(pattern,"dir",1)) {
1173 if (stringmatch(pattern,"save",1)) {
1207 if (stringmatch(pattern,"unixsocketperm",1)) {
1214 if (stringmatch(pattern,"slaveof",1)) {
1226 if (stringmatch(pattern,"notify-keyspace-events",1)) {
[all …]
H A Dutil.c169 int stringmatch(const char *pattern, const char *string, int nocase) { in stringmatch() function
H A Dsentinel.c1443 if (stringmatch(pattern,ri->name,0)) { in sentinelResetMastersByPattern()