Searched refs:stringmatch (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | util.h | 37 int stringmatch(const char *p, const char *s, int nocase);
|
| H A D | config.c | 1019 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 D | util.c | 169 int stringmatch(const char *pattern, const char *string, int nocase) { in stringmatch() function
|
| H A D | sentinel.c | 1443 if (stringmatch(pattern,ri->name,0)) { in sentinelResetMastersByPattern()
|