Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A DChangeLog651 * tchdb.c (tchdbopenimpl): memory usage of reader declined.
1073 * tchdb.c (tchdbsetmutex, tchdbopenimpl): multiple reading file descriptors were added.
1237 * tchdb.c (tchdbopenimpl): database corruption was to be handled automatically.
H A Dtchdb.c159 static bool tchdbopenimpl(TCHDB *hdb, const char *path, int omode);
376 bool rv = tchdbopenimpl(hdb, path, omode); in tchdbopen()
3327 static bool tchdbopenimpl(TCHDB *hdb, const char *path, int omode){ in tchdbopenimpl() function
4634 bool rv = tchdbopenimpl(hdb, tpath, omode); in tchdboptimizeimpl()
4649 if(!tchdbopenimpl(hdb, path, HDBOTRUNC | omode)){ in tchdbvanishimpl()