1SASL_AUXPROP_GETCTX(3)            Cyrus SASL            SASL_AUXPROP_GETCTX(3)
2
3
4

NAME

6       sasl_auxprop_getctx - Cyrus SASL documentation
7

SYNOPSIS

9       #include <sasl/sasl.h>
10
11       int sasl_auxprop_getctx(sasl_conn_t *conn)
12

DESCRIPTION

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       sasl_conn_t
28              Context for a SASL connection negotiation
29

CONFORMING TO

31       RFC 4422
32

SEE ALSO

34       sasl(3), sasl_auxprop(3), sasl_auxprop_request(3)
35

AUTHOR

37       The Cyrus Team
38
40       1993-2016, The Cyrus Team
41
42
43
44
452.1.27                         January 29, 2018         SASL_AUXPROP_GETCTX(3)
Impressum