Query: sasl_auxprop_getctx
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sasl_auxprop_getctx(3) SASL man pages sasl_auxprop_getctx(3)NAMEsasl_auxprop_getctx - Acquire an auxiliary property contextSYNOPSIS#include <sasl/sasl.h> int sasl_auxprop_getctx(sasl_conn_t *conn)DESCRIPTIONsasl_auxprop_getctx will return an auxiliary property context for the given sasl_conn_t on which the functions described in sasl_auxprop(3) can operate. conn the sasl_conn_t for which the request is being made.RETURN VALUEReturns a pointer the the context on success. Returns NULL on failure.CONFORMING TORFC 4422SEE ALSOsasl(3), sasl_auxprop(3), sasl_auxprop_request(3)SASL10 July 2001 sasl_auxprop_getctx(3)