Query: sasl_idle
OS: opensolaris
Section: 3sasl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sasl_idle(3SASL) Simple Authentication Security Layer Library Functions sasl_idle(3SASL)NAMEsasl_idle - perform precalculations during an idle periodSYNOPSIScc [ flag ... ] file ... -lsasl [ library ... ] #include <sasl/sasl.h> int sasl_idle(sasl_conn_t *conn);DESCRIPTIONUse the sasl_idle() interface during an idle period to allow the SASL library or any mechanisms to perform any necessary precalculation.PARAMETERSconn The SASL connection context. The value of conn can be NULL in order to complete a precalculation before the connection takes place.RETURN VALUESsasl_idle() returns the following values: 1 Indicates action was taken 0 Indicates no action was takenATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWlibsasl | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOattributes(5) SunOS 5.11 28 Aug 2003 sasl_idle(3SASL)
Related Man Pages |
---|
sasl_dispose(3sasl) - sunos |
sasl_errdetail(3sasl) - sunos |
sasl_server_step(3sasl) - sunos |
sasl_auxprop_getctx(3sasl) - opensolaris |
sasl_errdetail(3sasl) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
How to learn UNIX |
Change directory for core file |
What's legal and what's not? |
%memused is high |
Shopt -s histappend |