Home
last modified time | relevance | path

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

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/remote/
H A Dconnection.h93 extern bool remote_connection_configure(TSConnection *conn);
H A Dconnection.c689 remote_connection_configure(TSConnection *conn) in remote_connection_configure() function
1372 if (!remote_connection_configure(conn)) in remote_connection_open_with_options()
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/src/remote/
H A Dremote_exec.c193 if (!remote_connection_configure(conn)) in ts_remote_exec()