Searched refs:mysql_stmt_affected_rows (Results 1 – 4 of 4) sorted by relevance
80 #define mysql_stmt_affected_rows(s) mysqlnd_stmt_affected_rows((s)) macro
120 row_count = (zend_long) mysql_stmt_affected_rows(S->stmt); in pdo_mysql_stmt_set_row_count()395 row_count = (zend_long) mysql_stmt_affected_rows(S->stmt); in pdo_mysql_stmt_next_rowset()
354 rc = mysql_stmt_affected_rows(p->stmt); in stmt_affected_rows_read()
2049 rc = mysql_stmt_affected_rows(stmt->stmt);
Completed in 21 milliseconds