extern void cyrus_tune

(PROFILE_REGISTRATION* pr,
  sasl_conn_callback_t callback,
  void* clientData, int allP)

Configures a profile-registration structure to invoke a user-supplied callback when it wants to create a sasl_conn_t.

Documentation

Configures a profile-registration structure to invoke a user-supplied callback when it wants to create a sasl_conn_t.

Call this before registering the profile with the wrapper (e.g., before calling tcp_bp_listen.)

Parameters:
pr - A pointer to the profile-registration returned by cyrus_profiles_Init.
callback - The routine to invoke to call sasl_client_new or sasl_server_new (cf., callback).
clientData - A user-supplied pointer, supplied to callback.
allP - If non-zero, traverse the entire chain of profile-registration structures.

Home Alphabetic index



This page was generated with the help of DOC++.