Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dslowlog.c91 se->peerid = sdsnew(getClientPeerId(c)); in slowlogCreateEntry()
H A Dnetworking.c1634 char *getClientPeerId(client *c) { in getClientPeerId() function
1678 getClientPeerId(client), in catClientInfoString()
1829 if (addr && strcmp(getClientPeerId(client),addr) != 0) continue; in clientCommand()
H A Dreplication.c319 cmdrepr = sdscatprintf(cmdrepr,"[%d %s] ",dictid,getClientPeerId(c)); in replicationFeedMonitors()
H A Dserver.h1465 char *getClientPeerId(client *client);