sasl_auxprop_getctx (3)
Leading comments
Copyright (c) 2001 Carnegie Mellon University. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the docume...
NAME
sasl_auxprop_getctx - Acquire an auxiliary property contextSYNOPSIS
#include <sasl/sasl.h> int sasl_auxprop_getctx(sasl_conn_t *conn)
DESCRIPTION
sasl_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.