Lines Matching defs:rows
648 unsigned int rows;
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;
793 /* count how many rows in result set */
794 rows = PQntuples(rs);
798 /* if we returned any rows, zone is supported. */
799 if (rows > 0)
802 /* no rows returned, zone is not supported. */
813 unsigned int rows;
844 /* count how many rows in result set */
845 rows = PQntuples(rs);
849 /* if we returned any rows, zone xfr is allowed. */
850 if (rows > 0)
853 /* no rows returned, zone xfr not allowed */
869 unsigned int rows;
896 rows = PQntuples(rs); /* how many rows in result set */
898 for (i=0; i < rows; i++) {
971 if (rows > 0)