Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.c278 static const char intfmts[] = "diouxX"; in redisvFormatCommand() local
301 if (strchr(intfmts,*_p) != NULL) { in redisvFormatCommand()
315 if (*_p != '\0' && strchr(intfmts,*_p) != NULL) { in redisvFormatCommand()
325 if (*_p != '\0' && strchr(intfmts,*_p) != NULL) { in redisvFormatCommand()
335 if (*_p != '\0' && strchr(intfmts,*_p) != NULL) { in redisvFormatCommand()
345 if (*_p != '\0' && strchr(intfmts,*_p) != NULL) { in redisvFormatCommand()