Lines Matching refs:np_ldap_stat
514 __nis_rule_value_t *rv, char *berstring, int *np_ldap_stat) { in getMappingItemVal() argument
640 if (np_ldap_stat != NULL) in getMappingItemVal()
641 *np_ldap_stat = in getMappingItemVal()
679 np_ldap_stat); in getMappingItemVal()
1251 __nis_rule_value_t *rv, char *berstring, int *np_ldap_stat) { in getMappingItem() argument
1263 np_ldap_stat)); in getMappingItem()
2354 __nis_rule_value_t *rv, int *np_ldap_stat) { in getMappingSubElement() argument
2363 np_ldap_stat); in getMappingSubElement()
2381 rv, np_ldap_stat); in getMappingSubElement()
2404 int *np_ldap_stat; in getMappingElement() local
2414 np_ldap_stat = am(myself, in getMappingElement()
2417 (tv == 0 || np_ldap_stat == 0)) { in getMappingElement()
2420 sfree(np_ldap_stat); in getMappingElement()
2424 np_ldap_stat[i] = 0; in getMappingElement()
2427 rv, &np_ldap_stat[i]); in getMappingElement()
2438 if (np_ldap_stat[i] == NP_LDAP_MAP_SUCCESS) in getMappingElement()
2440 if (np_ldap_stat[i] == NP_LDAP_NO_VALUE) in getMappingElement()
2455 sfree(np_ldap_stat); in getMappingElement()