Searched refs:errorCode (Results 1 - 25 of 51) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEventHandler.java128 @param errorCode
130 will be passed in the errorCode parameter.
132 public void handleWriteFailedEvent(int errorCode); argument
H A DEventHandlerAdapter.java64 public void handleWriteFailedEvent(int errorCode) {} argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDotZLib.cs92 /// <param name="errorCode">The zlib error code that caused the exception</param>
94 public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCode, msg)) argument
102 /// <param name="errorCode">The zlib error code that caused the exception</param>
103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDotZLib.cs92 /// <param name="errorCode">The zlib error code that caused the exception</param>
94 public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCode, msg)) argument
102 /// <param name="errorCode">The zlib error code that caused the exception</param>
103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest060.tcl12 global errorCode
52 set errorCode NONE
58 error_check_good dbopen:excl [is_substr $errorCode EEXIST] 1
H A Dsdb020.tcl14 global errorCode
79 set errorCode NONE
82 error_check_good expect_error [is_substr $errorCode EINVAL] 1
101 set errorCode NONE
104 error_check_good expect_error [is_substr $errorCode EINVAL] 1
H A Dtest063.tcl12 global errorCode
104 error_check_good db_put_rdonly [is_substr $errorCode "EACCES"] 1
109 set errorCode "NONE"
124 error_check_good dbc_put_rdonly [is_substr $errorCode "EACCES"] 1
131 set errorCode "NONE"
134 error_check_good db_del_rdonly [is_substr $errorCode "EACCES"] 1
145 set errorCode "NONE"
148 error_check_good dbc_del_rdonly [is_substr $errorCode "EACCES"] 1
H A Dtest049.tcl11 global errorCode
97 error_check_good dbc:get:$flag [is_substr $errorCode EINVAL] 1
107 error_check_good dbc:get:$flag [is_substr $errorCode EINVAL] 1
112 error_check_good dbc:get:partial [is_substr $errorCode EINVAL] 1
116 error_check_good dbc_get:rmw [is_substr $errorCode EINVAL] 1
168 error_check_good dbc_put:partial [is_substr $errorCode EINVAL] 1
174 error_check_good dbc_del [is_substr $errorCode EINVAL] 1
H A Dtest051.tcl16 global errorCode
54 set errorCode NONE
61 dbopen:flagtest:$f [is_substr $errorCode EINVAL] 1
62 set errorCode NONE
75 dbopen:flagtest:$f [is_substr $errorCode EINVAL] 1
113 [is_substr $errorCode "EINVAL"] 1
129 [is_substr $errorCode "EINVAL"] 1
H A Dsdb017.tcl10 global errorCode
91 set errorCode NONE
95 error_check_good rename_overwrite_ret [is_substr $errorCode EEXIST] 1
H A Dtest067.tcl32 global errorCode
139 set errorCode NONE
144 partial_put_valid($currdatum) $errorCode NONE
H A Dtest109.tcl14 global errorCode
84 set errorCode NONE
87 error_check_good max>min [is_substr $errorCode EINVAL] 1
90 set errorCode NONE
93 error_check_good init [is_substr $errorCode EINVAL] 1
164 global errorCode
286 set errorCode NONE
297 error_check_good overflow [is_substr $errorCode EINVAL] 1
H A Dtest095.tcl165 global errorCode
214 if { [is_substr $errorCode DB_BUFFER_SMALL] != 1 && \
215 [is_substr $errorCode EINVAL] != 1 } {
218 $errorCode "DB_BUFFER_SMALL or EINVAL"
250 global errorCode
278 db:get:$flag:$badflag [is_substr $errorCode EINVAL] 1
290 [is_substr $errorCode EINVAL] 1
H A Dtest068.tcl14 global errorCode
136 set errorCode "NONE"
141 [is_substr $errorCode EINVAL] 1
143 set errorCode "NONE"
148 [is_substr $errorCode EINVAL] 1
H A Dsdb009.tcl10 global errorCode
104 error_check_good rename_overwrite_ret [is_substr $errorCode EEXIST] 1
H A Dtest102.tcl116 global errorCode
168 if { [is_substr $errorCode DB_BUFFER_SMALL] != 1 && \
169 [is_substr $errorCode EINVAL] != 1 } {
172 $errorCode "DB_BUFFER_SMALL or EINVAL"
H A Denv007.tcl18 global errorCode
316 [is_substr $errorCode EINVAL] || \
317 [is_substr $errorCode EOPNOTSUPP]] 1
515 error_check_good error [is_substr $errorCode EINVAL] 1
595 [is_substr $errorCode EINVAL] || \
596 [is_substr $errorCode EOPNOTSUPP]] 1
H A Denv001.tcl11 global errorCode
95 error_check_good envremove:2procs:noforce [is_substr $errorCode EBUSY] 1
H A Denv003.tcl106 global errorCode
H A Denv008.tcl11 global errorCode
H A Dmemp001.tcl170 global errorCode
186 [is_substr $errorCode EINVAL] || \
187 [is_substr $errorCode EOPNOTSUPP]] 1
H A Dtest050.tcl12 global errorCode
116 error_check_good dbc_put:before:uninit [is_substr $errorCode EINVAL] 1
119 error_check_good dbc_put:after:uninit [is_substr $errorCode EINVAL] 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Ddns_sd.h474 * errorCode: Will be kDNSServiceErr_NoError (0) on success, otherwise indicates
475 * the failure that occurred (other parameters are undefined if errorCode is nonzero).
488 DNSServiceErrorType errorCode,
549 * errorCode: Will be kDNSServiceErr_NoError on success, otherwise will
552 * Other parameters are undefined if errorCode is nonzero.
571 DNSServiceErrorType errorCode,
805 * errorCode: Will be kDNSServiceErr_NoError (0) on success, otherwise will
807 * the errorCode is nonzero.
836 DNSServiceErrorType errorCode,
912 * errorCode
[all...]
H A Dnull-test.c39 AVAHI_GCC_UNUSED DNSServiceErrorType errorCode,
35 reply( AVAHI_GCC_UNUSED DNSServiceRef sdRef, AVAHI_GCC_UNUSED DNSServiceFlags flags, AVAHI_GCC_UNUSED uint32_t interfaceIndex, AVAHI_GCC_UNUSED DNSServiceErrorType errorCode, AVAHI_GCC_UNUSED const char *serviceName, AVAHI_GCC_UNUSED const char *regtype, AVAHI_GCC_UNUSED const char *replyDomain, AVAHI_GCC_UNUSED void *context) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dwbinfo.exp278 global errorCode
283 set errorCode ""
286 set exit_code [lindex $errorCode 2]

Completed in 187 milliseconds

123