Searched defs:rows (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_mysql_driver.c510 my_ulonglong rows; local
526 /* count how many rows in result set */
527 rows = mysql_num_rows(rs);
531 /* if we returned any rows, zone is supported. */
532 if (rows > 0) {
537 /* no rows returned, zone is not supported. */
548 my_ulonglong rows; local
580 /* count how many rows in result set */
581 rows = mysql_num_rows(rs);
585 /* if we returned any rows, zon
[all...]
H A Ddlz_postgres_driver.c648 unsigned int rows; local
656 rows = PQntuples(rs); /* how many rows in result set */
658 for (i=0; i < rows; i++) {
759 if (rows > 0)
777 unsigned int rows; local
793 /* count how many rows in result set */
794 rows = PQntuples(rs);
798 /* if we returned any rows, zone is supported. */
799 if (rows >
813 unsigned int rows; local
869 unsigned int rows; local
[all...]

Completed in 19 milliseconds