Home
last modified time | relevance | path

Searched refs:sdshdr16 (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h56 struct __attribute__ ((__packed__)) sdshdr16 { struct
H A Dsds.c48 return sizeof(struct sdshdr16); in sdsHdrSize()
/f-stack/app/redis-5.0.5/src/
H A Dsds.h57 struct __attribute__ ((__packed__)) sdshdr16 { struct
H A Dsds.c51 return sizeof(struct sdshdr16); in sdsHdrSize()
H A Ddebug.c565 sizes = sdscatprintf(sizes,"sdshdr16:%d ",(int)sizeof(struct sdshdr16)); in debugCommand()