Lines Matching defs:lerrno
404 int lerrno;
415 lerrno = 0;
416 ret = ldap_set_option(sh->ldap, LDAP_OPT_RESULT_CODE, &lerrno);
430 ldap_get_option(sh->ldap, LDAP_OPT_RESULT_CODE, &lerrno);
432 lerrno, sss_ldap_err2string(lerrno));
469 ldap_get_option(sh->ldap, LDAP_OPT_RESULT_CODE, &lerrno);
470 DEBUG(lerrno == LDAP_SUCCESS
474 lerrno, sss_ldap_err2string(lerrno));
536 ldap_get_option(sh->ldap, LDAP_OPT_RESULT_CODE, &lerrno);
537 if (lerrno != LDAP_SUCCESS) {
539 lerrno, sss_ldap_err2string(lerrno));
616 ldap_get_option(sh->ldap, LDAP_OPT_RESULT_CODE, &lerrno);
617 if (lerrno) {
619 lerrno, sss_ldap_err2string(lerrno));