• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/

Lines Matching refs:henv

114 wxDbConnectInf::wxDbConnectInf(HENV henv, const wxString &dsn, const wxString &userID,
123 if (henv)
124 SetHenv(henv);
173 // This is here to help trap if you are getting a new henv
174 // without releasing an existing henv
464 henv = aHenv;
546 if (SQLAllocConnect(henv, &hdbc) != SQL_SUCCESS)
547 DispAllErrors(henv);
805 return(DispAllErrors(henv, hdbc));
870 return(DispAllErrors(henv, hdbc));
915 return(DispAllErrors(henv, hdbc));
975 return(DispAllErrors(henv, hdbc));
991 return(DispAllErrors(henv, hdbc));
1006 return(DispAllErrors(henv, hdbc));
1117 return(DispAllErrors(henv, hdbc));
1142 return(DispAllErrors(henv, hdbc));
1147 return(DispAllErrors(henv, hdbc));
1165 return(DispAllErrors(henv, hdbc));
1186 DispAllErrors(henv, hdbc);
1194 DispAllErrors(henv, hdbc);
1202 DispAllErrors(henv, hdbc);
1213 DispAllErrors(henv, hdbc);
1221 DispAllErrors(henv, hdbc);
1229 DispAllErrors(henv, hdbc);
1237 DispAllErrors(henv, hdbc);
1245 DispAllErrors(henv, hdbc);
1253 DispAllErrors(henv, hdbc);
1261 DispAllErrors(henv, hdbc);
1269 DispAllErrors(henv, hdbc);
1279 DispAllErrors(henv, hdbc);
1287 DispAllErrors(henv, hdbc);
1295 DispAllErrors(henv, hdbc);
1303 DispAllErrors(henv, hdbc);
1311 DispAllErrors(henv, hdbc);
1319 DispAllErrors(henv, hdbc);
1327 DispAllErrors(henv, hdbc);
1335 DispAllErrors(henv, hdbc);
1343 DispAllErrors(henv, hdbc);
1351 DispAllErrors(henv, hdbc);
1359 DispAllErrors(henv, hdbc);
1367 DispAllErrors(henv, hdbc);
1375 DispAllErrors(henv, hdbc);
1383 DispAllErrors(henv, hdbc);
1391 DispAllErrors(henv, hdbc);
1399 DispAllErrors(henv, hdbc);
1407 DispAllErrors(henv, hdbc);
1415 DispAllErrors(henv, hdbc);
1423 DispAllErrors(henv, hdbc);
1431 DispAllErrors(henv, hdbc);
1651 return(DispAllErrors(henv, hdbc, hstmt));
1661 DispAllErrors(henv, hdbc, hstmt);
1670 return(DispAllErrors(henv, hdbc, hstmt));
1703 return(DispAllErrors(henv, hdbc, hstmt));
1705 return(DispAllErrors(henv, hdbc, hstmt));
1707 // return(DispAllErrors(henv, hdbc, hstmt));
1710 return(DispAllErrors(henv, hdbc, hstmt));
1717 return(DispAllErrors(henv, hdbc, hstmt));
1739 DispAllErrors(henv, hdbc);
1744 DispAllErrors(henv, hdbc);
1748 DispAllErrors(henv, hdbc);
1794 if (SQLTransact(henv, hdbc, SQL_COMMIT) != SQL_SUCCESS)
1795 return(DispAllErrors(henv, hdbc));
1808 if (SQLTransact(henv, hdbc, SQL_ROLLBACK) != SQL_SUCCESS)
1809 return(DispAllErrors(henv, hdbc));
1830 * can have a line like "return (DispAllErrors(henv, hdbc));" to indicate the failure
2225 GetNextError(henv, hdbc, hstmt);
2232 DispAllErrors(henv, hdbc, hstmt);
2263 DispAllErrors(henv, hdbc, hstmt);
2280 DispAllErrors(henv, hdbc, hstmt);
2303 DispAllErrors(henv, hdbc, hstmt);
2314 DispAllErrors(henv, hdbc, hstmt);
2376 DispAllErrors(henv, hdbc, hstmt);
2398 DispAllErrors(henv, hdbc, hstmt);
2644 DispAllErrors(henv, hdbc, hstmt);
2702 DispAllErrors(henv, hdbc, hstmt);
2800 DispAllErrors(henv, hdbc, hstmt);
2876 DispAllErrors(henv, hdbc, hstmt);
3056 DispAllErrors(henv, hdbc, hstmt);
3155 DispAllErrors(henv, hdbc, hstmt);
3182 DispAllErrors(henv, hdbc, hstmt);
3189 DispAllErrors(henv, hdbc, hstmt);
3208 DispAllErrors(henv, hdbc, hstmt);
3307 DispAllErrors(henv, hdbc, hstmt);
3318 DispAllErrors(henv, hdbc, hstmt);
3401 DispAllErrors(henv, hdbc, hstmt);
3507 DispAllErrors(henv, hdbc, hstmt);
3561 DispAllErrors(henv, hdbc, hstmt);
3641 return(DispAllErrors(henv, hdbc, hstmt));
3647 return(DispAllErrors(henv, hdbc, hstmt));
3712 return (DispAllErrors(henv, hdbc, hstmt));
3741 return(DispAllErrors(henv, hdbc, hstmt));
4460 bool wxDbGetDataSource(HENV henv, wxChar *Dsn, SWORD DsnMaxLength, wxChar *DsDesc,
4471 if (SQLDataSources(henv, direction, (SQLTCHAR FAR *) Dsn, lengthDsn, &cb1,
4495 bool GetDataSource(HENV henv, char *Dsn, SWORD DsnMax, char *DsDesc, SWORD DsDescMax,
4498 return wxDbGetDataSource(henv, Dsn, DsnMax, DsDesc, DsDescMax, direction);