Searched defs:litem (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c693 __nis_mapping_item_t *litem; local
717 litem = buildLvalue(&t->ruleFromLDAP[r]->lhs, &rval,
719 if (litem == 0) {
729 tmpval = getMappingItem(&litem[i],
740 if (litem[i].type == mit_ldap) {
748 stat = storeLDAP(&litem[i], i, numItems, rval,
772 freeMappingItem(litem, numItems);
H A Dldap_ruleval.c617 __nis_mapping_item_t *litem; local
665 litem = buildLvalue(&r->lhs, &rval, &numItems);
666 if (litem == 0) {
676 tmpval = getMappingItem(&litem[i], lnative, 0, 0, NULL);
682 if (doAssign && litem[i].type == mit_ldap &&
683 litem[i].searchSpec.triple.scope !=
685 slen(litem[i].searchSpec.triple.base) > 0 &&
686 (slen(litem[i].searchSpec.triple.attrs) > 0 ||
687 litem[i].searchSpec.triple.element != 0)) {
695 stat = storeLDAP(&litem[
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c651 __nis_mapping_item_t *litem; local
698 litem = buildLvalue(&rl->lhs, &rval, &numItems);
699 if (litem == 0) {
706 if (numItems == 1 && litem->repeat)
717 if (strcasecmp(litem[i].name, N2LKEY) == 0 ||
718 strcasecmp(litem[i].name, N2LIPKEY) == 0 ||
719 strcasecmp(litem[i].name, N2LCOMMENT) == 0)
722 if (strcmp(litem[i].name, t->column[j]) == 0)
741 freeMappingItem(litem, numItems);
757 vt_string, litem[
[all...]

Completed in 49 milliseconds