Searched refs:SQL_CD_FALSE (Results 1 – 2 of 2) sorted by relevance
100 #define SQL_CD_FALSE 0L /* Connection is open/available */ macro
1170 return (isDead == SQL_CD_FALSE) ? APR_SUCCESS : APR_EGENERAL; in odbc_check_conn()