Searched refs:lcontext (Results 1 – 2 of 2) sorted by relevance
175 #define CHECK_LDAP_HANDLE(lcontext) if (!(ldap_context \ argument180 #define HNDL_LOCK(lcontext) k5_mutex_lock(&lcontext->hndl_lock) argument181 #define HNDL_UNLOCK(lcontext) k5_mutex_unlock(&lcontext->hndl_lock) argument
288 krb5_ldap_context lcontext; local299 memset(&lcontext, 0, sizeof(krb5_ldap_context));300 lcontext.lrparams = rparam;301 if ((st=krb5_get_subtree_info(&lcontext, &subtrees, &ntree)) != 0)