Home
last modified time | relevance | path

Searched refs:PgDtc_set_error (Results 1 – 3 of 3) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dconnexp.h74 DLL_DECLARE void PgDtc_set_error(void *self, const char *message, const char *func);
H A Dmsdtc_enlist.cpp1095 PgDtc_set_error(conn, errmsg, func); in EnlistInDtc_1pipe()
1172 PgDtc_set_error(conn, errmsg, func); in EnlistInDtc_1pipe()
1307 PgDtc_set_error(conn, errmsg, __FUNCTION__); in EnlistInDtc()
H A Dconnection.c3371 DLL_DECLARE void PgDtc_set_error(void *self, const char *message, const char *func) in PgDtc_set_error() function