Searched refs:sdshdr16 (Results 1 – 5 of 5) sorted by relevance
56 struct __attribute__ ((__packed__)) sdshdr16 { struct
48 return sizeof(struct sdshdr16); in sdsHdrSize()
57 struct __attribute__ ((__packed__)) sdshdr16 { struct
51 return sizeof(struct sdshdr16); in sdsHdrSize()
565 sizes = sdscatprintf(sizes,"sdshdr16:%d ",(int)sizeof(struct sdshdr16)); in debugCommand()