Searched refs:c_count (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddb-3.1.t28 title "c_count";
57 cmp_ok $cursor->c_count($count), '==', 0, " c_count ok" ;
65 cmp_ok $cursor->c_count($count), '==', 0, " c_count ok" ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c143 dbc->count = dbc->c_count = __dbc_count_pp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c1656 dbc->count = dbc->c_count = __dbc_count_pp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c166 dbc->count = dbc->c_count = __dbc_count_pp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1678 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1667 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1688 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1676 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1715 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1715 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp1645 if((ret = dbc->c_count(dbc, &count, 0)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3316 dbc->count = dbc->c_count = __dbcl_dbc_count;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs4165 #define cu_c_count(c,p,f) (c->Status = (c->cursor->c_count)(c->cursor,&p,f))
4175 softCrash("c_count needs at least Berkeley DB 3.1.x");
4181 Trace((" c_count got %d duplicates\n", count)) ;

Completed in 298 milliseconds