1sasl_auxprop_getctx(10 July 2001) sasl_auxprop_getctx(10 July 2001)
2
3
4
6 sasl_auxprop_getctx - Acquire an auxiliary property context
7
8
9
11 #include <sasl/sasl.h>
12
13
14 int sasl_auxprop_getctx(sasl_conn_t *conn)
15
16
18 sasl_auxprop_getctx will return an auxiliary property context for the
19 given sasl_conn_t on which the functions described in sasl_auxprop(3)
20 can operate.
21
22 conn the sasl_conn_t for which the request is being made.
23
24
26 Returns a pointer the the context on success. Returns NULL on failure.
27
28
30 RFC 2222
31
33 sasl(3), sasl_auxprop(3), sasl_auxprop_request(3)
34
35
36
37SASL man pages SASL sasl_auxprop_getctx(10 July 2001)