Searched refs:stringmatch (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | util.h | 42 int stringmatch(const char *p, const char *s, int nocase);
|
| H A D | config.c | 1293 if (stringmatch(pattern,_name,1)) { \ 1301 if (stringmatch(pattern,_name,1)) { \ 1309 if (stringmatch(pattern,_name,1)) { \ 1318 if (stringmatch(pattern,_name,1)) { \ 1485 if (stringmatch(pattern,"appendonly",1)) { 1490 if (stringmatch(pattern,"dir",1)) { 1500 if (stringmatch(pattern,"save",1)) { 1534 if (stringmatch(pattern,"unixsocketperm",1)) { 1541 if (stringmatch(pattern,"slaveof",1) || 1542 stringmatch(pattern,"replicaof",1)) [all …]
|
| H A D | util.c | 170 int stringmatch(const char *pattern, const char *string, int nocase) { in stringmatch() function
|
| H A D | sentinel.c | 1468 if (stringmatch(pattern,ri->name,0)) { in sentinelResetMastersByPattern()
|