Lines Matching refs:copies_param

604 mysqlnd_stmt_execute_prepare_param_types(MYSQLND_STMT_DATA * stmt, zval ** copies_param, int * rese…  in mysqlnd_stmt_execute_prepare_param_types()  argument
616 PASS != mysqlnd_stmt_copy_it(copies_param, parameter, stmt->param_count, i)) in mysqlnd_stmt_execute_prepare_param_types()
626 …zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: parameter; in mysqlnd_stmt_execute_prepare_param_types()
701 mysqlnd_stmt_execute_calculate_param_values_size(MYSQLND_STMT_DATA * stmt, zval ** copies_param, si… in mysqlnd_stmt_execute_calculate_param_values_size() argument
720 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size()
721 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
735 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size()
736 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
748 … zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: the_var; in mysqlnd_stmt_execute_calculate_param_values_size()
770 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size()
771 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
776 the_var = &((*copies_param)[i]); in mysqlnd_stmt_execute_calculate_param_values_size()