Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h62 struct __attribute__ ((__packed__)) sdshdr32 { struct
H A Dsds.c50 return sizeof(struct sdshdr32); in sdsHdrSize()
/f-stack/app/redis-5.0.5/src/
H A Dsds.h63 struct __attribute__ ((__packed__)) sdshdr32 { struct
H A Dsds.c53 return sizeof(struct sdshdr32); in sdsHdrSize()
H A Ddebug.c566 sizes = sdscatprintf(sizes,"sdshdr32:%d ",(int)sizeof(struct sdshdr32)); in debugCommand()