Searched refs:abort (Results 176 - 200 of 508) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_util.c137 abort();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dcomment.c106 abort();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dcp949.h95 if (ret != 2) abort();
H A Dloop_unicode.h48 if (!(sub_outcount <= outleft)) abort();
92 if (!(sub_outcount <= outleft)) abort();
143 if (!(sub_outcount <= outleft)) abort();
260 if (!(outcount <= outleft)) abort();
415 if (!(outcount <= outleft)) abort();
419 if (!(incount <= inleft)) abort();
500 if (!(outcount <= outleft)) abort();
516 if (!(outcount <= outleft)) abort();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmbsstr.c211 abort ();
219 abort ();
318 abort ();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcode.c296 abort();
348 abort();
394 abort();
H A DDbRecord.c37 abort();
164 abort();
383 abort();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-lisp.c920 abort ();
1369 abort ();
1374 abort ();
1379 abort ();
H A Dx-python.c197 abort ();
270 abort ();
275 abort ();
342 abort ();
344 abort ();
368 abort ();
452 abort ();
506 abort ();
847 abort ();
915 abort ();
[all...]
H A Dwrite-po.c93 abort ();
139 abort ();
622 abort ();
700 abort ();
711 abort ();
753 default: abort ();
825 abort ();
836 abort ();
1020 abort ();
1102 abort ();
[all...]
H A Dx-csharp.c183 abort ();
257 abort ();
262 abort ();
325 abort ();
327 abort ();
350 abort ();
434 abort ();
510 abort ();
562 abort ();
1293 abort ();
[all...]
H A Dformat-pascal.c282 abort ();
486 abort ();
507 abort ();
H A Dx-php.c186 abort ();
526 abort ();
726 abort ();
1310 abort ();
1551 abort ();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd008.tcl66 { {recd008_parent abort ENV DB $method $p1 TXNID 1 1 $breadth $depth}
67 "Recd008.c: child abort parent" }
74 op_recover abort $testdir $env_cmd $dbfile $cmd $msg
112 # Parent commit/abort (in op_recover)
150 "abort" {
189 set ret [recd008_txn abort $env $db $method $p1key $t \
199 # Commit or abort
218 "abort" {
H A Dtest061.tcl8 # TEST Test of txn abort and commit for in-memory databases.
9 # TEST a) Put + abort: verify absence of data
11 # TEST c) Overwrite + abort: verify that data is unchanged
13 # TEST e) Delete + abort: verify that data is still present
40 puts "Test061: Transaction abort and commit test for in-memory data."
74 puts "\tTest061.a: put/abort"
88 # abort
89 error_check_good txn_abort [$txn abort] 0
116 puts "\tTest061.c: overwrite/abort"
131 # abort
[all...]
H A Dtxn011.tcl11 # TEST and abort work, and that only the log records we
57 txn011_runtxns $ntxns $db $ndenv abort
88 txn011_runtxns $ntxns $ndb $env abort
121 # Add items to db in several txns but abort every one.
122 txn011_runtxns $ntxns $ddb $env abort
H A Drep075.tcl46 set ops {commit abort both}
197 } elseif { $op == "abort" } {
198 set op1 abort
199 set op2 abort
204 set op2 abort
206 set op1 abort
H A Dsysscript.tcl136 [$txn abort] 0} ret]
177 $mypid:txn_abort [$txn abort] 0} ret]
212 $mypid:txn_abort [$txn abort] 0} ret]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmbsstr.c211 abort ();
219 abort ();
318 abort ();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Dalloca.c360 abort ();
369 abort ();
388 abort ();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dtransapp.cs307 if ((ret = tid->abort(tid)) != 0) {
308 dbenv->err(dbenv, ret, "DB_TXN->abort");
352 if ((ret = tid->abort(tid)) != 0) {
353 dbenv->err(dbenv, ret, "DB_TXN->abort");
385 if ((ret = tid->abort(tid)) != 0) {
386 dbenv->err(dbenv, ret, "DB_TXN->abort");
428 if ((ret = tid->abort(tid)) != 0) {
429 dbenv->err(dbenv, ret, "DB_TXN->abort");
461 if ((ret = tid->abort(tid)) != 0) {
462 dbenv->err(dbenv, ret, "DB_TXN->abort");
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dtransapp.cs307 if ((ret = tid->abort(tid)) != 0) {
308 dbenv->err(dbenv, ret, "DB_TXN->abort");
352 if ((ret = tid->abort(tid)) != 0) {
353 dbenv->err(dbenv, ret, "DB_TXN->abort");
385 if ((ret = tid->abort(tid)) != 0) {
386 dbenv->err(dbenv, ret, "DB_TXN->abort");
428 if ((ret = tid->abort(tid)) != 0) {
429 dbenv->err(dbenv, ret, "DB_TXN->abort");
461 if ((ret = tid->abort(tid)) != 0) {
462 dbenv->err(dbenv, ret, "DB_TXN->abort");
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dfips.c170 "reading `%s' failed: %s - abort",
173 abort ();
190 /* If that fails we can't do anything but abort the
197 "creating FSM lock failed: %s - abort",
200 abort ();
235 "acquiring FSM lock failed: %s - abort",
238 abort ();
254 "releasing FSM lock failed: %s - abort",
257 abort ();
853 abort ();
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dnstat.c136 abort();
142 abort();
173 abort();
192 abort();
201 abort();
205 abort();
208 abort();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/class/
H A Dusblp.c888 goto abort;
899 goto abort;
904 goto abort;
912 goto abort;
924 goto abort;
929 goto abort;
936 goto abort;
950 goto abort;
955 goto abort;
991 abort
[all...]

Completed in 288 milliseconds

1234567891011>>