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_result_unbuffered_data(const MYSQLND_RES_UNBUFFERED * res…
37 PHPAPI void ** _mysqlnd_plugin_get_plugin_result_buffered_data_zval(const MYSQLND_RES_BUFFERED_ZVAL…
40 PHPAPI void ** _mysqlnd_plugin_get_plugin_result_buffered_data_c(const MYSQLND_RES_BUFFERED_C * res…
43 PHPAPI void ** _mysqlnd_plugin_get_plugin_stmt_data(const MYSQLND_STMT * stmt, unsigned int plugin_…
46 PHPAPI void ** _mysqlnd_plugin_get_plugin_protocol_data(const MYSQLND_PROTOCOL * protocol, unsigned…
49 PHPAPI void ** _mysqlnd_plugin_get_plugin_net_data(const MYSQLND_NET * net, unsigned int plugin_id …
53 PHPAPI struct st_mysqlnd_conn_methods * mysqlnd_conn_get_methods();
54 PHPAPI void mysqlnd_conn_set_methods(struct st_mysqlnd_conn_methods * methods);
56 PHPAPI struct st_mysqlnd_conn_data_methods * mysqlnd_conn_data_get_methods();
57 PHPAPI void mysqlnd_conn_data_set_methods(struct st_mysqlnd_conn_data_methods * methods);
59 PHPAPI struct st_mysqlnd_res_methods * mysqlnd_result_get_methods();
60 PHPAPI void mysqlnd_result_set_methods(struct st_mysqlnd_res_methods * methods);
62 PHPAPI struct st_mysqlnd_result_unbuffered_methods * mysqlnd_result_unbuffered_get_methods();
63 PHPAPI void mysqlnd_result_unbuffered_set_methods(struct st_mysqlnd_result_unbuffered_methods * met…
65 PHPAPI struct st_mysqlnd_result_buffered_methods * mysqlnd_result_buffered_get_methods();
66 PHPAPI void mysqlnd_result_buffered_set_methods(struct st_mysqlnd_result_buffered_methods * methods…
68 PHPAPI struct st_mysqlnd_stmt_methods * mysqlnd_stmt_get_methods();
69 PHPAPI void mysqlnd_stmt_set_methods(struct st_mysqlnd_stmt_methods * methods);
71 PHPAPI struct st_mysqlnd_protocol_methods * mysqlnd_protocol_get_methods();
72 PHPAPI void mysqlnd_protocol_set_methods(struct st_mysqlnd_protocol_methods * methods);
74 PHPAPI struct st_mysqlnd_net_methods * mysqlnd_net_get_methods();
75 PHPAPI void mysqlnd_net_set_methods(struct st_mysqlnd_net_methods * methods);