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.c514 __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
[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()