Eneboo - Documentación para desarrolladores
|
#include "my_alloc.h"
Ir al código fuente de este archivo.
Clases | |
struct | st_typelib |
'typedefs' | |
typedef struct st_typelib | TYPELIB |
Funciones | |
int | find_type (char *x, TYPELIB *typelib, unsigned int full_name) |
void | make_type (char *to, unsigned int nr, TYPELIB *typelib) |
const char * | get_type (TYPELIB *typelib, unsigned int nr) |
TYPELIB * | copy_typelib (MEM_ROOT *root, TYPELIB *from) |
Variables | |
TYPELIB | sql_protocol_typelib |
typedef struct st_typelib TYPELIB |