Lines Matching refs:objectDN
250 for (o = to = t->objectDN; o != 0; o = o->next) { in linked2hash()
274 x->objectDN = o; in linked2hash()
282 if (x->objectDN->write.scope != LDAP_SCOPE_UNKNOWN) { in linked2hash()
283 if (x->objectDN->write.base == 0 && in linked2hash()
284 x->objectDN->read.base != 0) { in linked2hash()
285 x->objectDN->write.base = in linked2hash()
287 x->objectDN->read.base); in linked2hash()
288 if (x->objectDN->write.base == 0) in linked2hash()
291 if (x->objectDN->write.attrs == 0 && in linked2hash()
292 x->objectDN->read.attrs != 0) { in linked2hash()
293 x->objectDN->write.attrs = in linked2hash()
295 x->objectDN->read.attrs); in linked2hash()
296 if (x->objectDN->write.attrs == 0) in linked2hash()
309 if (t->objectDN != 0 && !__nis_insert_item_mt(t, &dbids, 0)) { in linked2hash()
595 if (x->objectDN->read.scope != LDAP_SCOPE_UNKNOWN) in getObjMapping()
597 if (x->objectDN->write.scope != LDAP_SCOPE_UNKNOWN) in getObjMapping()