Lines Matching defs:context

17  *  sasl_callback_t   A typed client/server callback function and context
20 * sasl_rand_t Random data context structure
58 * sasl_client_new Initialize client connection context: sasl_conn_t
64 * sasl_server_new Initialize server connection context: sasl_conn_t
74 * sasl_auxprop_getctx Get auxiliary property context for connection
254 /* random data context structure */
390 * context -- context passed to procedure
407 void *context;
422 * context -- option context from callback record
433 typedef int sasl_getopt_t(void *context, const char *plugin_name,
453 * context -- logging context from the callback record
460 typedef int sasl_log_t(void *context,
470 * context -- getpath context from the callback record
477 typedef int sasl_getpath_t(void *context,
491 * context -- verifypath context from the callback record
509 typedef int sasl_verifyfile_t(void *context,
517 * same connection or until connection context is disposed
519 * context -- context from callback structure
527 typedef int sasl_getsimple_t(void *context, int id,
544 * conn -- connection context
545 * context -- context from callback structure
554 typedef int sasl_getsecret_t(sasl_conn_t *conn, void *context, int id,
562 * context -- context from callback structure
570 typedef int sasl_chalprompt_t(void *context, int id,
581 * context -- context from callback structure
590 typedef int sasl_getrealm_t(void *context, int id,
600 * conn -- connection context
612 void *context,
635 void *context,
651 void *context,
688 void *context,
740 * conn -- mandatory connection context
786 #define SASL_GETOPTCTX 4 /* context for getopt callback */
871 * may also include sasl_getopt_t context & call
971 * create context for a single SASL connection
981 * callbacks -- callbacks (e.g., authorization, lang, new getopt context)
984 * pconn -- new connection context
1038 * start a mechanism exchange within a connection context
1124 * conn -- connection context
1199 * conn connection context
1215 * Returns current auxiliary property context.