Lines Matching defs:exp
248 const struct mail_transaction_expunge *exp = data;
251 for (; size > 0; size -= sizeof(*exp), exp++) {
252 printf("%u-%u,", exp->uid1, exp->uid2);
258 const struct mail_transaction_expunge_guid *exp = data;
260 for (; size > 0; size -= sizeof(*exp), exp++) {
261 printf(" - uid=%u (guid ", exp->uid);
262 print_data(exp->guid_128, sizeof(exp->guid_128));