Searched refs:sdshdr8 (Results 1 – 6 of 6) sorted by relevance
50 struct __attribute__ ((__packed__)) sdshdr8 { struct
46 return sizeof(struct sdshdr8); in sdsHdrSize()
51 struct __attribute__ ((__packed__)) sdshdr8 { struct
85 robj *o = zmalloc(sizeof(robj)+sizeof(struct sdshdr8)+len+1); in createEmbeddedStringObject()86 struct sdshdr8 *sh = (void*)(o+1); in createEmbeddedStringObject()
49 return sizeof(struct sdshdr8); in sdsHdrSize()
564 sizes = sdscatprintf(sizes,"sdshdr8:%d ",(int)sizeof(struct sdshdr8)); in debugCommand()