Searched defs:lcontext (Results 1 – 2 of 2) sorted by relevance
175 #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
288 krb5_ldap_context lcontext; local