Home
last modified time | relevance | path

Searched refs:cbErrorMsgMax (Results 1 – 25 of 53) sorted by relevance

123

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/
H A Derror_export.h6 …, handle, (int) numRecord, szSqlStat, pfNativeError, szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRec()
7 …cord, (ODBC_CHAR*) szSqlStat, pfNativeError, (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, … in SQLGetDiagRec()
10 …, handle, (int) numRecord, szSqlStat, pfNativeError, szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRecW()
11 …cord, (ODBC_CHAR*) szSqlStat, pfNativeError, (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, … in SQLGetDiagRecW()
16 …c(handleType, handle, numRecord, szSqlStat, pfNativeError, szErrorMsg, cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRec()
23 …%p)\n", henv, hdbc, hstmt, szSqlStat, pfNativeError, szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLError()
24 …stmt, (ODBC_CHAR*) szSqlStat, pfNativeError, (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, … in SQLError()
27 …%p)\n", henv, hdbc, hstmt, szSqlStat, pfNativeError, szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLErrorW()
28 …stmt, (ODBC_CHAR*) szSqlStat, pfNativeError, (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, … in SQLErrorW()
32 …%p)\n", henv, hdbc, hstmt, szSqlStat, pfNativeError, szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLError()
[all …]
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/
H A Derror_export.h17 SQLWCHAR * szErrorMsg, SQLSMALLINT cbErrorMsgMax, SQLSMALLINT FAR* pcbErrorMsg) in SQLGetDiagRecW() argument
25 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRecW()
31 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 1); in SQLGetDiagRecW()
49 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRec()
56 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 0); in SQLGetDiagRec()
63 szErrorMsg, cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRec()
89 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLErrorW()
95 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 1); in SQLErrorW()
113 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLError()
120 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 0); in SQLError()
[all …]
/dports/databases/freetds/freetds-1.3.4/src/odbc/
H A Derror_export.h17 SQLWCHAR * szErrorMsg, SQLSMALLINT cbErrorMsgMax, SQLSMALLINT FAR* pcbErrorMsg) in SQLGetDiagRecW() argument
25 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRecW()
31 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 1); in SQLGetDiagRecW()
49 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRec()
56 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 0); in SQLGetDiagRec()
63 szErrorMsg, cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRec()
89 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLErrorW()
95 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 1); in SQLErrorW()
113 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLError()
120 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 0); in SQLError()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/
H A Derror_export.h18 SQLWCHAR * szErrorMsg, SQLSMALLINT cbErrorMsgMax, SQLSMALLINT FAR* pcbErrorMsg) in SQLGetDiagRecW() argument
26 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRecW()
32 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 1); in SQLGetDiagRecW()
50 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRec()
57 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 0); in SQLGetDiagRec()
64 szErrorMsg, cbErrorMsgMax, pcbErrorMsg); in SQLGetDiagRec()
90 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLErrorW()
96 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 1); in SQLErrorW()
114 szErrorMsg, (int) cbErrorMsgMax, pcbErrorMsg); in SQLError()
121 (ODBC_CHAR*) szErrorMsg, cbErrorMsgMax, pcbErrorMsg, 0); in SQLError()
[all …]
/dports/databases/libiodbc/iODBC-3.52.15/iodbcinst/
H A DSQLInstallerError.c114 WORD cbErrorMsgMax, WORD * pcbErrorMsg)
126 if (!lpszErrorMsg || !cbErrorMsgMax)
129 lpszErrorMsg[cbErrorMsgMax - 1] = 0;
135 if (STRLEN (message) >= cbErrorMsgMax - 1)
137 STRNCPY (lpszErrorMsg, message, cbErrorMsgMax - 1);
156 WORD cbErrorMsgMax, WORD * pcbErrorMsg)
161 if (cbErrorMsgMax > 0)
164 malloc (cbErrorMsgMax * UTF8_MAX_CHAR_LEN + 1)) == NULL)
173 cbErrorMsgMax * UTF8_MAX_CHAR_LEN, pcbErrorMsg);
177 dm_StrCopyOut2_U8toW ((SQLCHAR *)_errormsg_u8, lpszErrorMsg, cbErrorMsgMax,
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Denviron.c188 SQLSMALLINT cbErrorMsgMax, in ER_ReturnError() argument
211 if (cbErrorMsgMax > 0) in ER_ReturnError()
231 if (0 == cbErrorMsgMax) in ER_ReturnError()
233 else if (wrtlen >= cbErrorMsgMax) in ER_ReturnError()
236 wrtlen = cbErrorMsgMax - 1; in ER_ReturnError()
238 wrtlen = cbErrorMsgMax - 1; in ER_ReturnError()
273 SQLSMALLINT cbErrorMsgMax, in PGAPI_ConnectError() argument
287 if (cbErrorMsgMax < 0) in PGAPI_ConnectError()
307 if (cbErrorMsgMax == 0) in PGAPI_ConnectError()
404 SQLSMALLINT cbErrorMsgMax, in PGAPI_EnvError() argument
[all …]
H A Dodbcapi30w.c220 SQLSMALLINT cbErrorMsgMax, in SQLGetDiagRecW() argument
229 if (szErrorMsg && cbErrorMsgMax > 0) in SQLGetDiagRecW()
231 buflen = cbErrorMsgMax; in SQLGetDiagRecW()
240 if (mtxt && tlen <= cbErrorMsgMax) in SQLGetDiagRecW()
242 SQLULEN ulen = utf8_to_ucs2_lf(mtxt, tlen, FALSE, szErrorMsg, cbErrorMsgMax, TRUE); in SQLGetDiagRecW()
244 tlen = (SQLSMALLINT) locale_to_sqlwchar((SQLWCHAR *) szErrorMsg, mtxt, cbErrorMsgMax, FALSE); in SQLGetDiagRecW()
247 if (tlen >= cbErrorMsgMax) in SQLGetDiagRecW()
254 tlen = utf8_to_ucs2(errc, -1, szErrorMsg, cbErrorMsgMax); in SQLGetDiagRecW()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Denviron.c83 SQLCHAR *szErrorMsg, SQLSMALLINT cbErrorMsgMax, in SQLError() argument
102 if ((NULL != szErrorMsg) && (cbErrorMsgMax > 0)) in SQLError()
110 if ((NULL != szErrorMsg) && (cbErrorMsgMax > 0)) in SQLError()
111 strncpy_null((char*)szErrorMsg, msg, cbErrorMsgMax); in SQLError()
226 if ((NULL != szErrorMsg) && (cbErrorMsgMax > 0)) in SQLError()
245 if ((NULL != szErrorMsg) && (cbErrorMsgMax > 0)) in SQLError()
253 if ((NULL != szErrorMsg) && (cbErrorMsgMax > 0)) in SQLError()
326 if ((NULL != szErrorMsg) && (cbErrorMsgMax > 0)) in SQLError()
350 if ((NULL != szErrorMsg) && (cbErrorMsgMax > 0)) in SQLError()
372 if ((NULL != szErrorMsg) && (cbErrorMsgMax > 0)) in SQLError()
[all …]
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/trace/
H A DError.c88 SQLSMALLINT cbErrorMsgMax, in trace_SQLError() argument
100 _trace_string (szErrorMsg, cbErrorMsgMax, pcbErrorMsg, TRACE_OUTPUT_SUCCESS); in trace_SQLError()
101 _trace_stringlen ("SQLSMALLINT", cbErrorMsgMax); in trace_SQLError()
115 SQLSMALLINT cbErrorMsgMax, in trace_SQLErrorW() argument
127 _trace_string_w (szErrorMsg, cbErrorMsgMax, pcbErrorMsg, TRACE_OUTPUT_SUCCESS); in trace_SQLErrorW()
128 _trace_stringlen ("SQLSMALLINT", cbErrorMsgMax); in trace_SQLErrorW()
/dports/databases/unixODBC/unixODBC-2.3.9/odbcinst/
H A DSQLInstallerError.c140 WORD cbErrorMsgMax, in SQLInstallerErrorW() argument
149 if ( cbErrorMsgMax > 0 ) in SQLInstallerErrorW()
151 msg = calloc( cbErrorMsgMax + 1, 1 ); in SQLInstallerErrorW()
166 cbErrorMsgMax, in SQLInstallerErrorW()
186 _single_copy_to_wide( lpszErrorMsg, msg, cbErrorMsgMax ); in SQLInstallerErrorW()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/iodbc/
H A Dherr.c186 SWORD cbErrorMsgMax, in SQLError() argument
259 if (cbErrorMsgMax < 0 in SQLError()
260 || cbErrorMsgMax > SQL_MAX_MESSAGE_LENGTH - 1) in SQLError()
279 cbErrorMsgMax, pcbErrorMsg)) in SQLError()
315 if (szErrorMsg == NULL || cbErrorMsgMax == 0) in SQLError()
339 if (len < cbErrorMsgMax - 1) in SQLError()
345 len = cbErrorMsgMax - 1; in SQLError()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/iodbc/
H A Dherr.c186 SWORD cbErrorMsgMax, in SQLError() argument
259 if (cbErrorMsgMax < 0 in SQLError()
260 || cbErrorMsgMax > SQL_MAX_MESSAGE_LENGTH - 1) in SQLError()
279 cbErrorMsgMax, pcbErrorMsg)) in SQLError()
315 if (szErrorMsg == NULL || cbErrorMsgMax == 0) in SQLError()
339 if (len < cbErrorMsgMax - 1) in SQLError()
345 len = cbErrorMsgMax - 1; in SQLError()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/iodbc/
H A Dherr.c186 SWORD cbErrorMsgMax, in SQLError() argument
259 if (cbErrorMsgMax < 0 in SQLError()
260 || cbErrorMsgMax > SQL_MAX_MESSAGE_LENGTH - 1) in SQLError()
279 cbErrorMsgMax, pcbErrorMsg)) in SQLError()
315 if (szErrorMsg == NULL || cbErrorMsgMax == 0) in SQLError()
339 if (len < cbErrorMsgMax - 1) in SQLError()
345 len = cbErrorMsgMax - 1; in SQLError()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Dherr.c186 SWORD cbErrorMsgMax, in SQLError() argument
259 if (cbErrorMsgMax < 0 in SQLError()
260 || cbErrorMsgMax > SQL_MAX_MESSAGE_LENGTH - 1) in SQLError()
279 cbErrorMsgMax, pcbErrorMsg)) in SQLError()
315 if (szErrorMsg == NULL || cbErrorMsgMax == 0) in SQLError()
339 if (len < cbErrorMsgMax - 1) in SQLError()
345 len = cbErrorMsgMax - 1; in SQLError()
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/
H A Dherr.c257 SQLSMALLINT cbErrorMsgMax, in _iodbcdm_sqlerror() argument
360 if (cbErrorMsgMax < 0) in _iodbcdm_sqlerror()
445 cbErrorMsgMax, in _iodbcdm_sqlerror()
463 cbErrorMsgMax, in _iodbcdm_sqlerror()
473 cbErrorMsgMax, NULL, NULL); in _iodbcdm_sqlerror()
540 if (szErrorMsg == NULL || cbErrorMsgMax == 0) in _iodbcdm_sqlerror()
568 if (len < cbErrorMsgMax - 1) in _iodbcdm_sqlerror()
574 len = cbErrorMsgMax - 1; in _iodbcdm_sqlerror()
625 SQLSMALLINT cbErrorMsgMax, in SQLError() argument
709 SQLSMALLINT cbErrorMsgMax, in SQLErrorA() argument
[all …]
/dports/databases/mdbtools/mdbtools-1.0.0/src/odbc/
H A Dodbcw.c181 SQLSMALLINT cbErrorMsgMax, in SQLErrorW() argument
185 SQLCHAR szErrorMsg8[3*cbErrorMsgMax+1]; in SQLErrorW()
191 …result = SQLError(henv, hdbc, hstmt, szSqlState8, pfNativeError, szErrorMsg8, 3*cbErrorMsgMax+1, &… in SQLErrorW()
196 pcb = _mdb_odbc_ascii2unicode(dbc, (char*)szErrorMsg8, pcbErrorMsg8, szErrorMsg, cbErrorMsgMax); in SQLErrorW()
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/include/Poco/Data/ODBC/
H A DUnicode.h102 SQLSMALLINT cbErrorMsgMax,
159 SQLSMALLINT cbErrorMsgMax,
451 SQLSMALLINT cbErrorMsgMax, in SQLError() argument
570 SQLSMALLINT cbErrorMsgMax, in SQLGetDiagRec() argument
579 cbErrorMsgMax, in SQLGetDiagRec()
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/unixODBC/inc/odbc/
H A Dsqlucode.h76 SQLSMALLINT cbErrorMsgMax,
143 SQLSMALLINT cbErrorMsgMax,
424 SQLSMALLINT cbErrorMsgMax,
483 SQLSMALLINT cbErrorMsgMax,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/unixODBC/inc/odbc/
H A Dsqlucode.h76 SQLSMALLINT cbErrorMsgMax,
143 SQLSMALLINT cbErrorMsgMax,
424 SQLSMALLINT cbErrorMsgMax,
483 SQLSMALLINT cbErrorMsgMax,
/dports/databases/unixODBC/unixODBC-2.3.9/include/
H A Dsqlucode.h76 SQLSMALLINT cbErrorMsgMax,
143 SQLSMALLINT cbErrorMsgMax,
424 SQLSMALLINT cbErrorMsgMax,
483 SQLSMALLINT cbErrorMsgMax,
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/src/
H A DUnicode_UNIXODBC.cpp176 SQLSMALLINT cbErrorMsgMax, in SQLError() argument
348 SQLSMALLINT cbErrorMsgMax, in SQLGetDiagRec() argument
353 Buffer<SQLWCHAR> bufErr(cbErrorMsgMax); in SQLGetDiagRec()
365 makeUTF8(bufErr, *pcbErrorMsg * sizeof(SQLWCHAR), szErrorMsg, cbErrorMsgMax); in SQLGetDiagRec()
H A DUnicode_WIN32.cpp143 SQLSMALLINT cbErrorMsgMax, in SQLError() argument
317 SQLSMALLINT cbErrorMsgMax, in SQLGetDiagRec() argument
322 Buffer<wchar_t> bufErr(cbErrorMsgMax); in SQLGetDiagRec()
334 makeUTF8(bufErr, *pcbErrorMsg * sizeof(wchar_t), szErrorMsg, cbErrorMsgMax); in SQLGetDiagRec()
/dports/databases/libiodbc/iODBC-3.52.15/include/
H A Dsqlucode.h166 SQLSMALLINT cbErrorMsgMax,
232 SQLSMALLINT cbErrorMsgMax,
491 SQLSMALLINT cbErrorMsgMax,
557 SQLSMALLINT cbErrorMsgMax,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/odbc/unix_odbc/
H A Dsqlucode.h76 SQLSMALLINT cbErrorMsgMax,
143 SQLSMALLINT cbErrorMsgMax,
424 SQLSMALLINT cbErrorMsgMax,
483 SQLSMALLINT cbErrorMsgMax,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/odbc/unix_odbc/
H A Dsqlucode.h76 SQLSMALLINT cbErrorMsgMax,
143 SQLSMALLINT cbErrorMsgMax,
424 SQLSMALLINT cbErrorMsgMax,
483 SQLSMALLINT cbErrorMsgMax,

123