Searched refs:mysql_stmt_bind_result (Results 1 – 4 of 4) sorted by relevance
87 #define mysql_stmt_bind_result(s,b) mysqlnd_stmt_bind_result((s), (b)) macro
97 /* mysqli_stmt_bind_result() = mysql_stmt_bind_result() cannot be tested from PHP */
255 if (mysql_stmt_bind_result(S->stmt, S->bound_result)) { in pdo_mysql_stmt_execute_prepared_libmysql()
543 rc = mysql_stmt_bind_result(stmt->stmt, bind); in mysqli_stmt_bind_result_do_bind()
Completed in 22 milliseconds