Lines Matching refs:copies_param

576 mysqlnd_stmt_execute_prepare_param_types(MYSQLND_STMT_DATA * stmt, zval ** copies_param, int * rese…  in mysqlnd_stmt_execute_prepare_param_types()  argument
588 PASS != mysqlnd_stmt_copy_it(copies_param, parameter, stmt->param_count, i)) in mysqlnd_stmt_execute_prepare_param_types()
598 …zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: parameter; in mysqlnd_stmt_execute_prepare_param_types()
677 mysqlnd_stmt_execute_calculate_param_values_size(MYSQLND_STMT_DATA * stmt, zval ** copies_param, si… in mysqlnd_stmt_execute_calculate_param_values_size() argument
696 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size()
697 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
711 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size()
712 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
724 … zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: the_var; in mysqlnd_stmt_execute_calculate_param_values_size()
746 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size()
747 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
752 the_var = &((*copies_param)[i]); in mysqlnd_stmt_execute_calculate_param_values_size()