Eneboo - Documentación para desarrolladores
Clases | 'defines' | 'typedefs' | Funciones
Referencia del Archivo src/libmysql_std/ctype.c
#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   1024

'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))
uint my_string_repertoire (CHARSET_INFO *cs, const char *str, ulong length)
my_bool my_charset_is_ascii_based (CHARSET_INFO *cs)
my_bool my_charset_is_8bit_pure_ascii (CHARSET_INFO *cs)

Documentación de los 'defines'

#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   1024

Documentación de los 'typedefs'


Documentación de las funciones

my_bool my_charset_is_8bit_pure_ascii ( CHARSET_INFO cs)
my_bool my_charset_is_ascii_based ( CHARSET_INFO cs)
my_bool my_parse_charset_xml ( const char *  buf,
uint  len,
int(*)(CHARSET_INFO *cs add_collation 
)
uint my_string_repertoire ( CHARSET_INFO cs,
const char *  str,
ulong  length 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'