Home
last modified time | relevance | path

Searched defs:sdshdr16 (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h56 struct __attribute__ ((__packed__)) sdshdr16 { struct
57 uint16_t len; /* used */
58 uint16_t alloc; /* excluding the header and null terminator */
59 unsigned char flags; /* 3 lsb of type, 5 unused bits */
60 char buf[];
/f-stack/app/redis-5.0.5/src/
H A Dsds.h57 struct __attribute__ ((__packed__)) sdshdr16 { struct
58 uint16_t len; /* used */
59 uint16_t alloc; /* excluding the header and null terminator */
60 unsigned char flags; /* 3 lsb of type, 5 unused bits */
61 char buf[];