OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue May 26 00:24:38 UTC 2026