Home
last modified time | relevance | path

Searched refs:tcfdbforeachimpl (Results 1 – 2 of 2) sorted by relevance

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcfdb.c106 static bool tcfdbforeachimpl(TCFDB *fdb, TCITER iter, void *op);
1377 bool rv = tcfdbforeachimpl(fdb, iter, op); in tcfdbforeach()
2516 static bool tcfdbforeachimpl(TCFDB *fdb, TCITER iter, void *op){ in tcfdbforeachimpl() function
H A DChangeLog587 * tcfdb.c (tcfdbforeach, tcfdbforeachimpl): new functions.