Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h50 struct __attribute__ ((__packed__)) sdshdr8 { struct
51 uint8_t len; /* used */
52 uint8_t alloc; /* excluding the header and null terminator */
53 unsigned char flags; /* 3 lsb of type, 5 unused bits */
54 char buf[];
/f-stack/app/redis-5.0.5/src/
H A Dsds.h51 struct __attribute__ ((__packed__)) sdshdr8 { struct
52 uint8_t len; /* used */
53 uint8_t alloc; /* excluding the header and null terminator */
54 unsigned char flags; /* 3 lsb of type, 5 unused bits */
55 char buf[];