Searched refs:errCode (Results 1 - 25 of 81) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DReplicationStatus.java19 private int errCode; field in class:ReplicationStatus
28 final int errCode,
33 this.errCode = errCode;
39 private ReplicationStatus(final String statusName, final int errCode) { argument
40 this(statusName, errCode, null, 0, null);
47 return errCode == 0;
57 return errCode == DbConstants.DB_REP_IGNORE;
66 return errCode == DbConstants.DB_REP_ISPERM;
78 return errCode
27 ReplicationStatus(final String statusName, final int errCode, final DatabaseEntry cdata, final int envid, final LogSequenceNumber lsn) argument
132 getStatus(final int errCode, final DatabaseEntry cdata, final int envid, final LogSequenceNumber lsn) argument
[all...]
H A DOperationStatus.java42 static OperationStatus fromInt(final int errCode) { argument
43 switch(errCode) {
54 "Unknown error code: " + DbEnv.strerror(errCode));
60 private int errCode; field in class:OperationStatus
62 private OperationStatus(final String statusName, int errCode) { argument
64 this.errCode = errCode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DReplicationStatus.java19 private int errCode; field in class:ReplicationStatus
28 final int errCode,
33 this.errCode = errCode;
39 private ReplicationStatus(final String statusName, final int errCode) { argument
40 this(statusName, errCode, null, 0, null);
47 return errCode == 0;
57 return errCode == DbConstants.DB_REP_IGNORE;
66 return errCode == DbConstants.DB_REP_ISPERM;
78 return errCode
27 ReplicationStatus(final String statusName, final int errCode, final DatabaseEntry cdata, final int envid, final LogSequenceNumber lsn) argument
132 getStatus(final int errCode, final DatabaseEntry cdata, final int envid, final LogSequenceNumber lsn) argument
[all...]
H A DOperationStatus.java42 static OperationStatus fromInt(final int errCode) { argument
43 switch(errCode) {
54 "Unknown error code: " + DbEnv.strerror(errCode));
60 private int errCode; field in class:OperationStatus
62 private OperationStatus(final String statusName, int errCode) { argument
64 this.errCode = errCode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DReplicationStatus.java19 private int errCode; field in class:ReplicationStatus
28 final int errCode,
33 this.errCode = errCode;
39 private ReplicationStatus(final String statusName, final int errCode) { argument
40 this(statusName, errCode, null, 0, null);
47 return errCode == 0;
57 return errCode == DbConstants.DB_REP_IGNORE;
66 return errCode == DbConstants.DB_REP_ISPERM;
78 return errCode
27 ReplicationStatus(final String statusName, final int errCode, final DatabaseEntry cdata, final int envid, final LogSequenceNumber lsn) argument
132 getStatus(final int errCode, final DatabaseEntry cdata, final int envid, final LogSequenceNumber lsn) argument
[all...]
H A DOperationStatus.java42 static OperationStatus fromInt(final int errCode) { argument
43 switch(errCode) {
54 "Unknown error code: " + DbEnv.strerror(errCode));
60 private int errCode; field in class:OperationStatus
62 private OperationStatus(final String statusName, int errCode) { argument
64 this.errCode = errCode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnpsoap.h20 SoapError(struct upnphttp * h, int errCode, const char * errDesc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnpsoap.h20 SoapError(struct upnphttp * h, int errCode, const char * errDesc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnpsoap.h20 SoapError(struct upnphttp * h, int errCode, const char * errDesc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp72 OSErr errCode; local
87 BailIfError(errCode = MacSocket_Startup());
93 BailIfError(errCode = MacSocket_socket(&theSocket,false,theTimeout * 60,MyMacSocket_IdleWaitCallback,&randomizer));
102 BailIfError(errCode = MacSocket_connect(theSocket,tempString));
125 errCode = SSL_connect(ssl);
127 if (errCode < 0)
129 SetErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode);
139 errCode = SSL_write(ssl,tempString,CStrLength(tempString));
141 if (errCode < 0)
143 SetErrorMessageAndLongIntAndBail("OpenSSL: Error writing data via ssl, SSL_write() = ",errCode);
[all...]
H A DErrorHandling.cpp131 OSErr errCode; local
134 errCode = CopyCStrToNewHandle(gErrorMessage,inoutHandle);
136 return(errCode);
142 OSErr errCode; local
145 errCode = CopyCStrToExistingHandle(gErrorMessage,inoutHandle);
147 return(errCode);
154 OSErr errCode; local
157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);
159 return(errCode);
H A DErrorHandling.hpp39 errCode = kGenericError; \
48 errCode = kGenericError; \
56 errCode = kGenericError; \
66 errCode = theErrCode; \
77 errCode = theErrCode; \
86 errCode = kGenericError; \
96 errCode = theErrCode; \
107 errCode = kGenericError; \
124 errCode = theErrCode; \
133 errCode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp72 OSErr errCode; local
87 BailIfError(errCode = MacSocket_Startup());
93 BailIfError(errCode = MacSocket_socket(&theSocket,false,theTimeout * 60,MyMacSocket_IdleWaitCallback,&randomizer));
102 BailIfError(errCode = MacSocket_connect(theSocket,tempString));
125 errCode = SSL_connect(ssl);
127 if (errCode < 0)
129 SetErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode);
139 errCode = SSL_write(ssl,tempString,CStrLength(tempString));
141 if (errCode < 0)
143 SetErrorMessageAndLongIntAndBail("OpenSSL: Error writing data via ssl, SSL_write() = ",errCode);
[all...]
H A DErrorHandling.cpp131 OSErr errCode; local
134 errCode = CopyCStrToNewHandle(gErrorMessage,inoutHandle);
136 return(errCode);
142 OSErr errCode; local
145 errCode = CopyCStrToExistingHandle(gErrorMessage,inoutHandle);
147 return(errCode);
154 OSErr errCode; local
157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);
159 return(errCode);
H A DErrorHandling.hpp39 errCode = kGenericError; \
48 errCode = kGenericError; \
56 errCode = kGenericError; \
66 errCode = theErrCode; \
77 errCode = theErrCode; \
86 errCode = kGenericError; \
96 errCode = theErrCode; \
107 errCode = kGenericError; \
124 errCode = theErrCode; \
133 errCode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp72 OSErr errCode; local
87 BailIfError(errCode = MacSocket_Startup());
93 BailIfError(errCode = MacSocket_socket(&theSocket,false,theTimeout * 60,MyMacSocket_IdleWaitCallback,&randomizer));
102 BailIfError(errCode = MacSocket_connect(theSocket,tempString));
125 errCode = SSL_connect(ssl);
127 if (errCode < 0)
129 SetErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode);
139 errCode = SSL_write(ssl,tempString,CStrLength(tempString));
141 if (errCode < 0)
143 SetErrorMessageAndLongIntAndBail("OpenSSL: Error writing data via ssl, SSL_write() = ",errCode);
[all...]
H A DErrorHandling.cpp131 OSErr errCode; local
134 errCode = CopyCStrToNewHandle(gErrorMessage,inoutHandle);
136 return(errCode);
142 OSErr errCode; local
145 errCode = CopyCStrToExistingHandle(gErrorMessage,inoutHandle);
147 return(errCode);
154 OSErr errCode; local
157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);
159 return(errCode);
H A DErrorHandling.hpp39 errCode = kGenericError; \
48 errCode = kGenericError; \
56 errCode = kGenericError; \
66 errCode = theErrCode; \
77 errCode = theErrCode; \
86 errCode = kGenericError; \
96 errCode = theErrCode; \
107 errCode = kGenericError; \
124 errCode = theErrCode; \
133 errCode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp72 OSErr errCode; local
87 BailIfError(errCode = MacSocket_Startup());
93 BailIfError(errCode = MacSocket_socket(&theSocket,false,theTimeout * 60,MyMacSocket_IdleWaitCallback,&randomizer));
102 BailIfError(errCode = MacSocket_connect(theSocket,tempString));
125 errCode = SSL_connect(ssl);
127 if (errCode < 0)
129 SetErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode);
139 errCode = SSL_write(ssl,tempString,CStrLength(tempString));
141 if (errCode < 0)
143 SetErrorMessageAndLongIntAndBail("OpenSSL: Error writing data via ssl, SSL_write() = ",errCode);
[all...]
H A DErrorHandling.cpp131 OSErr errCode; local
134 errCode = CopyCStrToNewHandle(gErrorMessage,inoutHandle);
136 return(errCode);
142 OSErr errCode; local
145 errCode = CopyCStrToExistingHandle(gErrorMessage,inoutHandle);
147 return(errCode);
154 OSErr errCode; local
157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);
159 return(errCode);
H A DErrorHandling.hpp39 errCode = kGenericError; \
48 errCode = kGenericError; \
56 errCode = kGenericError; \
66 errCode = theErrCode; \
77 errCode = theErrCode; \
86 errCode = kGenericError; \
96 errCode = theErrCode; \
107 errCode = kGenericError; \
124 errCode = theErrCode; \
133 errCode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp72 OSErr errCode; local
87 BailIfError(errCode = MacSocket_Startup());
93 BailIfError(errCode = MacSocket_socket(&theSocket,false,theTimeout * 60,MyMacSocket_IdleWaitCallback,&randomizer));
102 BailIfError(errCode = MacSocket_connect(theSocket,tempString));
125 errCode = SSL_connect(ssl);
127 if (errCode < 0)
129 SetErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode);
139 errCode = SSL_write(ssl,tempString,CStrLength(tempString));
141 if (errCode < 0)
143 SetErrorMessageAndLongIntAndBail("OpenSSL: Error writing data via ssl, SSL_write() = ",errCode);
[all...]
H A DErrorHandling.cpp131 OSErr errCode; local
134 errCode = CopyCStrToNewHandle(gErrorMessage,inoutHandle);
136 return(errCode);
142 OSErr errCode; local
145 errCode = CopyCStrToExistingHandle(gErrorMessage,inoutHandle);
147 return(errCode);
154 OSErr errCode; local
157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);
159 return(errCode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp72 OSErr errCode; local
87 BailIfError(errCode = MacSocket_Startup());
93 BailIfError(errCode = MacSocket_socket(&theSocket,false,theTimeout * 60,MyMacSocket_IdleWaitCallback,&randomizer));
102 BailIfError(errCode = MacSocket_connect(theSocket,tempString));
125 errCode = SSL_connect(ssl);
127 if (errCode < 0)
129 SetErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode);
139 errCode = SSL_write(ssl,tempString,CStrLength(tempString));
141 if (errCode < 0)
143 SetErrorMessageAndLongIntAndBail("OpenSSL: Error writing data via ssl, SSL_write() = ",errCode);
[all...]
H A DErrorHandling.cpp131 OSErr errCode; local
134 errCode = CopyCStrToNewHandle(gErrorMessage,inoutHandle);
136 return(errCode);
142 OSErr errCode; local
145 errCode = CopyCStrToExistingHandle(gErrorMessage,inoutHandle);
147 return(errCode);
154 OSErr errCode; local
157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);
159 return(errCode);

Completed in 227 milliseconds

1234