Searched refs:ACCOUNTS (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h8 #define ACCOUNTS 1000 macro
H A DTpcbExample.cpp25 : dbenv(0), accounts(ACCOUNTS), branches(BRANCHES),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c76 #define ACCOUNTS 1000000 macro
83 #define ACCOUNTS 1000 macro
90 #define ACCOUNTS 500 macro
97 #define ACCOUNTS 100000 macro
196 accounts = accounts == 0 ? ACCOUNTS : accounts;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp77 #define ACCOUNTS 1000000 macro
84 #define ACCOUNTS 1000 macro
91 #define ACCOUNTS 100000 macro
193 accounts = accounts == 0 ? ACCOUNTS : accounts;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java43 public static final int ACCOUNTS = 1000000;
51 public static final int ACCOUNTS = 1000;
58 public static final int ACCOUNTS = 100000; field in class:TpcbExample
594 int accounts = ACCOUNTS;

Completed in 44 milliseconds