Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/packages/odbc/
H A Dodbc.c1693 { atom_t dsn_a; in odbc_current_connections() local
1697 if ( !PL_get_atom(dsn, &dsn_a) ) in odbc_current_connections()
1698 dsn_a = 0; in odbc_current_connections()
1702 (!dsn_a || cn->dsn == dsn_a) ) in odbc_current_connections()
1712 { if ( (!dsn_a || cn->dsn == dsn_a) ) in odbc_current_connections()