Lines Matching defs:st_mysqlnd_net_methods
309 struct st_mysqlnd_net_methods struct
311 func_mysqlnd_net__init init;
312 func_mysqlnd_net__dtor dtor;
313 func_mysqlnd_net__connect_ex connect_ex;
314 func_mysqlnd_net__close_stream close_stream;
315 func_mysqlnd_net__open_stream open_pipe;
316 func_mysqlnd_net__open_stream open_tcp_or_unix;
318 func_mysqlnd_net__get_stream get_stream;
319 func_mysqlnd_net__set_stream set_stream;
320 func_mysqlnd_net__get_open_stream get_open_stream;
322 func_mysqlnd_net__post_connect_set_opt post_connect_set_opt;
324 func_mysqlnd_net__set_client_option set_client_option;
325 func_mysqlnd_net__decode decode;
326 func_mysqlnd_net__encode encode;
327 func_mysqlnd_net__consume_uneaten_data consume_uneaten_data;
328 func_mysqlnd_net__free_contents free_contents;
329 func_mysqlnd_net__enable_ssl enable_ssl;
330 func_mysqlnd_net__disable_ssl disable_ssl;
332 func_mysqlnd_net__network_read_ex network_read_ex;
333 func_mysqlnd_net__network_write_ex network_write_ex;
334 func_mysqlnd_net__send_ex send_ex;
335 func_mysqlnd_net__receive_ex receive_ex;
337 …func_mysqlnd_net__read_compressed_packet_from_stream_and_fill_read_buffer read_compressed_packet_f…
339 void * unused1;
340 void * unused2;
341 void * unused3;
342 void * unused4;
343 void * unused5;