Home
last modified time | relevance | path

Searched refs:errCode (Results 1 – 25 of 4371) sorted by relevance

12345678910>>...175

/dports/math/scilab-toolbox-swt/swt/src/gwsupport/
H A Dcwt_validate.c62 *errCode = SUCCESS; in sinus_form_validate()
70 *errCode = SUCCESS; in sinus_content_validate()
83 *errCode = SUCCESS; in poisson_form_validate()
104 *errCode = SUCCESS; in mexihat_form_validate()
125 *errCode = SUCCESS; in morlet_form_validate()
146 *errCode = SUCCESS; in DOGauss_form_validate()
167 *errCode = SUCCESS; in Gauss_form_validate()
191 *errCode = SUCCESS; in cmorlet_form_validate()
213 *errCode = SUCCESS; in shanwavf_form_validate()
235 *errCode = SUCCESS; in fbspwavf_form_validate()
[all …]
H A Dswt_gwsupport.h63 void poisson_form_validate(void * pvApiCtx, int *errCode);
104 void validate_print (int errCode);
106 void wrev_validate (void * pvApiCtx,int *errCode);
109 void conv_validate (void * pvApiCtx,int *errCode);
235 void mexihat_form_validate(void* pvApiCtx, int *errCode);
236 void morlet_form_validate(void* pvApiCtx, int *errCode);
237 void DOGauss_form_validate(void* pvApiCtx, int *errCode);
238 void Gauss_form_validate(void* pvApiCtx, int *errCode);
239 void cmorlet_form_validate(void* pvApiCtx, int *errCode);
240 void shanwavf_form_validate(void* pvApiCtx, int *errCode);
[all …]
H A Ddwt_validate.c97 *errCode = SUCCESS; in orthfilt_form_validate()
110 *errCode = SUCCESS; in biorfilt_form_validate()
123 *errCode = SUCCESS; in dbwavf_form_validate()
133 *errCode = SUCCESS; in dbwavf_content_validate()
148 *errCode = SUCCESS; in coifwavf_form_validate()
158 *errCode = SUCCESS; in coifwavf_content_validate()
174 *errCode = SUCCESS; in symwavf_form_validate()
184 *errCode = SUCCESS; in symwavf_content_validate()
198 *errCode = SUCCESS; in legdwavf_form_validate()
208 *errCode = SUCCESS; in legdwavf_content_validate()
[all …]
H A Dutility_validate.c42 *errCode = SUCCESS; in conv_validate()
56 *errCode = SUCCESS; in wrev_validate()
69 *errCode = SUCCESS; in qmf_validate()
88 *errCode = SUCCESS; in dyaddown_form_validate()
119 *errCode = SUCCESS; in dyaddown_content_validate()
132 *errCode = SUCCESS; in dyadup_form_validate()
176 *errCode = SUCCESS; in wkeep_form_validate()
203 *errCode = SUCCESS; in wkeep_content_validate()
273 *errCode = SUCCESS; in wkeep_content_validate_string()
301 *errCode = SUCCESS; in wextend_form_validate()
[all …]
H A Dswt_validate.c41 *errCode = SUCCESS; in swt_form_validate()
57 *errCode = UNKNOWN_INPUT_ERR; in swt_form_validate()
64 *errCode = SUCCESS; in swt_content_validate()
102 *errCode = SUCCESS; in iswt_form_validate()
121 *errCode = UNKNOWN_INPUT_ERR; in iswt_form_validate()
127 *errCode = SUCCESS; in iswt_content_validate()
160 *errCode = SUCCESS; in swt2_form_validate()
183 *errCode = SUCCESS; in swt2_content_validate()
221 *errCode = SUCCESS; in iswt2_form_validate()
245 *errCode = UNKNOWN_INPUT_ERR; in iswt2_form_validate()
[all …]
H A Dcowt_validate.c35 dualtree_form_validate (void * pvApiCtx, int *errCode, int *flow, int NInputArgument) in dualtree_form_validate() argument
37 *errCode = SUCCESS; in dualtree_form_validate()
44 *errCode = UNKNOWN_INPUT_ERR; in dualtree_form_validate()
70 *errCode = SUCCESS; in idualtree_form_validate()
77 *errCode = UNKNOWN_INPUT_ERR; in idualtree_form_validate()
85 *errCode = SUCCESS; in dualtree2D_form_validate()
92 *errCode = UNKNOWN_INPUT_ERR; in dualtree2D_form_validate()
99 *errCode = SUCCESS; in idualtree2D_form_validate()
107 *errCode = UNKNOWN_INPUT_ERR; in idualtree2D_form_validate()
114 *errCode = SUCCESS; in icplxdual2D_form_validate()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_cosimulation/
H A DChSocket.cpp508 *errCode = WSAGetLastError(); in detectErrorOpenWinSocket()
535 *errCode = WSAGetLastError(); in detectErrorSetSocketOption()
564 *errCode = WSAGetLastError(); in detectErrorGetSocketOption()
634 *errCode = WSAGetLastError(); in detectErrorBind()
668 *errCode = WSAGetLastError(); in detectErrorRecv()
678 else if (*errCode == WSAEINTR) in detectErrorRecv()
721 *errCode = WSAGetLastError(); in detectErrorConnect()
780 *errCode = WSAGetLastError(); in detectErrorAccept()
788 else if (*errCode == WSAEINTR) in detectErrorAccept()
810 *errCode = WSAGetLastError(); in detectErrorListen()
[all …]
H A DChHostInfo.cpp122 *errCode = WSAGetLastError(); in detectErrorGethostbyname()
140 else if (*errCode == WSAEFAULT) in detectErrorGethostbyname()
142 else if (*errCode == WSAEINTR) in detectErrorGethostbyname()
149 *errCode = WSAGetLastError(); in detectErrorGethostbyaddr()
153 if (*errCode == WSAENETDOWN) in detectErrorGethostbyaddr()
157 if (*errCode == WSATRY_AGAIN) in detectErrorGethostbyaddr()
159 if (*errCode == WSANO_RECOVERY) in detectErrorGethostbyaddr()
161 if (*errCode == WSANO_DATA) in detectErrorGethostbyaddr()
163 if (*errCode == WSAEINPROGRESS) in detectErrorGethostbyaddr()
169 if (*errCode == WSAEFAULT) in detectErrorGethostbyaddr()
[all …]
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DReplicationStatus.java19 private int errCode; field in ReplicationStatus
28 final int errCode, in ReplicationStatus() argument
33 this.errCode = errCode; in ReplicationStatus()
40 this(statusName, errCode, null, 0, null); in ReplicationStatus()
47 return errCode == 0; in isSuccess()
57 return errCode == DbConstants.DB_REP_IGNORE; in isIgnore()
66 return errCode == DbConstants.DB_REP_ISPERM; in isPermanent()
78 return errCode == DbConstants.DB_REP_NEWSITE; in isNewSite()
88 return errCode == DbConstants.DB_REP_NOTPERM; in isNotPermanent()
132 static ReplicationStatus getStatus(final int errCode, in getStatus() argument
[all …]
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DReplicationStatus.java19 private int errCode; field in ReplicationStatus
28 final int errCode, in ReplicationStatus() argument
33 this.errCode = errCode; in ReplicationStatus()
40 this(statusName, errCode, null, 0, null); in ReplicationStatus()
48 return errCode == 0; in isSuccess()
59 return errCode == DbConstants.DB_REP_IGNORE; in isIgnore()
69 return errCode == DbConstants.DB_REP_ISPERM; in isPermanent()
82 return errCode == DbConstants.DB_REP_NEWSITE; in isNewSite()
93 return errCode == DbConstants.DB_REP_NOTPERM; in isNotPermanent()
140 static ReplicationStatus getStatus(final int errCode, in getStatus() argument
[all …]
/dports/math/scilab-toolbox-swt/swt/sci_gateway/c/
H A Ddwt_int.c43 int errCode; in int_orthfilt() local
63 if (errCode != SUCCESS) in int_orthfilt()
130 int errCode; in int_biorfilt() local
143 if (errCode != SUCCESS) in int_biorfilt()
232 if (errCode != SUCCESS) in int_dbwavf()
246 if (errCode != SUCCESS) in int_dbwavf()
290 if (errCode != SUCCESS) in int_coifwavf()
304 if (errCode != SUCCESS) in int_coifwavf()
347 if (errCode != SUCCESS) in int_symwavf()
608 errCode = SUCCESS; in int_wfilters()
[all …]
H A Ddwt1d_int.c68 if (errCode != SUCCESS) in int_dwt()
97 if (errCode != SUCCESS) in int_dwt()
99 validate_print (errCode); in int_dwt()
164 validate_print (errCode); in int_dwt()
227 validate_print (errCode); in int_dwt()
401 if (errCode != SUCCESS) in int_idwt()
431 errCode = SUCCESS; in int_idwt()
1138 if (errCode != SUCCESS) in int_wavedec()
1364 if (errCode != SUCCESS) in int_waverec()
1560 if (errCode != SUCCESS) in int_wrcoef()
[all …]
H A Dcwt_int.c109 int errCode; in int_sinus() local
195 int errCode; in int_poisson() local
279 int errCode; in int_mexihat() local
364 int errCode; in int_morlet() local
447 int errCode; in int_DOGauss() local
532 int errCode; in int_Gauswavf() local
627 int errCode; in int_shanwavf() local
730 int errCode; in int_cmorlet() local
836 int errCode; in int_fbspwavf() local
945 int errCode; in int_cauchy() local
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dpipe_tests.cpp35 int errCode = CL_SUCCESS; in TEST_F() local
40 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
46 int errCode = CL_SUCCESS; in TEST_F() local
51 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
58 int errCode = CL_SUCCESS; in TEST_F() local
63 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
88 int errCode = CL_SUCCESS; in TEST_F() local
91 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
99 int errCode = CL_SUCCESS; in TEST_F() local
104 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/opencl_support/src/
H A DOpenCLSupportPlugin.cpp134 cl_int errCode = 0; in obtainGpusInfo() local
144 if (hasOPENCLError(errCode, errStr)) { in obtainGpusInfo()
158 if (hasOPENCLError(errCode, errStr)) { in obtainGpusInfo()
173 if (hasOPENCLError(errCode, errStr)) { in obtainGpusInfo()
184 if (hasOPENCLError(errCode, errStr)) { in obtainGpusInfo()
197 if (hasOPENCLError(errCode, errStr)) { in obtainGpusInfo()
204 if (hasOPENCLError(errCode, errStr)) { in obtainGpusInfo()
212 if (hasOPENCLError(errCode, errStr)) { in obtainGpusInfo()
219 if (hasOPENCLError(errCode, errStr)) { in obtainGpusInfo()
226 if (hasOPENCLError(errCode, errStr)) { in obtainGpusInfo()
[all …]
/dports/net/h323plus/h323plus-1_27_2/src/h341/
H A Dh341.cxx77 PSNMP::ErrorType & errCode) in ValidateOID() argument
94 errCode = PSNMP::GenErr; in ValidateOID()
107 errCode = PSNMP::GenErr; in ValidateOID()
113 errCode = PSNMP::BadValue; in ValidateOID()
124 errCode = PSNMP::NoSuchName; in ValidateOID()
134 if (!ValidateOID(reqType,vars, errCode)) in OnGetRequest()
137 return OnRequest(reqType, vars,errCode); in OnGetRequest()
144 if (!ValidateOID(reqType,vars, errCode)) in OnGetNextRequest()
147 return OnRequest(reqType, vars,errCode); in OnGetNextRequest()
153 if (!ValidateOID(reqType,vars, errCode)) in OnSetRequest()
[all …]
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/lib/SignOn/
H A Dauthsessionimpl.cpp189 int errCode = Error::Unknown; in errorSlot() local
199 errCode = Error::TimedOut; in errorSlot()
203 errCode = Error::NotAuthorized; in errorSlot()
211 errCode = Error::WrongState; in errorSlot()
217 errCode = Error::MissingData; in errorSlot()
219 errCode = Error::Runtime; in errorSlot()
221 errCode = Error::NoConnection; in errorSlot()
223 errCode = Error::Network; in errorSlot()
225 errCode = Error::Ssl; in errorSlot()
237 errCode = Error::IncorrectDate; in errorSlot()
[all …]
/dports/security/openssl-unsafe/openssl-c9ba19c/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp827 return(errCode); in CopyLongIntToNewHandle()
841 return(errCode); in CopyLongIntToExistingHandle()
1512 OSErr errCode; in InsertCStrIntoHandle() local
1700 OSErr errCode; in CopyCStrAndInsertCStrLongIntIntoHandle() local
1737 OSErr errCode; in CopyIndexedWordToCStr() local
1834 OSErr errCode; in CopyIndexedWordToNewHandle() local
1924 OSErr errCode; in CopyIndexedLineToCStr() local
2033 OSErr errCode; in CopyIndexedLineToNewHandle() local
2151 OSErr errCode; in ExtractIntFromCStr() local
2204 OSErr errCode; in ExtractIntFromPStr() local
[all …]
H A DGetHTTPS.cpp72 OSErr errCode; in main() local
87 BailIfError(errCode = MacSocket_Startup()); in main()
102 BailIfError(errCode = MacSocket_connect(theSocket,tempString)); in main()
125 errCode = SSL_connect(ssl); in main()
127 if (errCode < 0) in main()
129 …tErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode); in main()
139 errCode = SSL_write(ssl,tempString,CStrLength(tempString)); in main()
141 if (errCode < 0) in main()
143 SetErrorMessageAndLongIntAndBail("OpenSSL: Error writing data via ssl, SSL_write() = ",errCode); in main()
177 errCode = noErr; in main()
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp827 return(errCode); in CopyLongIntToNewHandle()
841 return(errCode); in CopyLongIntToExistingHandle()
1512 OSErr errCode; in InsertCStrIntoHandle() local
1700 OSErr errCode; in CopyCStrAndInsertCStrLongIntIntoHandle() local
1737 OSErr errCode; in CopyIndexedWordToCStr() local
1834 OSErr errCode; in CopyIndexedWordToNewHandle() local
1924 OSErr errCode; in CopyIndexedLineToCStr() local
2033 OSErr errCode; in CopyIndexedLineToNewHandle() local
2151 OSErr errCode; in ExtractIntFromCStr() local
2204 OSErr errCode; in ExtractIntFromPStr() local
[all …]
H A DGetHTTPS.cpp72 OSErr errCode; in main() local
87 BailIfError(errCode = MacSocket_Startup()); in main()
102 BailIfError(errCode = MacSocket_connect(theSocket,tempString)); in main()
125 errCode = SSL_connect(ssl); in main()
127 if (errCode < 0) in main()
129 …tErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode); in main()
139 errCode = SSL_write(ssl,tempString,CStrLength(tempString)); in main()
141 if (errCode < 0) in main()
143 SetErrorMessageAndLongIntAndBail("OpenSSL: Error writing data via ssl, SSL_write() = ",errCode); in main()
177 errCode = noErr; in main()
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gnutls/
H A Dglobals.h35 #define xmlSecGnuTLSGCryptError(errorFunction, errCode, errorObject) \ argument
37 const char* source = gcry_strsource((errCode)); \
38 const char* message = gcry_strerror((errCode)); \
44 (long)(errCode), \
58 #define xmlSecGnuTLSError(errorFunction, errCode, errorObject) \ argument
60 const char* message = gnutls_strerror((errCode)); \
66 (long)(errCode), \
81 #define xmlSecGnuTLSError2(errorFunction, errCode, errorObject, msg, param) \ argument
83 const char* message = gnutls_strerror((errCode)); \
90 (long)(errCode), \
/dports/devel/libght/libght-0.1.0/test/
H A Dcu_tester.c40 CU_ErrorCode errCode = 0; in main() local
51 errCode = CU_get_error(); in main()
52 …" Error attempting to initialize registry: %d. See CUError.h for error code list.\n", errCode); in main()
53 return errCode; in main()
59 errCode = CU_get_error(); in main()
61 return errCode; in main()
68 errCode = CU_basic_run_tests(); in main()
111 errCode = CU_run_test(suite_to_run, test_to_run); in main()
112 if (errCode != CUE_SUCCESS) in main()
131 errCode = CU_run_suite(suite_to_run); in main()
[all …]
/dports/devel/upnp/pupnp-release-1.14.12/ixml/src/
H A Ddocument.c121 int errCode = IXML_SUCCESS; in ixmlDocument_createElementEx() local
159 return errCode; in ixmlDocument_createElementEx()
183 int errCode = IXML_SUCCESS; in ixmlDocument_createDocumentEx() local
207 return errCode; in ixmlDocument_createDocumentEx()
288 int errCode = IXML_SUCCESS; in ixmlDocument_createAttributeEx() local
319 return errCode; in ixmlDocument_createAttributeEx()
343 int errCode = IXML_SUCCESS; in ixmlDocument_createAttributeNSEx() local
350 errCode = in ixmlDocument_createAttributeNSEx()
364 errCode = in ixmlDocument_createAttributeNSEx()
374 return errCode; in ixmlDocument_createAttributeNSEx()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mt_tests/command_queue/
H A Dioq_task_tests_mt.cpp110 cl_int errCode = CL_SUCCESS; in TEST_F() local
113 EXPECT_EQ(success, errCode); in TEST_F()
126 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
130 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
136 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
138 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
181 cl_int errCode = CL_SUCCESS; in TEST_F() local
197 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
201 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
207 EXPECT_EQ(CL_SUCCESS, errCode); in TEST_F()
[all …]

12345678910>>...175