Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtchdb.c167 static bool tchdboutimpl(TCHDB *hdb, const char *kbuf, int ksiz, uint64_t bidx, uint8_t hash);
667 bool rv = tchdboutimpl(hdb, kbuf, ksiz, bidx, hash); in tchdbout()
1611 bool rv = tchdboutimpl(hdb, kbuf, ksiz, bidx, hash); in tchdbputproc()
3907 static bool tchdboutimpl(TCHDB *hdb, const char *kbuf, int ksiz, uint64_t bidx, uint8_t hash){ in tchdboutimpl() function
H A DChangeLog781 * tchdb.c (tchdbputimpl, tchdboutimpl, tchdbgutimpl): concurrency was improved.