Searched refs:c_close (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_curalloc.c49 DB_BENCH_ASSERT(curp->c_close(curp) == 0);
H A Db_curwalk.c171 DB_BENCH_ASSERT(dbc->c_close(dbc) == 0);
H A Db_workload.c350 DB_BENCH_ASSERT(dbc->c_close(dbc) == 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_curalloc.c48 DB_BENCH_ASSERT(curp->c_close(curp) == 0);
H A Db_curwalk.c170 DB_BENCH_ASSERT(dbc->c_close(dbc) == 0);
H A Db_workload.c349 DB_BENCH_ASSERT(dbc->c_close(dbc) == 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Djoin.t209 ok 36, $cursor1->c_close() == 0 ;
210 ok 37, $cursor2->c_close() == 0 ;
211 ok 38, $cursor3->c_close() == 0 ;
H A Dstrict.t122 ok 27, $cursor->c_close() == 0 ;
158 eval { $status = $cursor->c_close() ; } ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest098.tcl86 error_check_good c_close [$bc close] 0
H A Dtest085.tcl142 error_check_good c_close [$c close] 0
218 error_check_good c_close [$c close] 0
H A Drep015.tcl219 error_check_good c_close.$i \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/src/
H A Dclient.c309 (void)dbc1->c_close(dbc1);
311 (void)dbc3->c_close(dbc3);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_add.c155 if ((rc = cursor->c_close(cursor)) != 0) {
162 if ((rc = cursor->c_close(cursor)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dtransapp.cs456 if ((ret = dbc->c_close(dbc)) != 0) {
458 dbenv, ret, "dbc->c_close");
475 if ((ret = dbc->c_close(dbc)) != 0) {
476 dbenv->err(dbenv, ret, "dbc->c_close");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dtransapp.cs456 if ((ret = dbc->c_close(dbc)) != 0) {
458 dbenv, ret, "dbc->c_close");
475 if ((ret = dbc->c_close(dbc)) != 0) {
476 dbenv->err(dbenv, ret, "dbc->c_close");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A Dbt_recnum1.cs196 if ((t_ret = dbcp->c_close(dbcp)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dload.c66 if ((ret = cursor->c_close(cursor)) != 0) {
H A DDbRecord.c461 err: if (dbc != NULL && (t_ret = dbc->c_close(dbc)) != 0 && ret == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbif.c1248 rc = cur->c_close(cur);
1295 rc = cur->c_close(cur);
1336 rc = cur->c_close(cur);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm1326 # $self->{Cursor}->c_close() if $self->{Cursor} ;
1619 sub c_close subroutine
1744 $Object{"$db"}->c_close() ;
H A DBerkeleyDB.xs708 ((db->cursor)->c_close)(db->cursor) ;
856 cursor->c_close(cursor) ;
4048 ((db->cursor)->c_close)(db->cursor) ;
4065 ((db->cursor)->c_close)(db->cursor) ;
4542 ((db->cursor)->c_close)(db->cursor) ;
4570 ((db->cursor)->c_close)(db->cursor) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_join.c199 dbc->close = dbc->c_close = __db_join_close_pp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs367 #define db_DESTROY(db) (!db->aborted && ( db->cursor->c_close(db->cursor),\
503 (void)temp_cursor->c_close(temp_cursor);
508 (void)temp_cursor->c_close(temp_cursor);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp844 pdbc->dbc->c_close(pdbc->dbc);
923 ret = pdbc->dbc->c_close(pdbc->dbc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c142 dbc->close = dbc->c_close = __dbc_close_pp;

Completed in 201 milliseconds

12