Lines Matching refs:param_count

610 mysqlnd_stmt_copy_it(zval *** copies, zval *original, unsigned int param_count, unsigned int curren…  in mysqlnd_stmt_copy_it()  argument
613 *copies = mnd_ecalloc(param_count, sizeof(zval *)); in mysqlnd_stmt_copy_it()
644 unsigned int null_count = (stmt->param_count + 7) / 8; in mysqlnd_stmt_execute_store_params()
679 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
684 PASS != mysqlnd_stmt_copy_it(&copies, stmt->param_bind[i].zv, stmt->param_count, i TSRMLS_CC)) in mysqlnd_stmt_execute_store_params()
729 if (left < ((stmt->param_count * 2) + 20)) { in mysqlnd_stmt_execute_store_params()
732 *buf_len = offset + stmt->param_count * 2 + 20; in mysqlnd_stmt_execute_store_params()
747 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
785 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
792 for (j = i + 1; j < stmt->param_count; j++) { in mysqlnd_stmt_execute_store_params()
796 if (PASS != mysqlnd_stmt_copy_it(&copies, the_var, stmt->param_count, i TSRMLS_CC)) { in mysqlnd_stmt_execute_store_params()
810 if (PASS != mysqlnd_stmt_copy_it(&copies, the_var, stmt->param_count, i TSRMLS_CC)) { in mysqlnd_stmt_execute_store_params()
857 if (PASS != mysqlnd_stmt_copy_it(&copies, the_var, stmt->param_count, i TSRMLS_CC)) { in mysqlnd_stmt_execute_store_params()
901 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()
957 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_params()