Searched refs:_nss_ldap_list_t (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h115 typedef avl_tree_t _nss_ldap_list_t; typedef
211 extern nss_ldap_list_rc_t nss_ldap_list_add(_nss_ldap_list_t **list,
213 extern void nss_ldap_list_free(_nss_ldap_list_t **list);
214 extern nss_ldap_list_rc_t nss_ldap_list_dump(_nss_ldap_list_t **list,
H A Dldap_common.c716 nss_ldap_list_add(_nss_ldap_list_t **list, const char *key)
737 *list = (_nss_ldap_list_t *)calloc(sizeof (_nss_ldap_list_t),
762 nss_ldap_list_free(_nss_ldap_list_t **list)
784 nss_ldap_list_dump(_nss_ldap_list_t **list, char **buffer, int *buflen)
H A Dgetgrent.c388 _nss_ldap_list_t **listpp;
621 _mlist_add(_nss_ldap_list_t **mlpp, char *member)
1153 lookup_nscd_cache(char *dn, _nss_ldap_list_t **mlpp)
1287 _nss_ldap_list_t **dlpp, _nss_ldap_list_t **mlpp, int *rec_callp)
1522 _nss_ldap_list_t **dlpp, _nss_ldap_list_t **mlpp, int *rec_callp)
1616 _nss_ldap_list_t *memlist = NULL;
1617 _nss_ldap_list_t *dnlist = NULL;
2439 const char *key, _nss_ldap_list_t **g
[all...]

Completed in 28 milliseconds