Home
last modified time | relevance | path

Searched refs:TCFREE (Results 1 – 7 of 7) sorted by relevance

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtchdb.c240 TCFREE(hdb); in tchdbdel()
443 TCFREE(zbuf); in tchdbput()
503 TCFREE(zbuf); in tchdbputkeep()
579 TCFREE(zbuf); in tchdbputcat()
631 TCFREE(zbuf); in tchdbputasync()
2242 TCFREE(buf); in tchdbsavefbp()
2245 TCFREE(buf); in tchdbsavefbp()
2257 TCFREE(buf); in tchdbloadfbp()
2278 TCFREE(buf); in tchdbloadfbp()
3024 TCFREE(bbuf); in tchdbshiftrec()
[all …]
H A Dtcadb.c119 TCFREE(skel); in tcadbdel()
121 TCFREE(adb); in tcadbdel()
218 TCFREE(path); in tcadbopen()
255 TCFREE(path); in tcadbopen()
282 TCFREE(path); in tcadbopen()
301 TCFREE(path); in tcadbopen()
347 TCFREE(path); in tcadbopen()
3560 TCFREE(mul); in tcadbmuldel()
3646 TCFREE(gpat); in tcadbmulopen()
3647 TCFREE(path); in tcadbmulopen()
[all …]
H A Dtcfdb.c164 TCFREE(fdb); in tcfdbdel()
257 TCFREE(rpath); in tcfdbopen()
266 TCFREE(rpath); in tcfdbopen()
693 TCFREE(ids); in tcfdbrange2()
719 TCFREE(expr); in tcfdbrange4()
726 TCFREE(expr); in tcfdbrange4()
766 TCFREE(expr); in tcfdbrange4()
775 TCFREE(ids); in tcfdbrange4()
1601 TCFREE(tpath); in tcfdbwalrestore()
1723 TCFREE(tpath); in tcfdbwalremove()
[all …]
H A Dtctdb.c200 TCFREE(tdb); in tctdbdel()
882 TCFREE(conds); in tctdbqrydel()
883 TCFREE(qry); in tctdbqrydel()
2089 TCFREE(idxs); in tctdbcloseimpl()
2183 TCFREE(cbuf); in tctdboutimpl()
2199 TCFREE(cbuf); in tctdbgetimpl()
2221 TCFREE(cbuf); in tctdbgetonecol()
4798 TCFREE(ary); in tctdbidxputqgram()
5168 TCFREE(ary); in tctdbidxoutqgram()
6022 TCFREE(str); in tctdbftsparseexpr()
[all …]
H A Dtcutil.c88 TCFREE(ptr); in tcfree()
164 TCFREE(xstr); in tcxstrdel()
371 TCFREE(xstr); in tcxstrtomalloc()
477 TCFREE(list); in tclistdel()
1059 TCFREE(rec); in tcmapdel()
1067 TCFREE(map); in tcmapdel()
2402 TCFREE(tree); in tctreedel()
2800 TCFREE(top); in tctreeout()
3711 TCFREE(mdb); in tcmdbdel()
4161 TCFREE(ndb); in tcndbdel()
[all …]
H A Dtcbdb.c200 TCFREE(bdb); in tcbdbdel()
504 TCFREE(rv); in tcbdbget()
961 TCFREE(cur); in tcbdbcurdel()
1902 TCFREE(rec); in tcbdbleafcacheout()
2074 TCFREE(rbuf); in tcbdbleafload()
2447 TCFREE(idx); in tcbdbnodecacheout()
2566 TCFREE(rbuf); in tcbdbnodeload()
2845 TCFREE(vbuf); in tcbdbremoverec()
3495 TCFREE(tpath); in tcbdboptimizeimpl()
3504 TCFREE(tpath); in tcbdboptimizeimpl()
[all …]
H A Dtcutil.h3997 #define TCFREE(TC_ptr) \ macro
4108 TCFREE((TC_list)->array[--(TC_list)->num].ptr); \