#include "internal.h"
Go to the source code of this file.
Functions | |
int | gsasl_client_mechlist (Gsasl *ctx, char **out) |
int | gsasl_server_mechlist (Gsasl *ctx, char **out) |
int gsasl_client_mechlist | ( | Gsasl * | ctx, | |
char ** | out | |||
) |
gsasl_client_mechlist:
ctx | libgsasl handle. | |
out | newly allocated output character array. |
Return value: Returns GSASL_OK if successful, or error code.
Definition at line 74 of file listmech.c.
References Gsasl::client_mechs, and Gsasl::n_client_mechs.
Referenced by gsasl_client_listmech().
int gsasl_server_mechlist | ( | Gsasl * | ctx, | |
char ** | out | |||
) |
gsasl_server_mechlist:
ctx | libgsasl handle. | |
out | newly allocated output character array. |
Return value: Returns GSASL_OK if successful, or error code.
Definition at line 93 of file listmech.c.
References Gsasl::n_server_mechs, and Gsasl::server_mechs.
Referenced by gsasl_server_listmech().