resend_types_next_time  576 ext/mysqlnd/mysqlnd_ps_codec.c mysqlnd_stmt_execute_prepare_param_types(MYSQLND_STMT_DATA * stmt, zval ** copies_param, int * resend_types_next_time)
resend_types_next_time  614 ext/mysqlnd/mysqlnd_ps_codec.c 					stmt->send_types_to_server = *resend_types_next_time = 1;
resend_types_next_time  840 ext/mysqlnd/mysqlnd_ps_codec.c 	int resend_types_next_time = 0;
resend_types_next_time  865 ext/mysqlnd/mysqlnd_ps_codec.c 	if (FAIL == mysqlnd_stmt_execute_prepare_param_types(stmt, &copies, &resend_types_next_time)) {
resend_types_next_time  880 ext/mysqlnd/mysqlnd_ps_codec.c 	stmt->send_types_to_server = resend_types_next_time;