Searched refs:sdshdr32 (Results 1 – 5 of 5) sorted by relevance
62 struct __attribute__ ((__packed__)) sdshdr32 { struct
50 return sizeof(struct sdshdr32); in sdsHdrSize()
63 struct __attribute__ ((__packed__)) sdshdr32 { struct
53 return sizeof(struct sdshdr32); in sdsHdrSize()
566 sizes = sdscatprintf(sizes,"sdshdr32:%d ",(int)sizeof(struct sdshdr32)); in debugCommand()