Home
last modified time | relevance | path

Searched refs:TCENOREC (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcbmttest.c960 if(rbuf || tcbdbecode(bdb) != TCENOREC){ in procwicked()
1345 if(tcbdbecode(bdb) != TCENOREC){ in threadwicked()
1569 } else if(tcbdbecode(bdb) != TCENOREC){ in threadtypical()
1574 } else if(tcbdbecode(bdb) != TCENOREC){ in threadtypical()
1594 } else if(tcbdbecode(bdb) != TCENOREC){ in threadtypical()
1599 } else if(tcbdbecode(bdb) != TCENOREC){ in threadtypical()
1619 } else if(tcbdbecode(bdb) != TCENOREC){ in threadtypical()
1624 } else if(tcbdbecode(bdb) != TCENOREC){ in threadtypical()
1646 if(tcbdbecode(bdb) != TCENOREC){ in threadtypical()
1786 } else if(tcbdbecode(bdb) != TCENOREC){ in threadrace()
[all …]
H A Dtcbtest.c919 if(!vbuf && !(rnd && tcbdbecode(bdb) == TCENOREC)){ in procread()
926 if(!vbuf && !(rnd && tcbdbecode(bdb) == TCENOREC)){ in procread()
1317 if(tcbdbecode(bdb) != TCENOREC){ in procqueue()
1337 if(tcbdbecode(bdb) != TCENOREC){ in procqueue()
1655 if(vbuf || tcbdbecode(bdb) != TCENOREC){ in procmisc()
1822 if(tcbdbecode(bdb) != TCENOREC){ in procmisc()
2316 if(tcbdbecode(bdb) != TCENOREC){ in procwicked()
2420 } else if(tcbdbecode(bdb) != TCENOREC){ in procwicked()
2437 } else if(tcbdbecode(bdb) != TCENOREC){ in procwicked()
2444 } else if(tcbdbecode(bdb) != TCENOREC){ in procwicked()
[all …]
H A Dtcftest.c523 if(vsiz < 0 && !(rnd && tcfdbecode(fdb) == TCENOREC)){ in procread()
530 if(!vbuf && !(rnd && tcfdbecode(fdb) == TCENOREC)){ in procread()
668 if(!tcfdbout(fdb, id) && tcfdbecode(fdb) != TCENOREC){ in procrcat()
841 if(!tcfdbout2(fdb, kbuf, ksiz) && tcfdbecode(fdb) != TCENOREC){ in procmisc()
949 } else if(tcfdbecode(fdb) != TCENOREC){ in procmisc()
1019 if(tcfdbecode(fdb) != TCENOREC || inum != tcfdbrnum(fdb)){ in procmisc()
1051 if(tcfdbecode(fdb) != TCENOREC || inum < tcfdbrnum(fdb)){ in procmisc()
1480 if(tcfdbecode(fdb) != TCENOREC){ in procwicked()
1541 if(ecode != TCEINVALID && ecode != TCENOREC){ in procwicked()
1557 } else if(tcfdbecode(fdb) != TCENOREC){ in procwicked()
[all …]
H A Dtcfmttest.c717 if(rbuf || tcfdbecode(fdb) != TCENOREC){ in procwicked()
853 if(vsiz < 0 && (!rnd || tcfdbecode(fdb) != TCENOREC)){ in threadread()
859 if(!vbuf && (!rnd || tcfdbecode(fdb) != TCENOREC)){ in threadread()
969 if(!tcfdbout2(fdb, kbuf, ksiz) && tcfdbecode(fdb) != TCENOREC){ in threadwicked()
979 if(!tcfdbout3(fdb, kbuf) && tcfdbecode(fdb) != TCENOREC){ in threadwicked()
989 if(tcfdbecode(fdb) != TCENOREC){ in threadwicked()
1019 if(!(rbuf = tcfdbget3(fdb, kbuf)) && tcfdbecode(fdb) != TCENOREC){ in threadwicked()
1044 if(ecode != TCEINVALID && ecode != TCENOREC){ in threadwicked()
1061 if(!tcfdbout2(fdb, kbuf, ksiz) && tcfdbecode(fdb) != TCENOREC){ in threadwicked()
1157 tcfdbecode(fdb) != TCEINVALID && tcfdbecode(fdb) != TCENOREC){ in threadtypical()
[all …]
H A Dtchtest.c689 if(vsiz < 0 && !(rnd && tchdbecode(hdb) == TCENOREC)){ in procread()
696 if(!vbuf && !(rnd && tchdbecode(hdb) == TCENOREC)){ in procread()
1237 if(vbuf || tchdbecode(hdb) != TCENOREC){ in procmisc()
1333 if(tchdbecode(hdb) != TCENOREC || inum != tchdbrnum(hdb)){ in procmisc()
1366 if(tchdbecode(hdb) != TCENOREC || inum < tchdbrnum(hdb)){ in procmisc()
1839 if(tchdbecode(hdb) != TCENOREC){ in procwicked()
1902 if(ecode != TCEINVALID && ecode != TCENOREC){ in procwicked()
1914 if(ecode != TCEINVALID && ecode != TCENOREC){ in procwicked()
1933 } else if(tchdbecode(hdb) != TCENOREC){ in procwicked()
2018 if(rbuf || tchdbecode(hdb) != TCENOREC){ in procwicked()
[all …]
H A Dtchmttest.c975 if(rbuf || tchdbecode(hdb) != TCENOREC){ in procwicked()
1217 if(vsiz < 0 && (!rnd || tchdbecode(hdb) != TCENOREC)){ in threadread()
1223 if(!vbuf && (!rnd || tchdbecode(hdb) != TCENOREC)){ in threadread()
1372 if(!tchdbout2(hdb, kbuf) && tchdbecode(hdb) != TCENOREC){ in threadwicked()
1382 if(tchdbecode(hdb) != TCENOREC){ in threadwicked()
1440 if(ecode != TCEINVALID && ecode != TCENOREC){ in threadwicked()
1452 if(ecode != TCEINVALID && ecode != TCENOREC){ in threadwicked()
1602 if(tchdbecode(hdb) != TCENOREC){ in threadtypical()
1665 if(!tchdbout(hdb, buf, len) && tchdbecode(hdb) != TCENOREC){ in threadrace()
1735 } else if(tchdbecode(hdb) != TCENOREC){ in threadrace()
[all …]
H A Dtcttest.c744 } else if(!rnd || tctdbecode(tdb) != TCENOREC){ in procread()
1200 if(tctdbout(tdb, pkbuf, pksiz) || tctdbecode(tdb) != TCENOREC){ in procmisc()
1344 if(!tctdbout(tdb, pkbuf, pksiz) && tctdbecode(tdb) != TCENOREC){ in procmisc()
1396 if(!tctdbout(tdb, pkbuf, pksiz) && tctdbecode(tdb) != TCENOREC){ in procmisc()
1431 if(tctdbecode(tdb) != TCENOREC || inum != tctdbrnum(tdb)){ in procmisc()
1840 if(!tctdbout2(tdb, pkbuf) && tctdbecode(tdb) != TCENOREC){ in procwicked()
1850 } else if(tctdbecode(tdb) != TCENOREC){ in procwicked()
1860 } else if(tctdbecode(tdb) != TCENOREC){ in procwicked()
1870 } else if(tctdbecode(tdb) != TCENOREC){ in procwicked()
1897 if(ecode != TCEINVALID && ecode != TCENOREC){ in procwicked()
[all …]
H A Dtctmttest.c1092 } else if(!rnd || tctdbecode(tdb) != TCENOREC){ in threadread()
1116 if(!tctdbout(tdb, pkbuf, pksiz) && (!rnd || tctdbecode(tdb) != TCENOREC)){ in threadremove()
1257 if(!tctdbout(tdb, pkbuf, pksiz) && tctdbecode(tdb) != TCENOREC){ in threadwicked()
1266 if(!tctdbout2(tdb, pkbuf) && tctdbecode(tdb) != TCENOREC){ in threadwicked()
1277 } else if(tctdbecode(tdb) != TCENOREC){ in threadwicked()
1287 } else if(tctdbecode(tdb) != TCENOREC){ in threadwicked()
1297 } else if(tctdbecode(tdb) != TCENOREC){ in threadwicked()
1317 if(ecode != TCEINVALID && ecode != TCENOREC){ in threadwicked()
1407 if(!tctdbout(tdb, pkbuf, pksiz) && tctdbecode(tdb) != TCENOREC){ in threadwicked()
1510 if(myrand(10) == 0 && !tctdbiterinit(tdb) && tctdbecode(tdb) != TCENOREC){ in threadtypical()
[all …]
H A Dtcbdb.c1046 tcbdbsetecode(bdb, TCENOREC, __FILE__, __LINE__, __func__); in tcbdbcurprev()
1072 tcbdbsetecode(bdb, TCENOREC, __FILE__, __LINE__, __func__); in tcbdbcurnext()
1098 tcbdbsetecode(bdb, TCENOREC, __FILE__, __LINE__, __func__); in tcbdbcurput()
1126 tcbdbsetecode(bdb, TCENOREC, __FILE__, __LINE__, __func__); in tcbdbcurout()
1147 tcbdbsetecode(bdb, TCENOREC, __FILE__, __LINE__, __func__); in tcbdbcurkey()
1184 tcbdbsetecode(bdb, TCENOREC, __FILE__, __LINE__, __func__); in tcbdbcurkey3()
1213 tcbdbsetecode(bdb, TCENOREC, __FILE__, __LINE__, __func__); in tcbdbcurval()
1250 tcbdbsetecode(bdb, TCENOREC, __FILE__, __LINE__, __func__); in tcbdbcurval3()
1279 tcbdbsetecode(bdb, TCENOREC, __FILE__, __LINE__, __func__); in tcbdbcurrec()
3177 tcbdbsetecode(bdb, TCENOREC, __FILE__, __LINE__, __func__); in tcbdboutimpl()
[all …]
H A Dtcatest.c1398 if(!tchdbout(hdb, kbuf, ksiz) && tchdbecode(hdb) != TCENOREC){ in proccompare()
1402 if(!tcbdbout(bdb, kbuf, ksiz) && tcbdbecode(bdb) != TCENOREC){ in proccompare()
1407 if(tchdbout(hdb, kbuf, ksiz) || tchdbecode(hdb) != TCENOREC){ in proccompare()
1411 if(tcbdbout(bdb, kbuf, ksiz) || tcbdbecode(bdb) != TCENOREC){ in proccompare()
1558 tchdbecode(hdb) != TCEKEEP && tchdbecode(hdb) != TCENOREC){ in proccompare()
1563 tcbdbecode(bdb) != TCEKEEP && tchdbecode(hdb) != TCENOREC){ in proccompare()
1600 if(!tcbdbcurprev(cur) && tcbdbecode(bdb) != TCENOREC){ in proccompare()
1606 if(!tcbdbcurnext(cur) && tcbdbecode(bdb) != TCENOREC){ in proccompare()
1614 if(!tchdbout(hdb, kbuf, ksiz) && tchdbecode(hdb) != TCENOREC){ in proccompare()
1618 if(!tcbdbout(bdb, kbuf, ksiz) && tcbdbecode(bdb) != TCENOREC){ in proccompare()
[all …]
H A Dtcbmgr.c868 if(!tcbdbcurjumpback(cur, jstr, strlen(jstr)) && tcbdbecode(bdb) != TCENOREC){ in proclist()
873 if(!tcbdbcurlast(cur) && tcbdbecode(bdb) != TCENOREC){ in proclist()
880 if(!tcbdbcurjump(cur, jstr, strlen(jstr)) && tcbdbecode(bdb) != TCENOREC){ in proclist()
885 if(!tcbdbcurfirst(cur) && tcbdbecode(bdb) != TCENOREC){ in proclist()
902 if(!tcbdbcurprev(cur) && tcbdbecode(bdb) != TCENOREC){ in proclist()
907 if(!tcbdbcurnext(cur) && tcbdbecode(bdb) != TCENOREC){ in proclist()
H A Dtchdb.c3025 tchdbsetecode(hdb, TCENOREC, __FILE__, __LINE__, __func__); in tchdbshiftrec()
3726 tchdbsetecode(hdb, TCENOREC, __FILE__, __LINE__, __func__); in tchdbputimpl()
3947 tchdbsetecode(hdb, TCENOREC, __FILE__, __LINE__, __func__); in tchdboutimpl()
4049 tchdbsetecode(hdb, TCENOREC, __FILE__, __LINE__, __func__); in tchdbgetimpl()
4148 tchdbsetecode(hdb, TCENOREC, __FILE__, __LINE__, __func__); in tchdbgetintobuf()
4233 tchdbsetecode(hdb, TCENOREC, __FILE__, __LINE__, __func__); in tchdbgetnextimpl()
4334 tchdbsetecode(hdb, TCENOREC, __FILE__, __LINE__, __func__); in tchdbgetnextimpl()
4424 tchdbsetecode(hdb, TCENOREC, __FILE__, __LINE__, __func__); in tchdbvsizimpl()
4466 tchdbsetecode(hdb, TCENOREC, __FILE__, __LINE__, __func__); in tchdbiternextimpl()
4511 tchdbsetecode(hdb, TCENOREC, __FILE__, __LINE__, __func__); in tchdbiternextintoxstr()
[all …]
H A Dtcfdb.c1084 if(ecode != TCEINVALID && ecode != TCEKEEP && ecode != TCENOREC){ in tcfdbsetecode()
1990 tcfdbsetecode(fdb, TCENOREC, __FILE__, __LINE__, __func__); in tcfdbputimpl()
2182 tcfdbsetecode(fdb, TCENOREC, __FILE__, __LINE__, __func__); in tcfdbputimpl()
2229 tcfdbsetecode(fdb, TCENOREC, __FILE__, __LINE__, __func__); in tcfdboutimpl()
2252 tcfdbsetecode(fdb, TCENOREC, __FILE__, __LINE__, __func__); in tcfdboutimpl()
2291 tcfdbsetecode(fdb, TCENOREC, __FILE__, __LINE__, __func__); in tcfdbgetimpl()
2314 tcfdbsetecode(fdb, TCENOREC, __FILE__, __LINE__, __func__); in tcfdbgetimpl()
2338 tcfdbsetecode(fdb, TCENOREC, __FILE__, __LINE__, __func__); in tcfdbiternextimpl()
H A Dtcadb.c785 if(ecode != TCESUCCESS && ecode != TCEINVALID && ecode != TCEKEEP && ecode != TCENOREC) in tcadbiterinit()
2082 if(!tchdbout(adb->hdb, kbuf, ksiz) && tchdbecode(adb->hdb) != TCENOREC){ in tcadbmisc()
2104 } else if(tchdbecode(adb->hdb) != TCENOREC){ in tcadbmisc()
2333 if(!tcbdbout3(adb->bdb, kbuf, ksiz) && tcbdbecode(adb->bdb) != TCENOREC){ in tcadbmisc()
2360 } else if(tcbdbecode(adb->bdb) != TCENOREC){ in tcadbmisc()
2615 if(!tcfdbout2(adb->fdb, kbuf, ksiz) && tcfdbecode(adb->fdb) != TCENOREC){ in tcadbmisc()
2637 } else if(tcfdbecode(adb->fdb) != TCENOREC){ in tcadbmisc()
2899 if(!tctdbout(adb->tdb, kbuf, ksiz) && tctdbecode(adb->tdb) != TCENOREC){ in tcadbmisc()
2921 } else if(tctdbecode(adb->tdb) != TCENOREC){ in tcadbmisc()
H A Dtcutil.h3715 TCENOREC, /* no record found */ enumerator
/dports/mail/mailutils/mailutils-3.13/libmu_dbm/
H A Dtokyo.c123 else if ((db->db_errno.n = tchdbecode (hdb)) == TCENOREC) in _tc_fetch()
159 if (db->db_errno.n == TCENOREC) in _tc_delete()
180 else if ((db->db_errno.n = tchdbecode (hdb)) == TCENOREC) in _tc_firstkey()
200 else if ((db->db_errno.n = tchdbecode (hdb)) == TCENOREC) in _tc_nextkey()
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Ddbm_tokyocab.c264 if (tchdbecode(db->hdb) != TCENOREC) in DBPrivRead()
287 if (!tchdbout(hdb, key, key_size) && tchdbecode(hdb) != TCENOREC) in Delete()
324 assert(tchdbecode(db->hdb) != TCENOREC); in DBPrivOverwrite()
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Ddbm_tokyocab.c264 if (tchdbecode(db->hdb) != TCENOREC) in DBPrivRead()
287 if (!tchdbout(hdb, key, key_size) && tchdbecode(hdb) != TCENOREC) in Delete()
324 assert(tchdbecode(db->hdb) != TCENOREC); in DBPrivOverwrite()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Ddbm_tokyocab.c264 if (tchdbecode(db->hdb) != TCENOREC) in DBPrivRead()
287 if (!tchdbout(hdb, key, key_size) && tchdbecode(hdb) != TCENOREC) in Delete()
324 assert(tchdbecode(db->hdb) != TCENOREC); in DBPrivOverwrite()
/dports/sysutils/cfengine316/cfengine-3.16.0/libpromises/
H A Ddbm_tokyocab.c264 if (tchdbecode(db->hdb) != TCENOREC) in DBPrivRead()
287 if (!tchdbout(hdb, key, key_size) && tchdbecode(hdb) != TCENOREC) in Delete()
324 assert(tchdbecode(db->hdb) != TCENOREC); in DBPrivOverwrite()
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Ddbm_tokyocab.c264 if (tchdbecode(db->hdb) != TCENOREC) in DBPrivRead()
287 if (!tchdbout(hdb, key, key_size) && tchdbecode(hdb) != TCENOREC) in Delete()
324 assert(tchdbecode(db->hdb) != TCENOREC); in DBPrivOverwrite()
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/
H A Ddbm_tokyocab.c264 if (tchdbecode(db->hdb) != TCENOREC) in DBPrivRead()
287 if (!tchdbout(hdb, key, key_size) && tchdbecode(hdb) != TCENOREC) in Delete()
324 assert(tchdbecode(db->hdb) != TCENOREC); in DBPrivOverwrite()
/dports/textproc/tokyodystopia/tokyodystopia-0.9.15/
H A Ddysttest.c519 if(!tcidbout(idb, i) && tcidbecode(idb) != TCENOREC){ in procwicked()
H A Dlaputest.c513 if(!tcjdbout(jdb, i) && tcjdbecode(jdb) != TCENOREC){ in procwicked()
H A Ddystopia.c1056 tchdbsetecode(txdb, TCENOREC, __FILE__, __LINE__, __func__); in tcidboutimpl()

12