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

/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_tpcb.c103 #define HISTORY_LEN 100 macro
394 (void)dbp->set_re_len(dbp, HISTORY_LEN);
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/
H A DTpcbExample.cpp97 #define HISTORY_LEN 100 macro
364 dbp->set_re_len(HISTORY_LEN);
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp4 #define HISTORY_LEN 100 macro
185 dbp->set_re_len(dbp, HISTORY_LEN);
/macosx-10.10.1/BerkeleyDB-21/db/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 139 milliseconds