resend_types_next_time  581 ext/mysqlnd/mysqlnd_ps_codec.c mysqlnd_stmt_execute_prepare_param_types(MYSQLND_STMT_DATA * stmt, zval *** copies_param, int * resend_types_next_time TSRMLS_DC)
resend_types_next_time  622 ext/mysqlnd/mysqlnd_ps_codec.c 					stmt->send_types_to_server = *resend_types_next_time = 1;
resend_types_next_time  839 ext/mysqlnd/mysqlnd_ps_codec.c 	int resend_types_next_time = 0;
resend_types_next_time  864 ext/mysqlnd/mysqlnd_ps_codec.c 	if (FAIL == mysqlnd_stmt_execute_prepare_param_types(stmt, &copies, &resend_types_next_time TSRMLS_CC)) {
resend_types_next_time  879 ext/mysqlnd/mysqlnd_ps_codec.c 	stmt->send_types_to_server = resend_types_next_time;