Searched refs:lcontext (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h166 #define CHECK_LDAP_HANDLE(lcontext) if (!(ldap_context \
171 #define HNDL_LOCK(lcontext) k5_mutex_lock(&lcontext->hndl_lock)
172 #define HNDL_UNLOCK(lcontext) k5_mutex_unlock(&lcontext->hndl_lock)
H A Dldap_realm.c284 krb5_ldap_context lcontext; local
294 memset(&lcontext, 0, sizeof(krb5_ldap_context));
295 lcontext.lrparams = rparam;
296 if ((st=krb5_get_subtree_info(&lcontext, &subtrees, (unsigned int *)&ntree)) != 0)

Completed in 18 milliseconds