#include "internal.h"#include "gettext.h"Go to the source code of this file.
Defines | |
| #define | _(String) dgettext (PACKAGE, String) |
| #define | gettext_noop(String) String |
| #define | N_(String) gettext_noop (String) |
| #define | ERR(name, desc) { name, #name, desc } |
| #define | OBS(i, name, desc) { name, #name, desc } |
Functions | |
| const char * | gsasl_strerror (int err) |
| const char * | gsasl_strerror_name (int err) |
| #define _ | ( | String | ) | dgettext (PACKAGE, String) |
| #define N_ | ( | String | ) | gettext_noop (String) |
| const char* gsasl_strerror | ( | int | err | ) |
gsasl_strerror:
| err | libgsasl error code |
This string can be used to output a diagnostic message to the user.
Return value: Returns a pointer to a statically allocated string containing an explanation of the error code .
| const char* gsasl_strerror_name | ( | int | err | ) |
gsasl_strerror_name:
| err | libgsasl error code |
This string can be used to output a diagnostic message to the user.
Return value: Returns a pointer to a statically allocated string containing a string version of the error code , or NULL if the error code is not known.
Since: 0.2.29
| const char* description |
| int rc |
Definition at line 40 of file error.c.
Referenced by _gsasl_cram_md5_client_step(), _gsasl_cram_md5_server_start(), _gsasl_digest_md5_client_start(), _gsasl_digest_md5_client_step(), _gsasl_digest_md5_server_start(), _gsasl_digest_md5_server_step(), cram_md5_challenge(), digest_md5_hmac(), digest_md5_parse_challenge(), digest_md5_parse_finish(), digest_md5_parse_response(), gsasl_client_listmech(), gsasl_init(), gsasl_saslprep(), gsasl_server_listmech(), and main().
1.5.6