Home
last modified time | relevance | path

Searched refs:errorLength (Results 1 – 25 of 29) sorted by relevance

12

/dports/x11/libICE/libICE-1.0.10/src/
H A Dconnect.c46 int errorLength, in IceOpenConnection() argument
64 if (errorStringRet && errorLength > 0) in IceOpenConnection()
69 if (errorStringRet && errorLength > 0) { in IceOpenConnection()
150 if (errorStringRet && errorLength > 0) { in IceOpenConnection()
166 if (errorStringRet && errorLength > 0) { in IceOpenConnection()
207 if (errorStringRet && errorLength > 0) { in IceOpenConnection()
219 if (errorStringRet && errorLength > 0) { in IceOpenConnection()
286 errorLength); in IceOpenConnection()
302 "message", errorLength); in IceOpenConnection()
390 errorLength); in IceOpenConnection()
[all …]
H A Dlistenwk.c44 int errorLength, in IceListenForWellKnownConnections() argument
61 if (errorStringRet && errorLength > 0) { in IceListenForWellKnownConnections()
63 "Cannot establish any listening sockets", errorLength); in IceListenForWellKnownConnections()
64 errorStringRet[errorLength - 1] = '\0'; in IceListenForWellKnownConnections()
98 if (errorStringRet && errorLength > 0) { in IceListenForWellKnownConnections()
101 errorStringRet[errorLength - 1] = '\0'; in IceListenForWellKnownConnections()
112 if (errorStringRet && errorLength > 0) { in IceListenForWellKnownConnections()
114 errorStringRet[errorLength - 1] = '\0'; in IceListenForWellKnownConnections()
127 if (errorStringRet && errorLength > 0) { in IceListenForWellKnownConnections()
129 errorStringRet[errorLength - 1] = '\0'; in IceListenForWellKnownConnections()
[all …]
H A Dlisten.c42 int errorLength, in IceListenForConnections() argument
59 if (errorStringRet && errorLength > 0) { in IceListenForConnections()
61 "Cannot establish any listening sockets", errorLength); in IceListenForConnections()
62 errorStringRet[errorLength - 1] = '\0'; in IceListenForConnections()
97 if (errorStringRet && errorLength > 0) { in IceListenForConnections()
100 errorStringRet[errorLength - 1] = '\0'; in IceListenForConnections()
111 if (errorStringRet && errorLength > 0) { in IceListenForConnections()
113 errorStringRet[errorLength - 1] = '\0'; in IceListenForConnections()
126 if (errorStringRet && errorLength > 0) { in IceListenForConnections()
128 errorStringRet[errorLength - 1] = '\0'; in IceListenForConnections()
[all …]
H A Dprotosetup.c46 int errorLength, in IceProtocolSetup() argument
64 if (errorStringRet && errorLength > 0) in IceProtocolSetup()
74 if (errorStringRet && errorLength > 0) { in IceProtocolSetup()
76 errorStringRet[errorLength - 1] = '\0'; in IceProtocolSetup()
85 if (errorStringRet && errorLength > 0) { in IceProtocolSetup()
210 errorLength); in IceProtocolSetup()
211 errorStringRet[errorLength - 1] = '\0'; in IceProtocolSetup()
225 errorLength); in IceProtocolSetup()
226 errorStringRet[errorLength - 1] = '\0'; in IceProtocolSetup()
244 if (errorStringRet && errorLength > 0) { in IceProtocolSetup()
[all …]
/dports/x11/libSM/libSM-1.2.3/src/
H A Dsm_client.c56 int errorLength, char *errorStringRet) in SmcOpenConnection() argument
85 if (errorStringRet && errorLength > 0) in SmcOpenConnection()
104 errorLength); in SmcOpenConnection()
105 errorStringRet[errorLength - 1] = '\0'; in SmcOpenConnection()
119 errorLength); in SmcOpenConnection()
120 errorStringRet[errorLength - 1] = '\0'; in SmcOpenConnection()
138 if (errorStringRet && errorLength > 0) { in SmcOpenConnection()
168 if (errorStringRet && errorLength > 0) { in SmcOpenConnection()
170 errorLength); in SmcOpenConnection()
228 errorLength); in SmcOpenConnection()
[all …]
H A Dsm_manager.c116 int errorLength, char *errorStringRet) in SmsInitialize() argument
127 if (errorStringRet && errorLength > 0) in SmsInitialize()
132 if (errorStringRet && errorLength > 0) { in SmsInitialize()
135 errorLength); in SmsInitialize()
136 errorStringRet[errorLength - 1] = '\0'; in SmsInitialize()
156 if (errorStringRet && errorLength > 0) { in SmsInitialize()
159 errorLength); in SmsInitialize()
160 errorStringRet[errorLength - 1] = '\0'; in SmsInitialize()
/dports/devel/icu-lx/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/devel/icu/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/extra/uconv/
H A Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
953 errorLength = 1; in convertFile()
992 for (i = 0; i < errorLength;) { in convertFile()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_spellcheck/spellcheck/platform/win/
H A Dspellcheck_win.cpp170 auto errorLength = ULONG(0); in checkSpelling() local
176 SUCCEEDED(spellingError->get_Length(&errorLength)) && in checkSpelling()
216 auto errorLength = ULONG(0); in checkSpellingText() local
222 && SUCCEEDED(spellingError->get_Length(&errorLength)) in checkSpellingText()
229 (int)errorLength); in checkSpellingText()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dvolume-control.cpp873 int errorLength = maximumPosition - errorPosition; in paintHMeter() local
885 painter.fillRect(errorPosition, y, errorLength, height, in paintHMeter()
896 painter.fillRect(errorPosition, y, errorLength, height, in paintHMeter()
906 painter.fillRect(errorPosition, y, errorLength, height, in paintHMeter()
925 int end = errorLength + warningLength + nominalLength; in paintHMeter()
964 int errorLength = maximumPosition - errorPosition; in paintVMeter() local
976 painter.fillRect(x, errorPosition, width, errorLength, in paintVMeter()
987 painter.fillRect(x, errorPosition, width, errorLength, in paintVMeter()
998 painter.fillRect(x, errorPosition, width, errorLength, in paintVMeter()
1018 int end = errorLength + warningLength + nominalLength; in paintVMeter()
/dports/devel/icu/icu/source/test/intltest/
H A Dconvtest.cpp808 int8_t errorLength; in TestUTF8ToUTF8Overflow() local
817 errorLength = UPRV_LENGTHOF(errorBytes); in TestUTF8ToUTF8Overflow()
818 ucnv_getInvalidChars(cnv1.getAlias(), errorBytes, &errorLength, errorCode); in TestUTF8ToUTF8Overflow()
819 assertEquals("illFormed truncated errorLength", 2, (int32_t)errorLength); in TestUTF8ToUTF8Overflow()
820 if (errorLength == 2) { in TestUTF8ToUTF8Overflow()
834 errorLength = UPRV_LENGTHOF(errorBytes); in TestUTF8ToUTF8Overflow()
835 ucnv_getInvalidChars(cnv1.getAlias(), errorBytes, &errorLength, errorCode); in TestUTF8ToUTF8Overflow()
836 assertEquals("illFormed trail byte errorLength", 1, (int32_t)errorLength); in TestUTF8ToUTF8Overflow()
837 if (errorLength == 1) { in TestUTF8ToUTF8Overflow()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dconvtest.cpp808 int8_t errorLength; in TestUTF8ToUTF8Overflow() local
817 errorLength = UPRV_LENGTHOF(errorBytes); in TestUTF8ToUTF8Overflow()
818 ucnv_getInvalidChars(cnv1.getAlias(), errorBytes, &errorLength, errorCode); in TestUTF8ToUTF8Overflow()
819 assertEquals("illFormed truncated errorLength", 2, (int32_t)errorLength); in TestUTF8ToUTF8Overflow()
820 if (errorLength == 2) { in TestUTF8ToUTF8Overflow()
834 errorLength = UPRV_LENGTHOF(errorBytes); in TestUTF8ToUTF8Overflow()
835 ucnv_getInvalidChars(cnv1.getAlias(), errorBytes, &errorLength, errorCode); in TestUTF8ToUTF8Overflow()
836 assertEquals("illFormed trail byte errorLength", 1, (int32_t)errorLength); in TestUTF8ToUTF8Overflow()
837 if (errorLength == 1) { in TestUTF8ToUTF8Overflow()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclIndexObj.c544 int dummyLength, i, errorLength; in PrefixMatchObjCmd() local
587 result = Tcl_ListObjLength(interp, objv[i], &errorLength); in PrefixMatchObjCmd()
591 if ((errorLength % 2) != 0) { in PrefixMatchObjCmd()
619 if (errorPtr != NULL && errorLength == 0) { in PrefixMatchObjCmd()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclIndexObj.c549 int dummyLength, i, errorLength; in PrefixMatchObjCmd() local
592 result = Tcl_ListObjLength(interp, objv[i], &errorLength); in PrefixMatchObjCmd()
596 if ((errorLength % 2) != 0) { in PrefixMatchObjCmd()
624 if (errorPtr != NULL && errorLength == 0) { in PrefixMatchObjCmd()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Drsapkcs.c1109 unsigned int errorLength; in RSA_DecryptBlock() local
1142 errorLength = rsa_GetErrorLength(hmac, hashObj->length, maxLegalLen); in RSA_DecryptBlock()
1143 if (((int)errorLength) < 0) { in RSA_DecryptBlock()
1180 outLen = PORT_CT_SEL(fail, errorLength, outLen); in RSA_DecryptBlock()
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/
H A Drsapkcs.c1109 unsigned int errorLength; in RSA_DecryptBlock() local
1142 errorLength = rsa_GetErrorLength(hmac, hashObj->length, maxLegalLen); in RSA_DecryptBlock()
1143 if (((int)errorLength) < 0) { in RSA_DecryptBlock()
1180 outLen = PORT_CT_SEL(fail, errorLength, outLen); in RSA_DecryptBlock()

12