Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c368 const char *userinfo, *username, *port, *host, *path; in parseRedisUri() local
379 if ((userinfo = strchr(curr,'@'))) { in parseRedisUri()
380 if ((username = strchr(curr, ':')) && username < userinfo) { in parseRedisUri()
385 config.auth = percentDecode(curr, userinfo - curr); in parseRedisUri()
386 curr = userinfo + 1; in parseRedisUri()