Home
last modified time | relevance | path

Searched refs:sdshdr8 (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h50 struct __attribute__ ((__packed__)) sdshdr8 { struct
H A Dsds.c46 return sizeof(struct sdshdr8); in sdsHdrSize()
/f-stack/app/redis-5.0.5/src/
H A Dsds.h51 struct __attribute__ ((__packed__)) sdshdr8 { struct
H A Dobject.c85 robj *o = zmalloc(sizeof(robj)+sizeof(struct sdshdr8)+len+1); in createEmbeddedStringObject()
86 struct sdshdr8 *sh = (void*)(o+1); in createEmbeddedStringObject()
H A Dsds.c49 return sizeof(struct sdshdr8); in sdsHdrSize()
H A Ddebug.c564 sizes = sdscatprintf(sizes,"sdshdr8:%d ",(int)sizeof(struct sdshdr8)); in debugCommand()