Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Denviron.h44 int getConnCount(void);
H A Denviron.c54 int getConnCount(void) in getConnCount() function
H A Dexecute.c1223 const int conn_count = getConnCount(); in PGAPI_Transact()