Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A Ddrivermanager.h932 #define CHECK_SQLALLOCENV(con) (con->functions[1].func!=NULL) macro
H A DSQLConnect.c1373 else if ( CHECK_SQLALLOCENV( connection )) in __connect_part_one()