Lines Matching refs:statP
598 int statP = SUCCESS, flag; in update_map_from_dit() local
641 if ((t = mappingFromMap(map->map_name, map->domain, &statP)) == 0) { in update_map_from_dit()
642 if (statP == MAP_NO_MAPPING_EXISTS) in update_map_from_dit()
747 statP = FAILURE; in update_map_from_dit()
758 rv = ldapSearch(ls, &nr, 0, &statP); in update_map_from_dit()
761 if (statP == LDAP_NO_SUCH_OBJECT) { in update_map_from_dit()
772 myself, statP, ldap_err2string(statP), in update_map_from_dit()
775 statP = FAILURE; in update_map_from_dit()
786 statP = FAILURE; in update_map_from_dit()
794 statP = buildNISRuleValue(t, &rv[i], in update_map_from_dit()
796 if (statP == MAP_INDEXLIST_ERROR) in update_map_from_dit()
798 if (statP != SUCCESS) { in update_map_from_dit()
804 myself, statP, NIL(dn[i]), in update_map_from_dit()
811 datval = ruleValueToDatum(t, &rv[i], &statP); in update_map_from_dit()
818 myself, statP, NIL(dn[i]), in update_map_from_dit()
826 &nv, &statP, xlate_to_lcase); in update_map_from_dit()
901 return (statP); in update_map_from_dit()
1084 int i, rc, statP = SUCCESS; in make_nis_container() local
1107 if ((t = mappingFromMap(map_name, domain, &statP)) == 0) { in make_nis_container()
1108 if (statP == MAP_NO_MAPPING_EXISTS) in make_nis_container()