Lines Matching defs:uid1
999 uint32_t seq, uid1, ret;
1027 uid1 = range[i].seq1 | UID_LIST_MASK_RANGE;
1028 array_append(&tmp_uids, &uid1, 1);
1259 uint32_t uid1, uint32_t uid2)
1264 i_assert(uid1 < uid2);
1268 uid1 |= UID_LIST_MASK_RANGE;
1269 array_append(uids, &uid1, 1);
1273 if (uidlist[count-1] + 1 == uid1) {
1281 uid1 |= UID_LIST_MASK_RANGE;
1282 array_append(uids, &uid1, 1);