PQntuples 236 ext/pdo_pgsql/pgsql_statement.c stmt->row_count = (zend_long)PQntuples(S->result); PQntuples 420 ext/pdo_pgsql/pgsql_statement.c if (PQntuples(S->result)) { PQntuples 609 ext/pdo_pgsql/pgsql_statement.c if (1 != PQntuples(res)) { PQntuples 2264 ext/pgsql/pgsql.c RETVAL_LONG(PQntuples(pgsql_result)); PQntuples 2362 ext/pgsql/pgsql.c num_rows = PQntuples(result); PQntuples 2637 ext/pgsql/pgsql.c if (pgsql_row >= PQntuples(pgsql_result)) { PQntuples 2641 ext/pgsql/pgsql.c if (row < 0 || row >= PQntuples(pgsql_result)) { PQntuples 2732 ext/pgsql/pgsql.c if (row < 0 || row >= PQntuples(pgsql_result)) { PQntuples 2742 ext/pgsql/pgsql.c if (pgsql_row < 0 || pgsql_row >= PQntuples(pgsql_result)) { PQntuples 2927 ext/pgsql/pgsql.c if ((pg_numrows = PQntuples(pgsql_result)) <= 0) { PQntuples 2957 ext/pgsql/pgsql.c if (row < 0 || row >= PQntuples(pg_result->result)) { PQntuples 3000 ext/pgsql/pgsql.c if (pgsql_row < 0 || pgsql_row >= PQntuples(pgsql_result)) { PQntuples 3004 ext/pgsql/pgsql.c if (row < 0 || row >= PQntuples(pgsql_result)) { PQntuples 5555 ext/pgsql/pgsql.c if (PQresultStatus(pg_result) != PGRES_TUPLES_OK || (num_rows = PQntuples(pg_result)) == 0) { PQntuples 7014 ext/pgsql/pgsql.c if ((pg_numrows = PQntuples(pg_result)) <= 0) {