Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h62 struct __attribute__ ((__packed__)) sdshdr32 { struct
63 uint32_t len; /* used */
64 uint32_t alloc; /* excluding the header and null terminator */
65 unsigned char flags; /* 3 lsb of type, 5 unused bits */
66 char buf[];
/f-stack/app/redis-5.0.5/src/
H A Dsds.h63 struct __attribute__ ((__packed__)) sdshdr32 { struct
64 uint32_t len; /* used */
65 uint32_t alloc; /* excluding the header and null terminator */
66 unsigned char flags; /* 3 lsb of type, 5 unused bits */
67 char buf[];