Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcbdb.c106 static bool tcbdbleafsave(TCBDB *bdb, BDBLEAF *leaf);
778 if(leaf && leaf->dirty && !tcbdbleafsave(bdb, leaf)) err = true; in tcbdbcopy()
1350 if(leaf->dirty && !tcbdbleafsave(bdb, leaf)) err = true; in tcbdbmemsync()
1896 if(leaf->dirty && !tcbdbleafsave(bdb, leaf)) err = true; in tcbdbleafcacheout()
1914 static bool tcbdbleafsave(TCBDB *bdb, BDBLEAF *leaf){ in tcbdbleafsave() function
2981 if(!tcbdbleafsave(bdb, leaf)){ in tcbdbopenimpl()
H A DChangeLog1179 * tcbdb.c (tcbdbleafsave, tcbdbleafload): warnings on 64-bit system were cleared.
1207 * tcbdb.c (tcbdbleafsave): empty pages was to be removed for time space efficiency.