Searched refs:mysqlnd_stmt_bind_result (Results 1 – 3 of 3) sorted by relevance
85 #define mysql_stmt_bind_result(s,b) mysqlnd_stmt_bind_result((s), (b))
230 #define mysqlnd_stmt_bind_result(stmt,bind) (stmt)->m->bind_result((stmt), (bind)) macro
175 return mysqlnd_stmt_bind_result(stmt->stmt, params); in mysqli_stmt_bind_result_do_bind()
Completed in 20 milliseconds