Home
last modified time | relevance | path

Searched refs:procwicked (Results 1 – 25 of 32) sorted by relevance

12

/dports/textproc/tokyodystopia/tokyodystopia-0.9.15/
H A Dtcwtest.c45 static int procwicked(const char *path, int rnum, int opts, int etnum, int64_t icsiz, int omode,
359 int rv = procwicked(path, rnum, opts, etnum, icsiz, omode, alen, en, topts); in runwicked()
464 static int procwicked(const char *path, int rnum, int opts, int etnum, int64_t icsiz, int omode, in procwicked() function
H A Ddysttest.c47 static int procwicked(const char *path, int rnum, int opts,
378 int rv = procwicked(path, rnum, opts, ernum, etnum, iusiz, icsiz, omode, alen, en); in runwicked()
483 static int procwicked(const char *path, int rnum, int opts, in procwicked() function
H A Dlaputest.c47 static int procwicked(const char *path, int rnum, int opts,
372 int rv = procwicked(path, rnum, opts, ernum, etnum, iusiz, icsiz, omode, alen, en); in runwicked()
477 static int procwicked(const char *path, int rnum, int opts, in procwicked() function
H A Dtcqtest.c46 static int procwicked(const char *path, int rnum, int opts, int etnum, int64_t icsiz, int omode,
372 int rv = procwicked(path, rnum, opts, etnum, icsiz, omode, alen, en, topts); in runwicked()
476 static int procwicked(const char *path, int rnum, int opts, int etnum, int64_t icsiz, int omode, in procwicked() function
/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Destmttest.c57 static int procwicked(const char *dbname, int dnum, int tnum);
178 rv = procwicked(dbname, dnum, tnum); in runwicked()
204 static int procwicked(const char *dbname, int dnum, int tnum){ in procwicked() function
/dports/databases/p5-KyotoCabinet/kyotocabinet-perl-1.20/
H A Dkctest.pl168 my $rv = procwicked($path, $rnum, $itnum);
412 sub procwicked { subroutine
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcfmttest.c89 static int procwicked(const char *path, int tnum, int rnum, int omode, bool nc);
380 int rv = procwicked(path, tnum, rnum, omode, nc); in runwicked()
631 static int procwicked(const char *path, int tnum, int rnum, int omode, bool nc){ in procwicked() function
H A Dtctmttest.c85 static int procwicked(const char *path, int tnum, int rnum, int opts, int omode);
448 int rv = procwicked(path, tnum, rnum, opts, omode); in runwicked()
806 static int procwicked(const char *path, int tnum, int rnum, int opts, int omode){ in procwicked() function
H A Dtcftest.c55 static int procwicked(const char *path, int rnum, bool mt, int omode);
444 int rv = procwicked(path, rnum, mt, omode); in runwicked()
1375 static int procwicked(const char *path, int rnum, bool mt, int omode){ in procwicked() function
H A Dtcatest.c54 static int procwicked(const char *name, int rnum);
342 int rv = procwicked(name, rnum); in runwicked()
1096 static int procwicked(const char *name, int rnum){ in procwicked() function
H A Dtcbmttest.c97 static int procwicked(const char *path, int tnum, int rnum, int opts, int omode, bool nc);
479 int rv = procwicked(path, tnum, rnum, opts, omode, nc); in runwicked()
875 static int procwicked(const char *path, int tnum, int rnum, int opts, int omode, bool nc){ in procwicked() function
H A Dtchmttest.c98 static int procwicked(const char *path, int tnum, int rnum, int opts, int omode, bool nc);
477 int rv = procwicked(path, tnum, rnum, opts, omode, nc); in runwicked()
874 static int procwicked(const char *path, int tnum, int rnum, int opts, int omode, bool nc){ in procwicked() function
H A Dtcutest.c53 static int procwicked(int rnum);
448 int rv = procwicked(rnum); in runwicked()
1349 static int procwicked(int rnum){ in procwicked() function
H A Dtchtest.c58 static int procwicked(const char *path, int rnum, bool mt, int opts, int omode);
566 int rv = procwicked(path, rnum, mt, opts, omode); in runwicked()
1703 static int procwicked(const char *path, int rnum, bool mt, int opts, int omode){ in procwicked() function
H A Dtcttest.c57 static int procwicked(const char *path, int rnum, bool mt, int opts, int omode);
578 int rv = procwicked(path, rnum, mt, opts, omode); in runwicked()
1648 static int procwicked(const char *path, int rnum, bool mt, int opts, int omode){ in procwicked() function
H A Dtcbtest.c65 static int procwicked(const char *path, int rnum, bool mt, int opts, int omode);
759 int rv = procwicked(path, rnum, mt, opts, omode); in runwicked()
2195 static int procwicked(const char *path, int rnum, bool mt, int opts, int omode){ in procwicked() function
/dports/databases/kyototycoon/kyototycoon-0.9.56/
H A DChangeLog471 * kttimedtest.cc (procorder, procqueue, procwicked, proctran): "tune_logger" was added.
551 * ktremotetest (runwicked, procwicked): new functions.
H A Dktremotetest.cc40 static int32_t procwicked(int64_t rnum, int32_t thnum, int32_t itnum,
289 int32_t rv = procwicked(rnum, thnum, itnum, host, port, tout);
1272 static int32_t procwicked(int64_t rnum, int32_t thnum, int32_t itnum,
/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkcprototest.cc42 static int32_t procwicked(const char* tname, int64_t rnum, int32_t thnum, int32_t itnum);
272 rv = procwicked<kc::ProtoTreeDB>("Tree", rnum, thnum, itnum); in runwicked()
274 rv = procwicked<kc::ProtoHashDB>("Hash", rnum, thnum, itnum); in runwicked()
1517 static int32_t procwicked(const char* tname, int64_t rnum, int32_t thnum, int32_t itnum) { in procwicked() function
H A Dkccachetest.cc39 static int32_t procwicked(int64_t rnum, int32_t thnum, int32_t itnum,
336 int32_t rv = procwicked(rnum, thnum, itnum, opts, bnum, capcnt, capsiz, lv); in runwicked()
1601 static int32_t procwicked(int64_t rnum, int32_t thnum, int32_t itnum, in procwicked() function
H A Dkcstashtest.cc39 static int32_t procwicked(int64_t rnum, int32_t thnum, int32_t itnum, int64_t bnum, bool lv);
275 int32_t rv = procwicked(rnum, thnum, itnum, bnum, lv); in runwicked()
1521 static int32_t procwicked(int64_t rnum, int32_t thnum, int32_t itnum, int64_t bnum, bool lv) { in procwicked() function
H A Dkcdirtest.cc39 static int32_t procwicked(const char* path, int64_t rnum, int32_t thnum, int32_t itnum,
338 int32_t rv = procwicked(path, rnum, thnum, itnum, oflags, opts, lv); in runwicked()
1627 static int32_t procwicked(const char* path, int64_t rnum, int32_t thnum, int32_t itnum, in procwicked() function
H A Dkcgrasstest.cc41 static int32_t procwicked(int64_t rnum, int32_t thnum, int32_t itnum,
378 int32_t rv = procwicked(rnum, thnum, itnum, opts, bnum, psiz, pccap, rcomp, lv); in runwicked()
1654 static int32_t procwicked(int64_t rnum, int32_t thnum, int32_t itnum, in procwicked() function
/dports/databases/tokyotyrant/tokyotyrant-1.1.41/
H A Dtcrtest.c49 static int procwicked(const char *host, int port, int cnum, int tout, int rnum);
391 int rv = procwicked(host, port, cnum, tout, rnum); in runwicked()
1020 static int procwicked(const char *host, int port, int cnum, int tout, int rnum){ in procwicked() function
/dports/databases/py-kyotocabinet/kyotocabinet-python-1.23/
H A Dkctest.py146 rv = procwicked(path, rnum, gopts, thnum, itnum)
503 def procwicked(path, rnum, gopts, thnum, itnum): function

12