Home
last modified time | relevance | path

Searched refs:copies_param (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c592 …PASS != mysqlnd_stmt_copy_it(copies_param, stmt->param_bind[i].zv, stmt->param_count, i TSRMLS_CC)) in mysqlnd_stmt_execute_prepare_param_types()
597 copies = *copies_param; in mysqlnd_stmt_execute_prepare_param_types()
683 mysqlnd_stmt_execute_calculate_param_values_size(MYSQLND_STMT_DATA * stmt, zval *** copies_param, s… in mysqlnd_stmt_execute_calculate_param_values_size() argument
698 if (!*copies_param || !(*copies_param)[i]) { in mysqlnd_stmt_execute_calculate_param_values_size()
699 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { in mysqlnd_stmt_execute_calculate_param_values_size()
712 if (!*copies_param || !(*copies_param)[i]) { in mysqlnd_stmt_execute_calculate_param_values_size()
713 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { in mysqlnd_stmt_execute_calculate_param_values_size()
725 …zval *tmp_data = (*copies_param && (*copies_param)[i])? (*copies_param)[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_calculate_param_values_size()
747 if (!*copies_param || !(*copies_param)[i]) { in mysqlnd_stmt_execute_calculate_param_values_size()
748 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { in mysqlnd_stmt_execute_calculate_param_values_size()
[all …]

Completed in 9 milliseconds