Home
last modified time | relevance | path

Searched refs:portstr (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Danet.c281 char portstr[6]; /* strlen("65535") + 1; */ in anetTcpGenericConnect() local
284 snprintf(portstr,sizeof(portstr),"%d",port); in anetTcpGenericConnect()
289 if ((rv = getaddrinfo(addr,portstr,&hints,&servinfo)) != 0) { in anetTcpGenericConnect()
H A Dsentinel.c3916 char portstr[32]; in sentinelSendSlaveOf() local
3919 ll2string(portstr,sizeof(portstr),port); in sentinelSendSlaveOf()
3925 memcpy(portstr,"ONE",4); in sentinelSendSlaveOf()
3947 host, portstr); in sentinelSendSlaveOf()
H A Dredis-cli.c2907 char portstr[255]; in clusterManagerMigrateKeysInReply() local
2909 snprintf(portstr, 10, "%d", target->port); in clusterManagerMigrateKeysInReply()
2915 argv[2] = portstr; in clusterManagerMigrateKeysInReply()
2916 argv_len[2] = strlen(portstr); in clusterManagerMigrateKeysInReply()