Home
last modified time | relevance | path

Searched refs:np_ldap_stat (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.h66 int *np_ldap_stat);
81 int *np_ldap_stat);
120 __nis_rule_value_t *rv, int *np_ldap_stat);
123 __nis_rule_value_t *rv, int *np_ldap_stat);
H A Dldap_val.c641 *np_ldap_stat = in getMappingItemVal()
679 np_ldap_stat); in getMappingItemVal()
1263 np_ldap_stat)); in getMappingItem()
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()
2420 sfree(np_ldap_stat); in getMappingElement()
2424 np_ldap_stat[i] = 0; in getMappingElement()
2427 rv, &np_ldap_stat[i]); in getMappingElement()
[all …]
H A Dldap_ldap.h40 int *np_ldap_stat);
H A Dldap_ldap.c60 __nis_object_dn_t *def, int *np_ldap_stat) { in lookupLDAP() argument
155 if (np_ldap_stat != NULL && stat == LDAP_NO_SUCH_OBJECT) in lookupLDAP()
156 *np_ldap_stat = NP_LDAP_NO_VALUE; in lookupLDAP()