Searched defs:np_ldap_stat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ldap.c63 __nis_object_dn_t *def, int *np_ldap_stat) {
155 * in np_ldap_stat.
158 if (np_ldap_stat != NULL && stat == LDAP_NO_SUCH_OBJECT)
159 *np_ldap_stat = NP_LDAP_NO_VALUE;
62 lookupLDAP(__nis_search_triple_t *t, char *attrName, __nis_rule_value_t *rv, __nis_object_dn_t *def, int *np_ldap_stat) argument
H A Dldap_val.c514 __nis_rule_value_t *rv, char *berstring, int *np_ldap_stat) {
640 if (np_ldap_stat != NULL)
641 *np_ldap_stat =
679 np_ldap_stat);
1251 __nis_rule_value_t *rv, char *berstring, int *np_ldap_stat) {
1263 np_ldap_stat));
2354 __nis_rule_value_t *rv, int *np_ldap_stat) {
2363 np_ldap_stat);
2381 rv, np_ldap_stat);
2404 int *np_ldap_stat; local
513 getMappingItemVal(__nis_mapping_item_t *item, __nis_mapping_item_type_t native, __nis_rule_value_t *rv, char *berstring, int *np_ldap_stat) argument
1250 getMappingItem(__nis_mapping_item_t *i, __nis_mapping_item_type_t native, __nis_rule_value_t *rv, char *berstring, int *np_ldap_stat) argument
2353 getMappingSubElement(__nis_mapping_sub_element_t *e, __nis_rule_value_t *rv, int *np_ldap_stat) argument
[all...]

Completed in 60 milliseconds