Searched refs:mysqlnd_stmt_next_result (Results 1 – 5 of 5) sorted by relevance
105 #define mysql_stmt_next_result(s) mysqlnd_stmt_next_result((s))
226 #define mysqlnd_stmt_next_result(stmt) (stmt)->m->next_result((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()
354 if (mysqlnd_stmt_next_result(S->stmt)) { in pdo_mysql_stmt_next_rowset()
4349 - Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compile
Completed in 34 milliseconds