man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

sasl_idle(3SASL)

Name

sasl_idle - perform precalculations during an idle period

Synopsis

cc [ flag ... ] file ... –lsasl   [ library ... ]
#include <sasl/sasl.h>

int sasl_idle(sasl_conn_t *conn);

Description

Use the sasl_idle() interface during an idle period to allow the SASL library or any mechanisms to perform any necessary precalculation.

Parameters

conn

The SASL connection context. The value of conn can be NULL in order to complete a precalculation before the connection takes place.

Return Values

sasl_idle() returns the following values:

1

Indicates action was taken

0

Indicates no action was taken

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library/security/libsasl
Interface Stability
Committed
MT-Level
MT–Safe

See also

attributes(5)