PGRES_TUPLES_OK   316 ext/pdo_pgsql/pgsql_driver.c 	if (qs != PGRES_COMMAND_OK && qs != PGRES_TUPLES_OK) {
PGRES_TUPLES_OK   375 ext/pdo_pgsql/pgsql_driver.c 		if (res && (status == PGRES_TUPLES_OK)) {
PGRES_TUPLES_OK   417 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   408 ext/pdo_pgsql/pgsql_statement.c 		if (status != PGRES_COMMAND_OK && status != PGRES_TUPLES_OK) {
PGRES_TUPLES_OK   595 ext/pdo_pgsql/pgsql_statement.c 	if (status != PGRES_TUPLES_OK) {
PGRES_TUPLES_OK  1164 ext/pgsql/pgsql.c 	REGISTER_LONG_CONSTANT("PGSQL_TUPLES_OK", PGRES_TUPLES_OK, CONST_CS | CONST_PERSISTENT);
PGRES_TUPLES_OK  2360 ext/pgsql/pgsql.c 		if ((result = PQexec(pgsql,"select oid,typname from pg_type")) == NULL || PQresultStatus(result) != PGRES_TUPLES_OK) {
PGRES_TUPLES_OK  2459 ext/pgsql/pgsql.c 		if ((tmp_res = PQexec(pg_result->conn, querystr.c)) == NULL || PQresultStatus(tmp_res) != PGRES_TUPLES_OK) {
PGRES_TUPLES_OK  5532 ext/pgsql/pgsql.c 	if (PQresultStatus(pg_result) != PGRES_TUPLES_OK || (num_rows = PQntuples(pg_result)) == 0) {
PGRES_TUPLES_OK  7094 ext/pgsql/pgsql.c 	if (PQresultStatus(pg_result) == PGRES_TUPLES_OK) {