Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h46 struct __attribute__ ((__packed__)) sdshdr5 { struct
H A Dsds.c44 return sizeof(struct sdshdr5); in sdsHdrSize()
/f-stack/app/redis-5.0.5/src/
H A Dsds.h47 struct __attribute__ ((__packed__)) sdshdr5 { struct
H A Dsds.c47 return sizeof(struct sdshdr5); in sdsHdrSize()
H A Ddebug.c563 sizes = sdscatprintf(sizes,"sdshdr5:%d ",(int)sizeof(struct sdshdr5)); in debugCommand()