#include "ekg2-config.h"#include <errno.h>#include <string.h>#include "debug.h"#include "recode.h"#include "stuff.h"#include "xmalloc.h"Definicje | |
| #define | EKG_ICONV_BAD (void*) -1 |
Funkcje | |
| static char * | mutt_convert_string (const char *ps, iconv_t cd, int is_utf) |
| static void * | ekg_convert_string_init (const char *from, const char *to, int *utf) |
| static void | ekg_convert_string_destroy (void *ptr) |
| EXPORTNOT void | remote_recode_destroy (void) |
| EXPORTNOT void | remote_recode_reinit (void) |
| EXPORTNOT char * | remote_recode_from (char *buf) |
| EXPORTNOT char * | remote_recode_to (char *buf) |
Zmienne | |
| static void * | remote_conv_in = EKG_ICONV_BAD |
| static void * | remote_conv_out = EKG_ICONV_BAD |
| static int | remote_conv_iutf |
| static int | remote_conv_outf |
| #define EKG_ICONV_BAD (void*) -1 |
| static void ekg_convert_string_destroy | ( | void * | ptr | ) | [inline, static] |
| static void* ekg_convert_string_init | ( | const char * | from, | |
| const char * | to, | |||
| int * | utf | |||
| ) | [static] |
| static char* mutt_convert_string | ( | const char * | ps, | |
| iconv_t | cd, | |||
| int | is_utf | |||
| ) | [static] |
| EXPORTNOT void remote_recode_destroy | ( | void | ) |
| EXPORTNOT char* remote_recode_from | ( | char * | buf | ) |
| EXPORTNOT void remote_recode_reinit | ( | void | ) |
| EXPORTNOT char* remote_recode_to | ( | char * | buf | ) |
void* remote_conv_in = EKG_ICONV_BAD [static] |
int remote_conv_iutf [static] |
void* remote_conv_out = EKG_ICONV_BAD [static] |
int remote_conv_outf [static] |
1.7.1