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

/macosx-10.9.5/BerkeleyDB-21/db/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" ;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestreslist.c47 int c_count; member in struct:__anon6211
72 res->id = my_params->c_count++;
255 ABTS_INT_EQUAL(tc, RESLIST_SMAX, params->c_count - params->d_count);
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtestreslist.c47 int c_count; member in struct:__anon6322
72 res->id = my_params->c_count++;
258 ABTS_INT_EQUAL(tc, RESLIST_SMAX, params->c_count - params->d_count);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DBridgeConfiguration.c1045 CFIndex c_count; local
1048 c_count = (c_bridge_interfaces != NULL) ? CFArrayGetCount(c_bridge_interfaces) : 0;
1058 if ((c_count == 0) ||
1060 CFRangeMake(0, c_count),
1115 CFIndex c_count; local
1122 c_count = (c_bridge_interfaces != NULL) ? CFArrayGetCount(c_bridge_interfaces) : 0;
1164 if ((c_count > 0) &&
1176 CFRangeMake(0, c_count),
1194 for (c = 0; c < c_count; c++) {
1252 for (c = 0; c < c_count;
[all...]
H A DBondConfiguration.c1544 CFIndex c_count; local
1547 c_count = (c_bond_interfaces != NULL) ? CFArrayGetCount(c_bond_interfaces) : 0;
1557 if ((c_count == 0) ||
1559 CFRangeMake(0, c_count),
1615 CFIndex c_count; local
1623 c_count = (c_bond_interfaces != NULL) ? CFArrayGetCount(c_bond_interfaces) : 0;
1675 if ((c_count > 0) &&
1687 CFRangeMake(0, c_count),
1705 for (c = 0; c < c_count; c++) {
1766 for (c = 0; c < c_count;
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Ddn2id.c762 (*cursor)->c_count( *cursor, &dkids, 0 );
827 cursor->c_count( cursor, &dkids, 0 );
877 rc = cursor->c_count( cursor, &dkids, 0 );
1012 cx->dbc->c_count( cx->dbc, &dkids, 0 );
H A Didl.c739 rc = cursor->c_count( cursor, &count, 0 );
741 err = "c_count";
H A Dtools.c1201 curs->c_count( curs, &count, 0 );
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash.c143 dbc->count = dbc->c_count = __dbc_count_pp;
/macosx-10.9.5/BerkeleyDB-21/db/qam/
H A Dqam.c1656 dbc->count = dbc->c_count = __dbc_count_pp;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in1688 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_cursor.c166 dbc->count = dbc->c_count = __dbc_count_pp;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1678 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1667 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1676 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1715 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1715 int (*c_count) __P((DBC *, db_recno_t *, u_int32_t)); member in struct:__dbc
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp1645 if((ret = dbc->c_count(dbc, &count, 0)) != 0) {
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dgen_client.c3316 dbc->count = dbc->c_count = __dbcl_dbc_count;
/macosx-10.9.5/BerkeleyDB-21/db/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 222 milliseconds