Home
last modified time | relevance | path

Searched refs:QR_Constructor (Results 1 – 9 of 9) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dconnection.c1078 res = QR_Constructor(); in CC_send_query()
1159 res = QR_Constructor(); in CC_send_query()
1175 res = QR_Constructor(); in CC_send_query()
1182 res = QR_Constructor(); in CC_send_query()
1202 res = QR_Constructor(); in CC_send_query()
1224 result_in = QR_Constructor(); in CC_send_query()
1257 res = QR_Constructor(); in CC_send_query()
1263 res = QR_Constructor(); in CC_send_query()
H A Dqresult.h106 QResultClass *QR_Constructor(void);
H A Dinfo.c709 stmt->result = QR_Constructor(); in SQLGetTypeInfo()
1110 stmt->result = QR_Constructor(); in SQLTables()
1387 stmt->result = QR_Constructor(); in PG_SQLColumns()
1701 stmt->result = QR_Constructor(); in SQLSpecialColumns()
1807 stmt->result = QR_Constructor(); in SQLStatistics()
2152 stmt->result = QR_Constructor(); in PG_SQLPrimaryKeys()
2344 stmt->result = QR_Constructor(); in SQLForeignKeys()
H A Dqresult.c84 QR_Constructor(void) in QR_Constructor() function
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dqresult.h223 QResultClass *QR_Constructor(void);
H A Dinfo.c1189 if (res = QR_Constructor(), !res) in PGAPI_GetTypeInfo()
2086 if (res = QR_Constructor(), !res) in PGAPI_Tables()
2631 if (res = QR_Constructor(), !res) in PGAPI_Columns()
3057 res = QR_Constructor(); in PGAPI_SpecialColumns()
3253 if (res = QR_Constructor(), !res) in PGAPI_Statistics()
3833 if (res = QR_Constructor(), !res) in PGAPI_PrimaryKeys()
4257 if (res = QR_Constructor(), !res) in PGAPI_ForeignKeys_old()
5151 if (res = QR_Constructor(), !res) in PGAPI_ProcedureColumns()
5623 res = QR_Constructor(); in PGAPI_TablePrivileges()
H A Dconnection.c1950 cmdres = QR_Constructor(); in CC_send_query_append()
1981 QR_concat(res, QR_Constructor()); in CC_send_query_append()
2104 QR_concat(res, QR_Constructor()); in CC_send_query_append()
2197 QR_concat(res, QR_Constructor()); in CC_send_query_append()
H A Dqresult.c169 QR_Constructor(void) in QR_Constructor() function
H A Dstatement.c2574 newres = res = QR_Constructor(); in add_libpq_notice_receiver()
2943 res = QR_Constructor(); in ParseAndDescribeWithLibpq()