Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h175 #define CHECK_LDAP_HANDLE(lcontext) if (!(ldap_context \ argument
180 #define HNDL_LOCK(lcontext) k5_mutex_lock(&lcontext->hndl_lock) argument
181 #define HNDL_UNLOCK(lcontext) k5_mutex_unlock(&lcontext->hndl_lock) argument
H A Dldap_realm.c288 krb5_ldap_context lcontext; local
299 memset(&lcontext, 0, sizeof(krb5_ldap_context));
300 lcontext.lrparams = rparam;
301 if ((st=krb5_get_subtree_info(&lcontext, &subtrees, &ntree)) != 0)