1sasl_idle(3) SASL man pages sasl_idle(3)
2
3
4
6 sasl_idle - Perform precalculations during an idle period
7
8
10 #include <sasl/sasl.h>
11
12
13 int sasl_idle( sasl_conn_t *conn)
14
15
17 sasl_idle may be called during an idle period to allow the SASL library
18 or any mechanisms to perform any necessary precalculation.
19
20 conn may be NULL to do precalculation prior to a connection taking
21 place.
22
23
25 Returns 1 if action was taken, 0 if no action was taken.
26
27
29 RFC 4422
30
32 sasl(3)
33
34
35
36SASL 10 July 2001 sasl_idle(3)