#include <mysql.h>
Data Fields | |
| int | mysql_request_timeout |
| char * | mysql_user |
| char * | mysql_passwd |
| char * | mysql_server |
| char * | mysql_db_name |
| char * | mysql_ipauth_table_name |
| char * | mysql_userinfo_table_name |
| char * | mysql_groups_table_name |
| char * | mysql_groupinfo_table_name |
| unsigned char | mysql_ipauth_check_netmask |
| int | mysql_server_port |
| unsigned char | mysql_use_ipv4_schema |
| unsigned char | mysql_use_ssl |
| char * | mysql_ssl_keyfile |
| char * | mysql_ssl_certfile |
| char * | mysql_ssl_ca |
| char * | mysql_ssl_capath |
| char * | mysql_ssl_cipher |
| GPrivate * | mysql_priv |
Definition at line 61 of file mysql.h.
Definition at line 67 of file mysql.h.
Referenced by init_module_from_conf(), mysql_conn_init(), and unload_module_with_params().
Definition at line 71 of file mysql.h.
Referenced by get_user_groups(), init_module_from_conf(), and unload_module_with_params().
Definition at line 70 of file mysql.h.
Referenced by init_module_from_conf(), and unload_module_with_params().
| unsigned char ipauth_mysql_params::mysql_ipauth_check_netmask |
Definition at line 72 of file mysql.h.
Referenced by init_module_from_conf(), and ip_authentication().
Definition at line 68 of file mysql.h.
Referenced by init_module_from_conf(), ip_authentication(), and unload_module_with_params().
Definition at line 65 of file mysql.h.
Referenced by init_module_from_conf(), mysql_conn_init(), and unload_module_with_params().
| GPrivate* ipauth_mysql_params::mysql_priv |
Definition at line 81 of file mysql.h.
Referenced by get_mysql_handler(), init_module_from_conf(), and mysql_close_current().
Definition at line 66 of file mysql.h.
Referenced by init_module_from_conf(), mysql_conn_init(), and unload_module_with_params().
Definition at line 73 of file mysql.h.
Referenced by init_module_from_conf(), and mysql_conn_init().
Definition at line 78 of file mysql.h.
Referenced by init_module_from_conf(), mysql_conn_init(), and unload_module_with_params().
Definition at line 79 of file mysql.h.
Referenced by init_module_from_conf(), mysql_conn_init(), and unload_module_with_params().
Definition at line 77 of file mysql.h.
Referenced by init_module_from_conf(), mysql_conn_init(), and unload_module_with_params().
Definition at line 80 of file mysql.h.
Referenced by init_module_from_conf(), mysql_conn_init(), and unload_module_with_params().
Definition at line 76 of file mysql.h.
Referenced by init_module_from_conf(), mysql_conn_init(), and unload_module_with_params().
| unsigned char ipauth_mysql_params::mysql_use_ipv4_schema |
Definition at line 74 of file mysql.h.
Referenced by init_module_from_conf(), ip_authentication(), and ipv6_to_sql().
| unsigned char ipauth_mysql_params::mysql_use_ssl |
Definition at line 75 of file mysql.h.
Referenced by init_module_from_conf(), and mysql_conn_init().
Definition at line 64 of file mysql.h.
Referenced by init_module_from_conf(), mysql_conn_init(), and unload_module_with_params().
Definition at line 69 of file mysql.h.
Referenced by get_user_groups(), get_user_id(), init_module_from_conf(), unload_module_with_params(), and user_check().
1.4.7