Searched refs:countDigits (Results 1 – 1 of 1) sorted by relevance
193 static uint32_t countDigits(uint64_t v) { in countDigits() function207 return 1+countDigits(len)+2+len+2; in bulklen()397 totlen += 1+countDigits(argc)+2; in redisvFormatCommand()490 totlen = 1+countDigits(argc)+2; in redisFormatSdsCommandArgv()541 totlen = 1+countDigits(argc)+2; in redisFormatCommandArgv()