PGRES_TUPLES_OK 315 ext/pdo_pgsql/pgsql_driver.c if (qs != PGRES_COMMAND_OK && qs != PGRES_TUPLES_OK) { PGRES_TUPLES_OK 378 ext/pdo_pgsql/pgsql_driver.c if (res && (status == PGRES_TUPLES_OK)) { PGRES_TUPLES_OK 415 ext/pdo_pgsql/pgsql_driver.c if (res && PQresultStatus(res) == PGRES_TUPLES_OK) { PGRES_TUPLES_OK 145 ext/pdo_pgsql/pgsql_statement.c if (status != PGRES_COMMAND_OK && status != PGRES_TUPLES_OK) { PGRES_TUPLES_OK 170 ext/pdo_pgsql/pgsql_statement.c case PGRES_TUPLES_OK: PGRES_TUPLES_OK 222 ext/pdo_pgsql/pgsql_statement.c if (status != PGRES_COMMAND_OK && status != PGRES_TUPLES_OK) { PGRES_TUPLES_OK 415 ext/pdo_pgsql/pgsql_statement.c if (status != PGRES_COMMAND_OK && status != PGRES_TUPLES_OK) { PGRES_TUPLES_OK 601 ext/pdo_pgsql/pgsql_statement.c if (status != PGRES_TUPLES_OK) { PGRES_TUPLES_OK 1167 ext/pgsql/pgsql.c REGISTER_LONG_CONSTANT("PGSQL_TUPLES_OK", PGRES_TUPLES_OK, CONST_CS | CONST_PERSISTENT); PGRES_TUPLES_OK 2355 ext/pgsql/pgsql.c if ((result = PQexec(pgsql, "select oid,typname from pg_type")) == NULL || PQresultStatus(result) != PGRES_TUPLES_OK) { PGRES_TUPLES_OK 2456 ext/pgsql/pgsql.c if ((tmp_res = PQexec(pg_result->conn, ZSTR_VAL(querystr.s))) == NULL || PQresultStatus(tmp_res) != PGRES_TUPLES_OK) { PGRES_TUPLES_OK 5555 ext/pgsql/pgsql.c if (PQresultStatus(pg_result) != PGRES_TUPLES_OK || (num_rows = PQntuples(pg_result)) == 0) { PGRES_TUPLES_OK 7078 ext/pgsql/pgsql.c if (PQresultStatus(pg_result) == PGRES_TUPLES_OK) {