Searched refs:DB_NOTFOUND (Results 1 - 25 of 128) sorted by relevance

123456

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DOperationStatus.java39 new OperationStatus("NOTFOUND", DbConstants.DB_NOTFOUND);
50 case DbConstants.DB_NOTFOUND:
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Ddn2entry.c49 if ( matched && rc == DB_NOTFOUND ) {
71 } else if ( matched && rc == DB_NOTFOUND ) {
H A Dcompare.c50 case DB_NOTFOUND:
66 if ( rs->sr_err == DB_NOTFOUND ) {
H A Dkey.c98 if ( rc == DB_NOTFOUND ) rc = 0;
H A Dnextid.c62 case DB_NOTFOUND:
H A Dbind.c78 case DB_NOTFOUND:
93 if ( rs->sr_err == DB_NOTFOUND ) {
H A Dreferral.c57 * if rc != 0 and rc != DB_NOTFOUND
64 case DB_NOTFOUND:
82 if ( rc == DB_NOTFOUND ) {
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_rec.c87 info, argp->txnp->txnid)) != DB_NOTFOUND && ret != 0)
106 &status, 0)) == DB_NOTFOUND) {
166 * The return value here is either a DB_NOTFOUND or it is
216 ret = DB_NOTFOUND;
319 if (ret != 0 && ret != DB_NOTFOUND)
321 if (t_ret != 0 && t_ret != DB_NOTFOUND) {
330 if (ret == DB_NOTFOUND ||
332 if (t_ret == DB_NOTFOUND ||
338 if (ret == DB_NOTFOUND)
378 info, argp->child, &c_stat)) == DB_NOTFOUND)
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dhash.t61 ok 15, ($status = $db->db_get("some key", $value)) == DB_NOTFOUND ;
62 ok 16, $status eq $DB_errors{'DB_NOTFOUND'} ;
63 ok 17, $db->status() == DB_NOTFOUND ;
64 ok 18, $db->status() eq $DB_errors{'DB_NOTFOUND'};
85 ok 26, $db->db_get($k, $v, DB_GET_BOTH) == DB_NOTFOUND ;
88 ok 27, $db->db_get($k, $v, DB_GET_BOTH) == DB_NOTFOUND ;
167 ok 42, $cursor->status() == DB_NOTFOUND ;
168 ok 43, $cursor->status() eq $DB_errors{'DB_NOTFOUND'} ;
184 ok 46, $status == DB_NOTFOUND ;
185 ok 47, $status eq $DB_errors{'DB_NOTFOUND'} ;
[all...]
H A Dbtree.t60 ok 15, ($status = $db->db_get("some key", $value)) == DB_NOTFOUND ;
61 ok 16, $db->status() == DB_NOTFOUND ;
62 ok 17, $db->status() eq $DB_errors{'DB_NOTFOUND'} ;
84 ok 25, $db->db_get($k, $v, DB_GET_BOTH) == DB_NOTFOUND ;
87 ok 26, $db->db_get($k, $v, DB_GET_BOTH) == DB_NOTFOUND ;
151 ok 36, $cursor->status() == DB_NOTFOUND ;
152 ok 37, $cursor->status() eq $DB_errors{'DB_NOTFOUND'};
168 ok 40, $status == DB_NOTFOUND ;
169 ok 41, $status eq $DB_errors{'DB_NOTFOUND'};
179 ok 47, $cursor->c_get($k, $v, DB_GET_BOTH) == DB_NOTFOUND ;
[all...]
H A Djoin.t154 ok 21, $cursor1->status() == DB_NOTFOUND ;
179 ok 28, $cursor1->status() == DB_NOTFOUND ;
207 ok 35, $cursor1->status() == DB_NOTFOUND ;
H A Dqueue.t77 ok $db->db_get(7, $value) == DB_NOTFOUND ;
78 ok $db->status() == DB_NOTFOUND ;
79 ok $db->status() eq $DB_errors{'DB_NOTFOUND'} ;
169 ok $cursor->status() == DB_NOTFOUND ;
170 ok $cursor->status() eq $DB_errors{'DB_NOTFOUND'} ;
186 ok $status == DB_NOTFOUND ;
187 ok $status eq $DB_errors{'DB_NOTFOUND'} ;
213 ok $cursor->status() == DB_NOTFOUND ;
226 ok ((tied @array)->status() == DB_NOTFOUND) ;
299 ok $cursor->c_get($k, $v, DB_FIRST) == DB_NOTFOUND ;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_recno.c140 DB_MAX_RECORDS, 0)) != 0 && ret == DB_NOTFOUND)
173 if (ret == 0 || ret == DB_NOTFOUND)
225 ret = DB_NOTFOUND;
358 return (DB_NOTFOUND);
398 return (DB_NOTFOUND);
410 ret = DB_NOTFOUND;
420 DB_MAX_RECORDS, 0)) != 0) && ret != DB_NOTFOUND)
425 ret = DB_NOTFOUND;
437 * data, as recnos don't have dups. return DB_NOTFOUND.
443 ret = DB_NOTFOUND;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/rep/
H A Drep_log.c81 if (ret == DB_NOTFOUND && F_ISSET(rep, REP_F_MASTER))
91 * the end of its log. Return the DB_NOTFOUND if the client
109 * If we got DB_NOTFOUND it could be because the LSN we were
113 if (ret == DB_NOTFOUND) {
116 * If we still get DB_NOTFOUND the client gave us a
123 if (ret == DB_NOTFOUND && F_ISSET(rep, REP_F_MASTER)) {
193 if (ret == DB_NOTFOUND || ret == DB_REP_UNAVAIL)
431 } else if (ret == DB_NOTFOUND) {
440 if (ret == DB_NOTFOUND) {
445 * just return the DB_NOTFOUND
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/am/
H A Djoin.cs65 if (ret == DB_NOTFOUND)
H A Dcurget.cs67 if (ret != DB_NOTFOUND) {
/macosx-10.9.5/BerkeleyDB-21/db/dbm/
H A Ddbm.c293 if (ret == DB_NOTFOUND)
328 if (ret == DB_NOTFOUND)
363 if (ret == DB_NOTFOUND)
394 if (ret == DB_NOTFOUND)
/macosx-10.9.5/BerkeleyDB-21/db/hsearch/
H A Dhsearch.c119 * The only possible DB error is DB_NOTFOUND, and it can't
126 if (ret != DB_NOTFOUND)
/macosx-10.9.5/BerkeleyDB-21/db/test/scr015/
H A DTestLogc.cpp82 if (ret != DB_NOTFOUND) {
/macosx-10.9.5/BerkeleyDB-21/db/test/scr025/
H A DTestMulti.cpp54 } else if(err!=DB_NOTFOUND)
122 } else if(err!=DB_NOTFOUND)
180 } else if(err!=DB_NOTFOUND)
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_dispatch.c176 if (ret == DB_NOTFOUND)
227 if (ret == DB_NOTFOUND)
601 * txnid list. This returns DB_NOTFOUND if the item isn't in the
618 return (DB_NOTFOUND);
627 * Returns DB_NOTFOUND if no such entry exists.
645 return (DB_NOTFOUND);
650 if (ret == DB_NOTFOUND && add_ok) {
671 * the list pointer is not initialized we return DB_NOTFOUND. If the
694 return (DB_NOTFOUND);
738 return (DB_NOTFOUND);
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_recover.c215 if (ret == DB_NOTFOUND)
237 if (ret == DB_NOTFOUND)
260 if (ret == DB_NOTFOUND)
349 if (ret == DB_NOTFOUND) {
411 if (ret == DB_NOTFOUND) {
462 if (ret == DB_NOTFOUND)
543 if (ret == DB_NOTFOUND)
745 * done. Break with DB_NOTFOUND.
748 ret = DB_NOTFOUND;
763 (ret == 0 || ret == DB_NOTFOUND))
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c232 DB_NOTFOUND
300 /* DB returns DB_NOTFOUND if it doesn't exist. but we want to say
321 if (dberr == DB_NOTFOUND) {
359 if (dberr == DB_NOTFOUND) {
/macosx-10.9.5/apr-30/apr-util/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c232 DB_NOTFOUND
300 /* DB returns DB_NOTFOUND if it doesn't exist. but we want to say
321 if (dberr == DB_NOTFOUND) {
359 if (dberr == DB_NOTFOUND) {
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/sasldb/
H A Ddb_berkeley.c190 case DB_NOTFOUND:
300 if (result == DB_NOTFOUND)
437 if(result == DB_NOTFOUND) return SASL_OK;

Completed in 288 milliseconds

123456