1sasl_auxprop_Sgiemtpcltex(A3uStAhSeLn)tication Security Layer Librsaarsyl_Fauunxcptrioopn_sgetctx(3SASL)
2
3
4
6 sasl_auxprop_getctx - acquire an auxiliary property context
7
9 cc [ flag ... ] file ... -lsasl [ library ... ]
10 #include <sasl/sasl.h>
11
12 struct propctx *sasl_auxprop_getctx(sasl_conn_t *conn);
13
14
16 The sasl_auxprop_getctx() interface returns an auxiliary property con‐
17 text for the given sasl_conn_t on which the sasl auxiliary property
18 functions can operate. See sasl_auxprop(3SASL).
19
21 conn The sasl_conn_t for which the request is being made
22
23
25 sasl_auxprop_getctx() returns a pointer to the context, upon success.
26 sasl_auxprop_getctx() returns NULL upon failure.
27
29 See attributes(5) for descriptions of the following attributes:
30
31
32
33
34 ┌─────────────────────────────┬─────────────────────────────┐
35 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
36 ├─────────────────────────────┼─────────────────────────────┤
37 │Availability │SUNWlibsasl │
38 ├─────────────────────────────┼─────────────────────────────┤
39 │Interface Stability │Evolving │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │MT-Level │Safe │
42 └─────────────────────────────┴─────────────────────────────┘
43
45 attributes(5)
46
47
48
49SunOS 5.11 22 Aug 2003 sasl_auxprop_getctx(3SASL)