Home
last modified time | relevance | path

Searched refs:PGRES_BAD_RESPONSE (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dqresult.h29 PGRES_BAD_RESPONSE, /* an unexpected response was recv'd from the backend */ enumerator
90 #define QR_command_successful(self) ( !(self->status == PGRES_BAD_RESPONSE || self->status == PGRE…
H A Dqresult.c247 self->status = PGRES_BAD_RESPONSE; in QR_fetch_tuples()
284 self->status = PGRES_BAD_RESPONSE; in QR_fetch_tuples()
462 self->status = PGRES_BAD_RESPONSE; in QR_next_tuple()
481 self->status = PGRES_BAD_RESPONSE; in QR_next_tuple()
/dports/www/kannel/gateway-1.4.4/gwlib/
H A Ddbpool_pgsql.c181 case PGRES_BAD_RESPONSE: in pgsql_update()
214 case PGRES_BAD_RESPONSE: in pgsql_select()
/dports/games/ldmud/ldmud-3.3.720/mudlib/sys/
H A Dpgsql.h11 #define PGRES_BAD_RESPONSE 5 macro
/dports/games/ldmud/ldmud-3.3.720/mud/lp-245/sys/
H A Dpgsql.h11 #define PGRES_BAD_RESPONSE 5 macro
/dports/lang/tcl86/tcl8.6.12/pkgs/tdbcpostgres1.1.3/generic/
H A Dfakepq.h30 PGRES_BAD_RESPONSE=5, enumerator
/dports/databases/tdbc/tdbcpostgres1.1.3/generic/
H A Dfakepq.h30 PGRES_BAD_RESPONSE=5, enumerator
/dports/graphics/qgis/qgis-3.22.3/src/providers/postgres/
H A Dqgspostgrestransaction.cpp76 if ( r.PQresultStatus() == PGRES_BAD_RESPONSE || in executeSql()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/postgres/
H A Dqgspostgrestransaction.cpp75 if ( r.PQresultStatus() == PGRES_BAD_RESPONSE || in executeSql()
/dports/www/kannel-sqlbox/kannel-sqlbox-1.0.1/gw/
H A Dsqlbox_pgsql.c46 case PGRES_BAD_RESPONSE: in pgsql_update()
77 case PGRES_BAD_RESPONSE: in pgsql_select()
/dports/www/kannel/gateway-1.4.4/addons/sqlbox/gw/
H A Dsqlbox_pgsql.c46 case PGRES_BAD_RESPONSE: in pgsql_update()
77 case PGRES_BAD_RESPONSE: in pgsql_select()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent/
H A Dstandalone.h18 PGRES_BAD_RESPONSE, /** an unexpected response was recv'd from the enumerator
/dports/security/unicornscan/unicornscan-0.4.2/src/output_modules/database/
H A Dpgsqldriv.c41 else if (sret == PGRES_BAD_RESPONSE) { in check_sql_error()
/dports/lang/seed7/seed7/src/
H A Ddb_post.h46 PGRES_BAD_RESPONSE, enumerator
/dports/devel/matreshka/matreshka-0.7.0/source/sql/postgresql/
H A Dmatreshka-internals-sql_drivers-postgresql.ads90 PGRES_BAD_RESPONSE, literal
/dports/databases/postgresql-libpgeasy/libpgeasy-3.0.4/
H A Dlibpgeasy.c90 PQresultStatus(res) == PGRES_BAD_RESPONSE || in doquery()
/dports/databases/fpc-postgres/fpc-3.2.2/packages/postgres/src/
H A Dpostgres3types.inc36 PGRES_BAD_RESPONSE,PGRES_NONFATAL_ERROR,
/dports/lang/fpc-source/fpc-3.2.2/packages/postgres/src/
H A Dpostgres3types.inc36 PGRES_BAD_RESPONSE,PGRES_NONFATAL_ERROR,
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/connections/
H A Dpostgresql.cpp783 if (pgstatus==PGRES_BAD_RESPONSE || in prepareQuery()
811 if (pgstatus==PGRES_BAD_RESPONSE || in prepareQuery()
1055 if (pgstatus==PGRES_BAD_RESPONSE || in executeQuery()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgconnector/src/
H A Dresultset.cpp44 case PGRES_BAD_RESPONSE: in ResultSet()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/db/
H A DpgQueryThread.cpp435 (PQresultStatus(res) == PGRES_BAD_RESPONSE)) in Execute()
658 rc == PGRES_BAD_RESPONSE) in Execute()
/dports/games/ldmud/ldmud-3.3.720/doc/concepts/
H A Dpgsql45 PGRES_BAD_RESPONSE,
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/db/
H A DpgConn.h43 PGCONN_BAD_RESPONSE = PGRES_BAD_RESPONSE,
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/debugger/
H A DdbgEvents.cpp168 case PGRES_BAD_RESPONSE: in ResultTargetComplete()
352 case PGRES_BAD_RESPONSE: in HandleQuery()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Derror.c309 case PGRES_BAD_RESPONSE: in ecpg_check_PQresult()

12345678910