Searched refs:body_no_wrap (Results 1 – 1 of 1) sorted by relevance
828 size_t body_no_wrap; in allegro_mbox_read() local865 body_no_wrap = min((size_t)header->length, in allegro_mbox_read()868 dst + sizeof(*header), body_no_wrap / 4); in allegro_mbox_read()870 dst + sizeof(*header) + body_no_wrap, in allegro_mbox_read()871 (header->length - body_no_wrap) / 4); in allegro_mbox_read()