Lines Matching refs:structure
34 // Unit content is a simple structure.
38 // structure offsets of every buffer reference.
73 // The size of the structure which should be allocated to contain
80 // The structure must contain two adjacent elements:
185 #define CBS_UNIT_TYPE_POD(type, structure) { \
189 .content_size = sizeof(structure), \
191 #define CBS_UNIT_TYPE_INTERNAL_REF(type, structure, ref_field) { \
195 .content_size = sizeof(structure), \
197 .ref_offsets = { offsetof(structure, ref_field) }, \
199 #define CBS_UNIT_TYPE_COMPLEX(type, structure, free_func) { \
203 .content_size = sizeof(structure), \