Lines Matching refs:PHPAPI

25 PHPAPI void ** _mysqlnd_plugin_get_plugin_connection_data(const MYSQLND * conn, unsigned int plugin…
28 PHPAPI void ** _mysqlnd_plugin_get_plugin_connection_data_data(const MYSQLND_CONN_DATA * conn, unsi…
31 PHPAPI void ** _mysqlnd_plugin_get_plugin_result_data(const MYSQLND_RES * result, unsigned int plug…
34 PHPAPI void ** _mysqlnd_plugin_get_plugin_stmt_data(const MYSQLND_STMT * stmt, unsigned int plugin_…
37 PHPAPI void ** _mysqlnd_plugin_get_plugin_protocol_data(const MYSQLND_PROTOCOL * protocol, unsigned…
40 PHPAPI void ** _mysqlnd_plugin_get_plugin_net_data(const MYSQLND_NET * net, unsigned int plugin_id …
44 PHPAPI struct st_mysqlnd_conn_methods * mysqlnd_conn_get_methods();
45 PHPAPI void mysqlnd_conn_set_methods(struct st_mysqlnd_conn_methods * methods);
47 PHPAPI struct st_mysqlnd_conn_data_methods * mysqlnd_conn_data_get_methods();
48 PHPAPI void mysqlnd_conn_data_set_methods(struct st_mysqlnd_conn_data_methods * methods);
50 PHPAPI struct st_mysqlnd_res_methods * mysqlnd_result_get_methods();
51 PHPAPI void mysqlnd_result_set_methods(struct st_mysqlnd_res_methods * methods);
53 PHPAPI struct st_mysqlnd_stmt_methods * mysqlnd_stmt_get_methods();
54 PHPAPI void mysqlnd_stmt_set_methods(struct st_mysqlnd_stmt_methods * methods);
56 PHPAPI struct st_mysqlnd_protocol_methods * mysqlnd_protocol_get_methods();
57 PHPAPI void mysqlnd_protocol_set_methods(struct st_mysqlnd_protocol_methods * methods);
59 PHPAPI struct st_mysqlnd_net_methods * mysqlnd_net_get_methods();
60 PHPAPI void mysqlnd_net_set_methods(struct st_mysqlnd_net_methods * methods);