Home
last modified time | relevance | path

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

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/remote/
H A Dasync.h104 extern TSConnection *async_request_get_connection(AsyncRequest *req);
H A Dasync.c390 async_request_get_connection(AsyncRequest *req) in async_request_get_connection() function
522 TSConnection *conn = async_request_get_connection(req); in async_request_cleanup_result()
H A Dtxn.c463 TSConnection *conn = async_request_get_connection(req); in on_remote_txn_response()