Lines Matching defs:st_mysqlnd_protocol_methods
382 struct st_mysqlnd_protocol_methods struct
384 func_mysqlnd_protocol__get_greet_packet get_greet_packet;
385 func_mysqlnd_protocol__get_auth_packet get_auth_packet;
386 func_mysqlnd_protocol__get_auth_response_packet get_auth_response_packet;
387 func_mysqlnd_protocol__get_change_auth_response_packet get_change_auth_response_packet;
388 func_mysqlnd_protocol__get_ok_packet get_ok_packet;
389 func_mysqlnd_protocol__get_command_packet get_command_packet;
390 func_mysqlnd_protocol__get_eof_packet get_eof_packet;
391 func_mysqlnd_protocol__get_rset_header_packet get_rset_header_packet;
392 func_mysqlnd_protocol__get_result_field_packet get_result_field_packet;
393 func_mysqlnd_protocol__get_row_packet get_row_packet;
394 func_mysqlnd_protocol__get_stats_packet get_stats_packet;
395 func_mysqlnd_protocol__get_prepare_response_packet get_prepare_response_packet;
396 func_mysqlnd_protocol__get_change_user_response_packet get_change_user_response_packet;
397 func_mysqlnd_protocol__get_sha256_pk_request_packet get_sha256_pk_request_packet;
398 func_mysqlnd_protocol__get_sha256_pk_request_response_packet get_sha256_pk_request_response_packet;
400 void * unused1;
401 void * unused2;
402 void * unused3;