Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h68 struct __attribute__ ((__packed__)) sdshdr64 { struct
69 uint64_t len; /* used */
70 uint64_t alloc; /* excluding the header and null terminator */
71 unsigned char flags; /* 3 lsb of type, 5 unused bits */
72 char buf[];
/f-stack/app/redis-5.0.5/src/
H A Dsds.h69 struct __attribute__ ((__packed__)) sdshdr64 { struct
70 uint64_t len; /* used */
71 uint64_t alloc; /* excluding the header and null terminator */
72 unsigned char flags; /* 3 lsb of type, 5 unused bits */
73 char buf[];