Eneboo - Documentación para desarrolladores
|
#include <my_global.h>
#include <m_ctype.h>
#include <my_xml.h>
#include <m_string.h>
Clases | |
struct | my_cs_file_section_st |
struct | my_cs_file_info |
'defines' | |
#define | _CS_MISC 1 |
#define | _CS_ID 2 |
#define | _CS_CSNAME 3 |
#define | _CS_FAMILY 4 |
#define | _CS_ORDER 5 |
#define | _CS_COLNAME 6 |
#define | _CS_FLAG 7 |
#define | _CS_CHARSET 8 |
#define | _CS_COLLATION 9 |
#define | _CS_UPPERMAP 10 |
#define | _CS_LOWERMAP 11 |
#define | _CS_UNIMAP 12 |
#define | _CS_COLLMAP 13 |
#define | _CS_CTYPEMAP 14 |
#define | _CS_PRIMARY_ID 15 |
#define | _CS_BINARY_ID 16 |
#define | _CS_CSDESCRIPT 17 |
#define | _CS_RESET 18 |
#define | _CS_DIFF1 19 |
#define | _CS_DIFF2 20 |
#define | _CS_DIFF3 21 |
#define | MY_CS_CSDESCR_SIZE 64 |
#define | MY_CS_TAILORING_SIZE 128 |
'typedefs' | |
typedef struct my_cs_file_info | MY_CHARSET_LOADER |
Funciones | |
my_bool | my_parse_charset_xml (const char *buf, uint len, int(*add_collation)(CHARSET_INFO *cs)) |
#define _CS_BINARY_ID 16 |
#define _CS_CHARSET 8 |
#define _CS_COLLATION 9 |
#define _CS_COLLMAP 13 |
#define _CS_COLNAME 6 |
#define _CS_CSDESCRIPT 17 |
#define _CS_CSNAME 3 |
#define _CS_CTYPEMAP 14 |
#define _CS_DIFF1 19 |
#define _CS_DIFF2 20 |
#define _CS_DIFF3 21 |
#define _CS_FAMILY 4 |
#define _CS_FLAG 7 |
#define _CS_ID 2 |
#define _CS_LOWERMAP 11 |
#define _CS_MISC 1 |
#define _CS_ORDER 5 |
#define _CS_PRIMARY_ID 15 |
#define _CS_RESET 18 |
#define _CS_UNIMAP 12 |
#define _CS_UPPERMAP 10 |
#define MY_CS_CSDESCR_SIZE 64 |
#define MY_CS_TAILORING_SIZE 128 |
typedef struct my_cs_file_info MY_CHARSET_LOADER |
my_bool my_parse_charset_xml | ( | const char * | buf, |
uint | len, | ||
int(*)(CHARSET_INFO *cs) | add_collation | ||
) |