Searched refs:rdbTryIntegerEncoding (Results 1 – 1 of 1) sorted by relevance
241 int rdbTryIntegerEncoding(char *s, size_t len, unsigned char *enc) { in rdbTryIntegerEncoding() function350 if ((enclen = rdbTryIntegerEncoding((char*)s,len,buf)) > 0) { in rdbSaveRawString()