Lines Matching defs:self
325 struct sss_mc_rec *self;
351 self = NULL;
353 while (slot != MC_INVALID_VAL32 && self != rec) {
354 self = MC_SLOT_TO_PTR(mcc->data_table, slot, struct sss_mc_rec);
355 slot = sss_mc_next_slot_with_hash(self, rec->hash1);
357 if (self != rec) {
362 self = NULL;
364 while (slot != MC_INVALID_VAL32 && self != rec) {
365 self = MC_SLOT_TO_PTR(mcc->data_table, slot, struct sss_mc_rec);
366 slot = sss_mc_next_slot_with_hash(self, rec->hash2);
368 if (self != rec) {