Searched refs:ldap_tmplerrlist (Results 1 – 1 of 1) sorted by relevance
744 static struct tmplerror ldap_tmplerrlist[] = { variable752 static struct tmplerror ldap_tmplerrlist[] = { variable770 ldap_tmplerrlist[0].e_reason = in ldap_tmplerr2string()772 ldap_tmplerrlist[1].e_reason = in ldap_tmplerr2string()774 ldap_tmplerrlist[2].e_reason = in ldap_tmplerr2string()776 ldap_tmplerrlist[3].e_reason = in ldap_tmplerr2string()781 for ( i = 0; ldap_tmplerrlist[i].e_code != -1; i++ ) { in ldap_tmplerr2string()782 if ( err == ldap_tmplerrlist[i].e_code ) in ldap_tmplerr2string()783 return( ldap_tmplerrlist[i].e_reason ); in ldap_tmplerr2string()