Home
last modified time | relevance | path

Searched refs:cnt_searchfbp (Results 1 – 6 of 6) sorted by relevance

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtchdb.h97 volatile int64_t cnt_searchfbp; /* tesing counter for FBP search times */ member
H A Dtchdb.c2095 hdb->cnt_searchfbp = -1; in tchdbclear()
2112 TCDODEBUG(hdb->cnt_searchfbp = 0); in tchdbclear()
2453 TCDODEBUG(hdb->cnt_searchfbp++); in tchdbfbpsearch()
5098 wp += sprintf(wp, " cnt_searchfbp=%lld", (long long)hdb->cnt_searchfbp); in tchdbprintmeta()
H A Dtcbmttest.c214 iprintf("cnt_searchfbp: %lld\n", (long long)bdb->hdb->cnt_searchfbp); in mprint()
H A Dtchmttest.c205 iprintf("cnt_searchfbp: %lld\n", (long long)hdb->cnt_searchfbp); in mprint()
H A Dtchtest.c153 iprintf("cnt_searchfbp: %lld\n", (long long)hdb->cnt_searchfbp); in mprint()
H A Dtcbtest.c177 iprintf("cnt_searchfbp: %lld\n", (long long)bdb->hdb->cnt_searchfbp); in mprint()