1SASL_AUXPROP_GETCTX(3) Cyrus SASL SASL_AUXPROP_GETCTX(3)
2
3
4
6 sasl_auxprop_getctx - Cyrus SASL documentation
7
9 #include <sasl/sasl.h>
10
11 int sasl_auxprop_getctx(sasl_conn_t *conn)
12
14 int sasl_auxprop_getctx(sasl_conn_t *conn)
15 Fetches an auxiliary property context for the connection on
16 which the functions described in sasl_auxprop(3) can operate.
17
18 Parameters
19
20 • conn – pointer to the sasl_conn_t for which the request
21 is being made.
22
23 Returns
24 A pointer to the context on success. Returns NULL on
25 failure.
26
27 type sasl_conn_t
28 Context for a SASL connection negotiation
29
31 RFC 4422
32
34 sasl(3), sasl_auxprop(3), sasl_auxprop_request(3)
35
37 The Cyrus Team
38
40 1993-2016, The Cyrus Team
41
42
43
44
452.1.28 February 18, 2022 SASL_AUXPROP_GETCTX(3)