'\" te .\" Copyright (C) 1998-2003, Carnegie Mellon Univeristy. All Rights Reserved. .\" Portions Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved .TH sasl_idle 3SASL "28 Aug 2003" "SunOS 5.11" "Simple Authentication Security Layer Library Functions" .SH NAME sasl_idle \- perform precalculations during an idle period .SH SYNOPSIS .LP .nf \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsasl\fR [ \fIlibrary\fR ... ] #include \fBint\fR \fBsasl_idle\fR(\fBsasl_conn_t *\fR\fIconn\fR); .fi .SH DESCRIPTION .sp .LP Use the \fBsasl_idle()\fR interface during an idle period to allow the SASL library or any mechanisms to perform any necessary precalculation. .SH PARAMETERS .sp .ne 2 .mk .na \fB\fIconn\fR\fR .ad .RS 8n .rt The SASL connection context. The value of \fIconn\fR can be \fINULL\fR in order to complete a precalculation before the connection takes place. .RE .SH RETURN VALUES .sp .LP \fBsasl_idle()\fR returns the following values: .sp .ne 2 .mk .na \fB\fB1\fR\fR .ad .RS 5n .rt Indicates action was taken .RE .sp .ne 2 .mk .na \fB\fB0\fR\fR .ad .RS 5n .rt Indicates no action was taken .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Availabilitysystem/library/security/libsasl _ Interface StabilityCommitted _ MT-LevelMT-Safe .TE .SH SEE ALSO .sp .LP \fBattributes\fR(5)