Searched refs:catClientInfoString (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | networking.c | 1113 sds client = catClientInfoString(sdsempty(),c); in setProtocolError() 1352 sds ci = catClientInfoString(sdsempty(),c), bytes = sdsempty(); in readQueryFromClient() 1420 sds catClientInfoString(sds s, client *client) { in catClientInfoString() function 1479 o = catClientInfoString(o,client); in getAllClientsInfoString() 1820 sds client = catClientInfoString(sdsempty(),c); in asyncCloseClientOnOutputBufferLimitReached()
|
| H A D | replication.c | 1787 sds client = catClientInfoString(sdsempty(),c); in slaveofCommand() 1808 sds client = catClientInfoString(sdsempty(),c); in slaveofCommand()
|
| H A D | debug.c | 880 client = catClientInfoString(sdsempty(),cc); in logCurrentClient()
|
| H A D | server.h | 1123 sds catClientInfoString(sds s, client *client);
|