Lines Matching refs:copies_param

575 mysqlnd_stmt_execute_prepare_param_types(MYSQLND_STMT_DATA * stmt, zval ** copies_param, int * rese…  in mysqlnd_stmt_execute_prepare_param_types()  argument
587 PASS != mysqlnd_stmt_copy_it(copies_param, parameter, stmt->param_count, i)) in mysqlnd_stmt_execute_prepare_param_types()
597 …zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: parameter; in mysqlnd_stmt_execute_prepare_param_types()
676 mysqlnd_stmt_execute_calculate_param_values_size(MYSQLND_STMT_DATA * stmt, zval ** copies_param, si… in mysqlnd_stmt_execute_calculate_param_values_size() argument
695 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size()
696 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
710 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size()
711 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
723 … zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: the_var; in mysqlnd_stmt_execute_calculate_param_values_size()
745 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size()
746 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
751 the_var = &((*copies_param)[i]); in mysqlnd_stmt_execute_calculate_param_values_size()