Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h81 #define SDS_TYPE_BITS 3 macro
84 #define SDS_TYPE_5_LEN(f) ((f)>>SDS_TYPE_BITS)
135 *fp = SDS_TYPE_5 | (newlen << SDS_TYPE_BITS); in sdssetlen()
160 *fp = SDS_TYPE_5 | (newlen << SDS_TYPE_BITS); in sdsinclen()
H A Dsds.c99 *fp = type | (initlen << SDS_TYPE_BITS); in sdsnewlen()
320 *fp = SDS_TYPE_5 | ((oldlen+incr) << SDS_TYPE_BITS); in sdsIncrLen()
/f-stack/app/redis-5.0.5/src/
H A Dsds.h82 #define SDS_TYPE_BITS 3 macro
85 #define SDS_TYPE_5_LEN(f) ((f)>>SDS_TYPE_BITS)
136 *fp = SDS_TYPE_5 | (newlen << SDS_TYPE_BITS); in sdssetlen()
161 *fp = SDS_TYPE_5 | (newlen << SDS_TYPE_BITS); in sdsinclen()
H A Dsds.c109 *fp = type | (initlen << SDS_TYPE_BITS); in sdsnewlen()
341 *fp = SDS_TYPE_5 | ((oldlen+incr) << SDS_TYPE_BITS); in sdsIncrLen()