HomeSort by relevance Sort by last modified time
    Searched refs:DB_NOTFOUND (Results 1 - 25 of 31) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/sendmail/db/db/
db_apprec.c 107 if (ret == DB_NOTFOUND)
141 if (ret == DB_NOTFOUND)
159 if ((ret = __log_findckp(lp, &first_lsn)) == DB_NOTFOUND) {
187 if (ret != 0 && ret != DB_NOTFOUND)
207 if (ret != DB_NOTFOUND)
db_dispatch.c 120 (__db_txnlist_find(info, txnid) == DB_NOTFOUND &&
131 __db_txnlist_find(info, txnid) != DB_NOTFOUND)
241 return (DB_NOTFOUND);
247 return (DB_NOTFOUND);
db_join.c 64 * set, the c_next operation off the join cursor will return DB_NOTFOUND.
209 &jc->j_key, key, DB_GET_BOTH)) == DB_NOTFOUND)
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/hsearch/
hsearch.c 115 if (errno == DB_NOTFOUND) /* XXX: can't happen. */
120 if (errno == DB_NOTFOUND)
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_mindex.cc 432 * DB_NOTFOUND otherwise.
466 ret = DB_NOTFOUND;
477 * valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where' to
488 ret = DB_NOTFOUND;
492 ret = DB_NOTFOUND;
540 return (DB_NOTFOUND);
551 * Returns DB_SUCCESS if search was successful; DB_NOTFOUND otherwise.
568 ret = DB_NOTFOUND;
574 ret = DB_NOTFOUND;
587 * valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where' t
    [all...]
db_entry_c.x 44 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE,
db_index.cc 224 * is null; DB_NOTFOUND if entry is not found.
239 WRITEUNLOCK(this, DB_NOTFOUND, "wu db_index::remove");
240 return (DB_NOTFOUND);
248 ret = DB_NOTFOUND;
254 ret = DB_NOTFOUND;
db_dictionary.cc 512 * is null; DB_NOTFOUND if entry is not found.
525 return (DB_NOTFOUND);
530 return (DB_NOTFOUND);
536 return (DB_NOTFOUND);
561 return (DB_NOTFOUND);
564 return (DB_NOTFOUND);
1034 return (DB_NOTFOUND);
1042 READUNLOCK(this, DB_NOTFOUND,
1044 return (DB_NOTFOUND);
    [all...]
nis_db.cc 164 case DB_NOTFOUND:
526 RETSTAT(0, DB_NOTFOUND);
668 if (stat != DB_NOTFOUND)
747 if (stat == DB_NOTFOUND)
936 if (curObj == 0 && stat != DB_NOTFOUND) {
1292 return (DB_NOTFOUND);
1299 return (DB_NOTFOUND);
1436 if (dstat == DB_NOTFOUND)
    [all...]
db_headers.h 212 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE,
db.cc 242 res->status = DB_NOTFOUND;
253 res->status = DB_NOTFOUND;
  /onnv/onnv-gate/usr/src/head/rpcsvc/
nis_db.h 48 DB_NOTFOUND = 1,
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/dbm/
dbm.c 272 if (ret == DB_NOTFOUND)
307 if (ret == DB_NOTFOUND)
342 if (ret == DB_NOTFOUND)
375 if (ret == DB_NOTFOUND)
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/txn/
txn_rec.c 93 if (__db_txnlist_find(info, argp->txnid->txnid) == DB_NOTFOUND)
143 if (IS_XA_TXN(argp) && ret == DB_NOTFOUND) {
239 __db_txnlist_find(info, argp->txnid->txnid) == DB_NOTFOUND)
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/btree/
bt_recno.c 163 DB_MAX_RECORDS, 0)) != 0 && ret == DB_NOTFOUND)
280 ret = DB_NOTFOUND;
597 ret = DB_NOTFOUND;
607 DB_MAX_RECORDS, 0)) != 0) && ret != DB_NOTFOUND)
612 ret = DB_NOTFOUND;
635 ret = DB_NOTFOUND;
742 ret = DB_NOTFOUND;
1038 __ram_update(dbc, DB_MAX_RECORDS, 0)) != 0 && ret != DB_NOTFOUND)
1109 case DB_NOTFOUND:
1174 return (DB_NOTFOUND);
    [all...]
bt_rsearch.c 159 return (DB_NOTFOUND);
193 ret = DB_NOTFOUND;
bt_cursor.c 425 ret = DB_NOTFOUND;
472 ret = DB_NOTFOUND;
512 ret = DB_NOTFOUND;
641 return (DB_NOTFOUND);
666 * If doing an insert, return success, otherwise DB_NOTFOUND.
670 return (DB_NOTFOUND);
680 * return DB_NOTFOUND.
684 return (DB_NOTFOUND);
694 return (DB_NOTFOUND);
1222 return (DB_NOTFOUND);
    [all...]
bt_delete.c 118 if (ret == DB_NOTFOUND) {
128 (ret == 0 || ret == DB_NOTFOUND))
bt_search.c 299 ret = DB_NOTFOUND;
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/log/
log_findckp.c 51 * Returns DB_NOTFOUND if there are no log records.
139 return (IS_ZERO_LSN(last_ckp) ? DB_NOTFOUND : 0);
log_get.c 150 return (DB_NOTFOUND);
172 return (DB_NOTFOUND);
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/hash/
hash.c 268 ret = DB_NOTFOUND;
369 return (DB_NOTFOUND);
597 if (ret != 0 && ret != DB_NOTFOUND)
621 ret = DB_NOTFOUND;
637 ret = DB_NOTFOUND;
648 ret = DB_NOTFOUND;
685 return (DB_NOTFOUND);
720 key, nbytes, DB_LOCK_WRITE)) == DB_NOTFOUND) {
1017 return (DB_NOTFOUND);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/xa/
xa.c 444 if ((err = __log_findckp(log, &log->xa_first)) == DB_NOTFOUND) {
496 if (err == DB_NOTFOUND)
526 if (err != 0 && err != DB_NOTFOUND)
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsmdb/
smdb2.c 87 # ifdef DB_NOTFOUND
88 case DB_NOTFOUND:
91 # endif /* DB_NOTFOUND */
394 if (result == DB_NOTFOUND)
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_db.c 343 if (stat == DB_SUCCESS || stat == DB_NOTFOUND) {
412 } else if (s != DB_NOTFOUND) {
447 return (DB_NOTFOUND);
465 * DB_NOTFOUND is OK; the tablelocks list is
471 } else if (s != DB_NOTFOUND) {
530 return (DB_NOTFOUND);
544 * DB_NOTFOUND is OK; just means that the tablelocks
547 if (s == DB_SUCCESS || s == DB_NOTFOUND) {
624 case DB_NOTFOUND:
    [all...]

Completed in 480 milliseconds

1 2