Lines Matching refs:litem
623 __nis_mapping_item_t *litem; in addLdapRuleValue() local
671 litem = buildLvalue(&r->lhs, &rval, &numItems); in addLdapRuleValue()
672 if (litem == 0) { in addLdapRuleValue()
682 tmpval = getMappingItem(&litem[i], lnative, 0, 0, NULL); in addLdapRuleValue()
688 if (doAssign && litem[i].type == mit_ldap && in addLdapRuleValue()
689 litem[i].searchSpec.triple.scope != in addLdapRuleValue()
691 slen(litem[i].searchSpec.triple.base) > 0 && in addLdapRuleValue()
692 (slen(litem[i].searchSpec.triple.attrs) > 0 || in addLdapRuleValue()
693 litem[i].searchSpec.triple.element != 0)) { in addLdapRuleValue()
701 stat = storeLDAP(&litem[i], i, numItems, rval, in addLdapRuleValue()
726 freeMappingItem(litem, numItems); in addLdapRuleValue()