Home
last modified time | relevance | path

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

/illumos-gate/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.c287 krb5_ldap_context lcontext; local