Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtchdb.c109 ((TC_hdb)->mmtx ? tchdblockallrecords((TC_hdb), (TC_wr)) : true)
188 static bool tchdblockallrecords(TCHDB *hdb, bool wr);
4942 static bool tchdblockallrecords(TCHDB *hdb, bool wr){ in tchdblockallrecords() function
H A DChangeLog723 * tchdb.c (tchdblockallrecords, tchdbunlockallrecords): new functions.