Home
last modified time | relevance | path

Searched refs:tclistnew2 (Results 1 – 17 of 17) sorted by relevance

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcadb.c1619 rv = tclistnew2(1); in tcadbmisc()
1629 rv = tclistnew2(1); in tcadbmisc()
1680 rv = tclistnew2(1); in tcadbmisc()
1690 rv = tclistnew2(1); in tcadbmisc()
1707 rv = tclistnew2(1); in tcadbmisc()
1713 rv = tclistnew2(1); in tcadbmisc()
1720 rv = tclistnew2(1); in tcadbmisc()
1822 rv = tclistnew2(1); in tcadbmisc()
1832 rv = tclistnew2(1); in tcadbmisc()
1883 rv = tclistnew2(1); in tcadbmisc()
[all …]
H A Dtctdb.c1037 if(num < 1) return tclistnew2(1); in tctdbmetasearch()
1198 res = tclistnew2(tclmin(rnum, max)); in tctdbmetasearch()
1774 if(!cond) return tclistnew2(1); in tctdbqrykwic()
1776 if(!str) return tclistnew2(1); in tctdbqrykwic()
1785 words = tclistnew2(ftsnum * 2 + 1); in tctdbqrykwic()
1798 words = tclistnew2(1); in tctdbqrykwic()
3765 TCLIST *nres = tclistnew2(rnum); in tctdbqrysearchimpl()
5958 TCLIST *tokens = tclistnew2(1); in tctdbftsparseexpr()
5969 TCLIST *ttokens = tclistnew2(1); in tctdbftsparseexpr()
5979 TCLIST *ttokens = tclistnew2(tnum); in tctdbftsparseexpr()
[all …]
H A Dtcbdb.c2055 nrec->rest = tclistnew2(rnum); in tcbdbleafload()
2215 if(!rec->rest) rec->rest = tclistnew2(1); in tcbdbleafaddrec()
2221 if(!rec->rest) rec->rest = tclistnew2(1); in tcbdbleafaddrec()
3309 vals = tclistnew2(ln + 1); in tcbdbgetlist()
3318 vals = tclistnew2(1); in tcbdbgetlist()
3853 if(!rec->rest) rec->rest = tclistnew2(1); in tcbdbcurputimpl()
3872 if(!rec->rest) rec->rest = tclistnew2(1); in tcbdbcurputimpl()
H A Dtcutest.c481 TCLIST *list = (anum > 0) ? tclistnew2(anum) : tclistnew(); in proclist()
1355 TCLIST *list = myrand(2) > 0 ? tclistnew() : tclistnew2(myrand(rnum) + rnum / 2); in procwicked()
H A Dtcutil.h309 TCLIST *tclistnew2(int anum);
H A Dtctmgr.c1018 hints = qnum > 0 ? tcstrsplit(tctdbqryhint(qrys[0]), "\n") : tclistnew2(1); in procsearch()
H A Dtcfdb.c687 TCLIST *keys = tclistnew2(num); in tcfdbrange2()
769 TCLIST *keys = tclistnew2(num); in tcfdbrange4()
H A Dtcutil.c415 TCLIST *tclistnew2(int anum){ in tclistnew2() function
1540 TCLIST *list = tclistnew2(map->rnum); in tcmapkeys()
1554 TCLIST *list = tclistnew2(map->rnum); in tcmapvals()
2896 TCLIST *list = tclistnew2(tree->rnum); in tctreekeys()
2928 TCLIST *list = tclistnew2(tree->rnum); in tctreevals()
6272 TCLIST *uwords = tclistnew2(wnum); in tcstrkwic()
H A Dtcatest.c830 args = tclistnew2(1); in procmisc()
/dports/databases/tokyotyrant/tokyotyrant-1.1.41/
H A Dttskelnull.c74 return tclistnew2(1); in mymisc()
H A Dtcrdb.c699 TCLIST *args = tclistnew2(1); in tcrdbtblout()
715 TCLIST *args = tclistnew2(1); in tcrdbtblget()
741 TCLIST *args = tclistnew2(2); in tcrdbtblsetindex()
757 TCLIST *args = tclistnew2(1); in tcrdbtblgenuid()
837 if(!rv) return tclistnew2(1); in tcrdbqrysearch()
866 if(!rv) return tclistnew2(1); in tcrdbqrysearchget()
908 if(num < 1) return tclistnew2(1); in tcrdbmetasearch()
929 if(!rv) rv = tclistnew2(1); in tcrdbmetasearch()
938 if(num < 1) return tclistnew2(1); in tcrdbparasearch()
1034 TCLIST *res = tclistnew2(tclmin(rnum, max)); in tcrdbparasearch()
[all …]
H A Dttserver.c291 if(!extpcs) extpcs = tclistnew2(1); in main()
1422 TCLIST *keys = tclistnew2(rnum); in do_mget()
2124 TCLIST *args = tclistnew2(1); in do_stat()
2229 TCLIST *args = tclistnew2(rnum); in do_misc()
H A Dscrext.c975 keys = tclistnew2(1); in serv_mapreduce()
981 keys = tclistnew2(len); in serv_mapreduce()
H A Dtculog.c1026 TCLIST *args = tclistnew2(anum); in tculogadbredo()
/dports/www/tokyopromenade/tokyopromenade-0.9.25/
H A Dpromenade.c1334 TCLIST *comments = tcmpoolpushlist(mpool, tclistnew2(cnum)); in dosession()
1524 TCLIST *comments = tcmpoolpushlist(mpool, tclistnew2(cnum)); in setarthtml()
1762 TCLIST *files = tcmpoolpushlist(mpool, tclistnew2(pnum)); in searchfiles()
/dports/textproc/tokyodystopia/tokyodystopia-0.9.15/
H A Dlaputa.c1018 TCLIST *nwords = tclistnew2(wnum); in tcjdbputimpl()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dtokyocabinet.vapi108 [CCode (cname = "tclistnew2")]