HomeSort by: relevance | last modified time | path
    Searched defs:saslrc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
cyrus.c 454 int saslrc, rc; local
601 saslrc = sasl_client_start( ctx,
622 if( saslrc == SASL_INTERACT ) {
629 } while ( saslrc == SASL_INTERACT );
672 saslrc = sasl_client_step( ctx,
680 saslrc );
682 if( saslrc == SASL_INTERACT ) {
688 } while ( saslrc == SASL_INTERACT );
693 if ( (saslrc != SASL_OK) && (saslrc != SASL_CONTINUE) )
    [all...]

Completed in 15 milliseconds