Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drdb.h61 #define RDB_ENCVAL 3 macro
H A Drdb.c190 if (type == RDB_ENCVAL) { in rdbLoadLenByRef()
236 enc[0] = (RDB_ENCVAL<<6)|RDB_ENC_INT8; in rdbEncodeInteger()
240 enc[0] = (RDB_ENCVAL<<6)|RDB_ENC_INT16; in rdbEncodeInteger()
245 enc[0] = (RDB_ENCVAL<<6)|RDB_ENC_INT32; in rdbEncodeInteger()
322 byte = (RDB_ENCVAL<<6)|RDB_ENC_LZF; in rdbSaveLzfBlob()