Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ TDR_get_states
Function
TDR_get_states
src/alice/tdr.cpp:236–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
//
235
236
void TDR_get_states(tdr* trans)
237
{
238
ISC_STATUS_ARRAY status_vector;
239
240
for (tdr* ptr = trans; ptr; ptr = ptr->tdr_next)
241
MET_get_state(status_vector, ptr);
242
}
243
244
245
Callers
2
TDR_list_limbo
Function · 0.85
TDR_reconnect_multiple
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected