Lines Matching defs:st_mysqlnd_protocol_methods
353 struct st_mysqlnd_protocol_methods struct
355 func_mysqlnd_protocol__get_greet_packet get_greet_packet;
356 func_mysqlnd_protocol__get_auth_packet get_auth_packet;
357 func_mysqlnd_protocol__get_auth_response_packet get_auth_response_packet;
358 func_mysqlnd_protocol__get_change_auth_response_packet get_change_auth_response_packet;
359 func_mysqlnd_protocol__get_ok_packet get_ok_packet;
360 func_mysqlnd_protocol__get_command_packet get_command_packet;
361 func_mysqlnd_protocol__get_eof_packet get_eof_packet;
362 func_mysqlnd_protocol__get_rset_header_packet get_rset_header_packet;
363 func_mysqlnd_protocol__get_result_field_packet get_result_field_packet;
364 func_mysqlnd_protocol__get_row_packet get_row_packet;
365 func_mysqlnd_protocol__get_stats_packet get_stats_packet;
366 func_mysqlnd_protocol__get_prepare_response_packet get_prepare_response_packet;
367 func_mysqlnd_protocol__get_change_user_response_packet get_change_user_response_packet;
369 void * unused1;
370 void * unused2;
371 void * unused3;
372 void * unused4;
373 void * unused5;