Searched refs:set_h_ffactor (Results 26 - 32 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1500 int (*set_h_ffactor) __P((DB *, u_int32_t)); member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c1175 ret = dbp->set_h_ffactor(dbp, ffactor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1016 ret = dbp->set_h_ffactor(ffactor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3272 dbp->set_h_ffactor = __dbcl_db_set_h_ffactor;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c1989 ret = (*dbp)->set_h_ffactor(*dbp, uintarg);
1991 DB_RETOK_STD(ret), "set_h_ffactor");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs1539 Status = dbp->set_h_ffactor(dbp, info->h_ffactor) ;
1540 Trace(("set_h_ffactor [%d] returned %s\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c2684 return self->set_h_ffactor(self, h_ffactor);

Completed in 126 milliseconds

12