Lines Matching defs:st_mysqlnd_net_methods
289 struct st_mysqlnd_net_methods struct
291 func_mysqlnd_net__init init;
292 func_mysqlnd_net__dtor dtor;
293 func_mysqlnd_net__connect_ex connect_ex;
294 func_mysqlnd_net__close_stream close_stream;
295 func_mysqlnd_net__open_stream open_pipe;
296 func_mysqlnd_net__open_stream open_tcp_or_unix;
298 void * unused1;
299 void * unused2;
300 func_mysqlnd_net__post_connect_set_opt post_connect_set_opt;
302 func_mysqlnd_net__set_client_option set_client_option;
303 func_mysqlnd_net__decode decode;
304 func_mysqlnd_net__encode encode;
305 func_mysqlnd_net__consume_uneaten_data consume_uneaten_data;
306 func_mysqlnd_net__free_contents free_contents;
307 func_mysqlnd_net__enable_ssl enable_ssl;
308 func_mysqlnd_net__disable_ssl disable_ssl;
310 func_mysqlnd_net__network_read_ex network_read_ex;
311 func_mysqlnd_net__network_write_ex network_write_ex;
312 func_mysqlnd_net__send_ex send_ex;
313 func_mysqlnd_net__receive_ex receive_ex;
315 …func_mysqlnd_net__read_compressed_packet_from_stream_and_fill_read_buffer read_compressed_packet_f…
317 void * unused3;
318 void * unused4;
319 void * unused5;
320 void * unused6;
321 void * unused7;