Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h68 struct __attribute__ ((__packed__)) sdshdr64 { struct
H A Dsds.c52 return sizeof(struct sdshdr64); in sdsHdrSize()
/f-stack/app/redis-5.0.5/src/
H A Dsds.h69 struct __attribute__ ((__packed__)) sdshdr64 { struct
H A Dsds.c55 return sizeof(struct sdshdr64); in sdsHdrSize()
H A Ddebug.c567 sizes = sdscatprintf(sizes,"sdshdr64:%d ",(int)sizeof(struct sdshdr64)); in debugCommand()