Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c245 static char *getInfoField(char *info, char *field);
6650 static char *getInfoField(char *info, char *field) { in getInfoField() function
6669 char *value = getInfoField(info,field); in getLongInfoField()