Home
last modified time | relevance | path

Searched refs:SQL_NO_TOTAL (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dgetdata.c77 if (len != SQL_NO_TOTAL) in test_split()
80 if (len != SQL_NO_TOTAL) in test_split()
84 if (len != SQL_NO_TOTAL) in test_split()
93 if (len != SQL_NO_TOTAL) in test_split()
102 if (len != SQL_NO_TOTAL) in test_split()
H A Dutf8_3.c45 assert(len == SQL_NO_TOTAL || len == 4 - i); in main()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dgetdata.c77 if (len != SQL_NO_TOTAL) in test_split()
80 if (len != SQL_NO_TOTAL) in test_split()
84 if (len != SQL_NO_TOTAL) in test_split()
93 if (len != SQL_NO_TOTAL) in test_split()
102 if (len != SQL_NO_TOTAL) in test_split()
H A Dutf8_3.c45 assert(len == SQL_NO_TOTAL || len == 4 - i); in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dgetdata.c75 if (len != SQL_NO_TOTAL) in test_split()
78 if (len != SQL_NO_TOTAL) in test_split()
82 if (len != SQL_NO_TOTAL) in test_split()
91 if (len != SQL_NO_TOTAL) in test_split()
100 if (len != SQL_NO_TOTAL) in test_split()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dgetdata.c78 if (len != SQL_NO_TOTAL) in test_split()
81 if (len != SQL_NO_TOTAL) in test_split()
85 if (len != SQL_NO_TOTAL) in test_split()
94 if (len != SQL_NO_TOTAL) in test_split()
103 if (len != SQL_NO_TOTAL) in test_split()
/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/src/odbc/
H A DResultSet.cpp234 if (ind == SQL_NO_TOTAL) in getString()
242 size_t len = (ind == SQL_NO_TOTAL) in getString()
273 if (ind == SQL_NO_TOTAL) in getNString()
281 size_t len = (ind == SQL_NO_TOTAL) in getNString()
312 if (ind == SQL_NO_TOTAL) in getBinary()
320 if (ind == SQL_NO_TOTAL) in getBinary()
343 case SQL_NO_TOTAL: in convertLength()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/odbc/
H A DOTools.cxx371 SQLLEN pcbValue = SQL_NO_TOTAL; in getBytesValue()
378 while (pcbValue == SQL_NO_TOTAL || pcbValue > nMaxLen) in getBytesValue()
397 if ( (pcbValue == SQL_NO_TOTAL) || (pcbValue >= nMaxLen) ) in getBytesValue()
437 SQLLEN pcbValue = SQL_NO_TOTAL; in getStringValue()
438 while ((pcbValue == SQL_NO_TOTAL ) || (pcbValue >= nMaxSize) ) in getStringValue()
456 if ( (pcbValue == SQL_NO_TOTAL) || (pcbValue >= nMaxSize) ) in getStringValue()
480 SQLLEN pcbValue = SQL_NO_TOTAL; in getStringValue()
482 while ((pcbValue == SQL_NO_TOTAL ) || (pcbValue >= nMaxLen) ) in getStringValue()
498 if ( (pcbValue == SQL_NO_TOTAL) || (pcbValue >= nMaxLen) ) in getStringValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/odbc/
H A DOTools.cxx372 SQLLEN pcbValue = SQL_NO_TOTAL; in getBytesValue()
379 while (pcbValue == SQL_NO_TOTAL || pcbValue > nMaxLen) in getBytesValue()
398 if ( (pcbValue == SQL_NO_TOTAL) || (pcbValue >= nMaxLen) ) in getBytesValue()
438 SQLLEN pcbValue = SQL_NO_TOTAL; in getStringValue()
439 while ((pcbValue == SQL_NO_TOTAL ) || (pcbValue >= nMaxSize) ) in getStringValue()
457 if ( (pcbValue == SQL_NO_TOTAL) || (pcbValue >= nMaxSize) ) in getStringValue()
481 SQLLEN pcbValue = SQL_NO_TOTAL; in getStringValue()
483 while ((pcbValue == SQL_NO_TOTAL ) || (pcbValue >= nMaxLen) ) in getStringValue()
499 if ( (pcbValue == SQL_NO_TOTAL) || (pcbValue >= nMaxLen) ) in getStringValue()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/nn/
H A DSQLDescribeCol.c70 precision = SQL_NO_TOTAL; in SQLDescribeCol()
85 precision = SQL_NO_TOTAL; in SQLDescribeCol()
/dports/www/wt/wt-4.6.1/src/Wt/Dbo/backend/
H A DMSSQLServer.C610 SQLLEN strLen_or_ind = SQL_NO_TOTAL; in getResult()
611 while (strLen_or_ind == SQL_NO_TOTAL) { in getResult()
632 …} else if (strLen_or_ind == SQL_NO_TOTAL || strLen_or_ind + charSize > resultBuffer.size - resultB… in getResult()
635 while (strLen_or_ind != SQL_NO_TOTAL && in getResult()
640 strLen_or_ind = SQL_NO_TOTAL; in getResult()
737 SQLLEN strLen_or_ind = SQL_NO_TOTAL; in getResult()
738 while (strLen_or_ind == SQL_NO_TOTAL) { in getResult()
750 … } else if (strLen_or_ind == SQL_NO_TOTAL || strLen_or_ind > resultBuffer.size - resultBufferPos) { in getResult()
753 while (strLen_or_ind != SQL_NO_TOTAL && in getResult()
758 strLen_or_ind = SQL_NO_TOTAL; in getResult()
/dports/databases/libodbc++/libodbc++-0.2.5/src/
H A Ddatastream.cpp123 case SQL_NO_TOTAL: in underflow()
234 case SQL_NO_TOTAL: in _readStep()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Odbc/
H A DOdbcDataReader.cs825 …Debug.Assert(lengthOrIndicator >= 0 || lengthOrIndicator == ODBC32.SQL_NO_TOTAL, "unexpected lengt… in internalGetString()
827 … if (lengthOrIndicator <= cbMaxData && (ODBC32.SQL_NO_TOTAL != lengthOrIndicator)) { in internalGetString()
844 …int cbBuilderInitialCapacity = (lengthOrIndicator == ODBC32.SQL_NO_TOTAL) ? cbMaxData : lengthOrIn… in internalGetString()
850 … int cbMissing = (ODBC32.SQL_NO_TOTAL == lengthOrIndicator) ? -1 : lengthOrIndicator - cbActual; in internalGetString()
867 if (ODBC32.SQL_NO_TOTAL != lengthOrIndicator) { in internalGetString()
1222 else if (ODBC32.SQL_NO_TOTAL == cbTotal) in readBytesOrCharsSequentialAccess()
1290 if(ODBC32.SQL_NO_TOTAL != cbActual) { in internalGetBytes()
1312 junkSize = (ODBC32.SQL_NO_TOTAL != cbActual) ? cbActual : cbBufferLen; in internalGetBytes()
1318 …while ((ODBC32.SQL_NO_TOTAL == cbActual) && GetData(i, ODBC32.SQL_C.BINARY, cbBufferLen, out cbAct… in internalGetBytes()
1535 if ((Int32)cbActual == ODBC32.SQL_NO_TOTAL) { in GetData()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/System/Data/Odbc/
H A DOdbcDataReader.cs986 …Debug.Assert(lengthOrIndicator >= 0 || lengthOrIndicator == ODBC32.SQL_NO_TOTAL, "unexpected lengt… in internalGetString()
988 … if (lengthOrIndicator <= cbMaxData && (ODBC32.SQL_NO_TOTAL != lengthOrIndicator)) in internalGetString()
1006 …int cbBuilderInitialCapacity = (lengthOrIndicator == ODBC32.SQL_NO_TOTAL) ? cbMaxData : lengthOrIn… in internalGetString()
1012 … int cbMissing = (ODBC32.SQL_NO_TOTAL == lengthOrIndicator) ? -1 : lengthOrIndicator - cbActual; in internalGetString()
1031 if (ODBC32.SQL_NO_TOTAL != lengthOrIndicator) in internalGetString()
1423 else if (ODBC32.SQL_NO_TOTAL == cbTotal) in readBytesOrCharsSequentialAccess()
1495 if (ODBC32.SQL_NO_TOTAL != cbActual) in internalGetBytes()
1521 junkSize = (ODBC32.SQL_NO_TOTAL != cbActual) ? cbActual : cbBufferLen; in internalGetBytes()
1527 …while ((ODBC32.SQL_NO_TOTAL == cbActual) && GetData(i, ODBC32.SQL_C.BINARY, cbBufferLen, out cbAct… in internalGetBytes()
1774 if ((Int32)cbActual == ODBC32.SQL_NO_TOTAL) in GetData()
[all …]
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dpgtypes.c408 return SQL_NO_TOTAL; in getNumericColumnSizeX()
962 return SQL_NO_TOTAL; in pgtype_attr_column_size()
971 return SQL_NO_TOTAL; in pgtype_attr_column_size()
973 return SQL_NO_TOTAL; in pgtype_attr_column_size()
1103 if (SQL_NO_TOTAL == prec) in pgtype_attr_buffer_length()
1240 if (SQL_NO_TOTAL == column_size) in pgtype_attr_transfer_octet_length()
1659 if (SQL_NO_TOTAL == column_size) in pgtype_transfer_octet_length()
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/output-plugins/
H A Dspo_database_cache.c1638 (col2_len == SQL_NO_TOTAL || col2_len == SQL_NULL_DATA)) in ClassificationPullDataStore()
2799 if( (col1_len == SQL_NO_TOTAL || col1_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2800 (col2_len == SQL_NO_TOTAL || col2_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2801 (col3_len == SQL_NO_TOTAL || col3_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2802 (col4_len == SQL_NO_TOTAL || col4_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2803 (col5_len == SQL_NO_TOTAL || col5_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2804 (col6_len == SQL_NO_TOTAL || col6_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2805 (col7_len == SQL_NO_TOTAL || col7_len == SQL_NULL_DATA)) in SignaturePullDataStore()
3477 (col3_len == SQL_NO_TOTAL || col3_len == SQL_NULL_DATA)) in ReferencePullDataStore()
3985 (col2_len == SQL_NO_TOTAL || col2_len == SQL_NULL_DATA)) in SystemPullDataStore()
[all …]
/dports/security/barnyard2/barnyard2-2-1.13/src/output-plugins/
H A Dspo_database_cache.c1638 (col2_len == SQL_NO_TOTAL || col2_len == SQL_NULL_DATA)) in ClassificationPullDataStore()
2799 if( (col1_len == SQL_NO_TOTAL || col1_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2800 (col2_len == SQL_NO_TOTAL || col2_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2801 (col3_len == SQL_NO_TOTAL || col3_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2802 (col4_len == SQL_NO_TOTAL || col4_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2803 (col5_len == SQL_NO_TOTAL || col5_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2804 (col6_len == SQL_NO_TOTAL || col6_len == SQL_NULL_DATA) || in SignaturePullDataStore()
2805 (col7_len == SQL_NO_TOTAL || col7_len == SQL_NULL_DATA)) in SignaturePullDataStore()
3477 (col3_len == SQL_NO_TOTAL || col3_len == SQL_NULL_DATA)) in ReferencePullDataStore()
3985 (col2_len == SQL_NO_TOTAL || col2_len == SQL_NULL_DATA)) in SystemPullDataStore()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/
H A Dmod_sql_odbc.c468 if (buflen == SQL_NO_TOTAL) { in sqlodbc_get_data()
514 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
552 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
590 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
628 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
666 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
704 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
742 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/
H A Dmod_sql_odbc.c468 if (buflen == SQL_NO_TOTAL) { in sqlodbc_get_data()
514 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
552 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
590 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
628 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
666 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
704 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
742 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/
H A Dmod_sql_odbc.c468 if (buflen == SQL_NO_TOTAL) { in sqlodbc_get_data()
514 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
552 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
590 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
628 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
666 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
704 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
742 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/
H A Dmod_sql_odbc.c468 if (buflen == SQL_NO_TOTAL) { in sqlodbc_get_data()
514 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
552 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
590 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
628 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
666 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
704 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
742 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/
H A Dmod_sql_odbc.c468 if (buflen == SQL_NO_TOTAL) { in sqlodbc_get_data()
514 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
552 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
590 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
628 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
666 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
704 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
742 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/
H A Dmod_sql_odbc.c468 if (buflen == SQL_NO_TOTAL) { in sqlodbc_get_data()
514 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
552 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
590 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
628 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
666 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
704 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
742 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/
H A Dmod_sql_odbc.c468 if (buflen == SQL_NO_TOTAL) { in sqlodbc_get_data()
514 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
552 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
590 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
628 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
666 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
704 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
742 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/
H A Dmod_sql_odbc.c468 if (buflen == SQL_NO_TOTAL) { in sqlodbc_get_data()
514 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
552 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
590 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
628 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
666 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
704 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()
742 if (ind == SQL_NO_TOTAL) { in sqlodbc_get_data()

12345678