Searched refs:HISTORY_LEN (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c103 #define HISTORY_LEN 100 macro
394 (void)dbp->set_re_len(dbp, HISTORY_LEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp97 #define HISTORY_LEN 100 macro
364 dbp->set_re_len(HISTORY_LEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp4 #define HISTORY_LEN 100 macro
185 dbp->set_re_len(dbp, HISTORY_LEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java63 public static final int HISTORY_LEN = 100; field in class:TpcbExample
233 config.setRecordLength(HISTORY_LEN);

Completed in 98 milliseconds