Searched refs:gbytes (Results 26 - 41 of 41) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h793 int get_maxsize(u_int32_t *gbytes, u_int32_t *bytes);
804 int set_maxsize(u_int32_t gbytes, u_int32_t bytes);
H A Ddb.h572 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h793 int get_maxsize(u_int32_t *gbytes, u_int32_t *bytes);
804 int set_maxsize(u_int32_t gbytes, u_int32_t bytes);
H A Ddb.h611 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl77 cache), to m4_arg(gbytes) gigabytes plus m4_arg(bytes). The cache
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c304 *gbytesp = (u_int32_t)replyp->gbytes;
546 __dbcl_env_set_cachesize(dbenv, gbytes, bytes, ncache)
548 u_int32_t gbytes;
564 msg.gbytes = (u_int)gbytes;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp31 replyp->status = dbenv->get_cachesize(&replyp->gbytes,
38 u_int32_t gbytes,
50 ret = dbenv->set_cachesize(gbytes, bytes, ncache);
36 __env_set_cachesize_proc( u_int dbenvcl_id, u_int32_t gbytes, u_int32_t bytes, u_int32_t ncache, __env_set_cachesize_reply *replyp) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c186 u_int32_t bytes, gbytes, value; local
383 ret = dbp->get_cachesize(dbp, &gbytes, &bytes, &ncache);
386 myobjv[0] = Tcl_NewIntObj((int)gbytes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_stat.c591 STAT_ULONG("Max gbytes", dbmfp->gbytes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Dgen_db_server.c204 msg->gbytes,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c2523 u_int32_t gbytes = 0, bytes = 0; local
2524 errno = self->get_cachesize(self, &gbytes, &bytes, NULL);
2525 return (jlong)gbytes * GIGABYTE + bytes;
3090 u_int32_t gbytes, bytes; local
3091 errno = self->get_cachesize(self, &gbytes, &bytes, NULL);
3092 return (jlong)gbytes * GIGABYTE + bytes;
3100 u_int32_t gbytes, bytes; local
3101 errno = self->get_cache_max(self, &gbytes, &bytes);
3102 return (jlong)gbytes * GIGABYTE + bytes;
3225 u_int32_t gbytes, byte local
3392 u_int32_t gbytes, bytes; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c653 repth.gbytes = rep->gbytes;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h574 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h563 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h584 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h611 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile

Completed in 299 milliseconds

12