Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnisdb/
H A Dldap_val.h68 int *np_ldap_stat);
83 int *np_ldap_stat);
122 __nis_rule_value_t *rv, int *np_ldap_stat);
125 __nis_rule_value_t *rv, int *np_ldap_stat);
H A Dldap_val.c513 __nis_rule_value_t *rv, char *berstring, int *np_ldap_stat) { in getMappingItemVal() argument
639 if (np_ldap_stat != NULL) in getMappingItemVal()
640 *np_ldap_stat = in getMappingItemVal()
678 np_ldap_stat); in getMappingItemVal()
1250 __nis_rule_value_t *rv, char *berstring, int *np_ldap_stat) { in getMappingItem() argument
1262 np_ldap_stat)); in getMappingItem()
2353 __nis_rule_value_t *rv, int *np_ldap_stat) { in getMappingSubElement() argument
2362 np_ldap_stat); in getMappingSubElement()
2380 rv, np_ldap_stat); in getMappingSubElement()
2403 int *np_ldap_stat; in getMappingElement() local
[all …]
H A Dldap_ldap.h42 int *np_ldap_stat);
H A Dldap_ldap.c63 __nis_object_dn_t *def, int *np_ldap_stat) { in lookupLDAP() argument
158 if (np_ldap_stat != NULL && stat == LDAP_NO_SUCH_OBJECT) in lookupLDAP()
159 *np_ldap_stat = NP_LDAP_NO_VALUE; in lookupLDAP()