Searched refs:mysqlnd_stmt_more_results (Results 1 – 5 of 5) sorted by relevance
106 #define mysql_stmt_more_results(s) mysqlnd_stmt_more_results((s))
225 #define mysqlnd_stmt_more_results(stmt) (stmt)->m->more_results((stmt) TSRMLS_CC) macro
1267 } while (mysqlnd_stmt_more_results(s) && mysqlnd_stmt_next_result(s) == PASS); in MYSQLND_METHOD()2186 } while (mysqlnd_stmt_more_results(s) && mysqlnd_stmt_next_result(s) == PASS); in MYSQLND_METHOD_PRIVATE()
351 if (!mysqlnd_stmt_more_results(S->stmt)) { in pdo_mysql_stmt_next_rowset()358 if (!mysqlnd_stmt_more_results(S->stmt)) { in pdo_mysql_stmt_next_rowset()
1567 RETURN_BOOL(mysqlnd_stmt_more_results(stmt->stmt));1583 if (!mysqlnd_stmt_more_results(stmt->stmt)) {
Completed in 35 milliseconds