Searched refs:DB_SUCCESS (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc85 if (dr->status != DB_SUCCESS) {
159 case DB_SUCCESS:
229 if (dbstat != DB_SUCCESS)
250 if (dbstat != DB_SUCCESS) {
254 if (dbstat != DB_SUCCESS) {
258 if (dbstat != DB_SUCCESS) {
272 if (dbstat != DB_SUCCESS)
275 if (dbstat != DB_SUCCESS)
311 * Returns DB_SUCCESS if successful; appropriate error code otherwise.
320 * Destroys table named by 'table_name.' Returns DB_SUCCESS i
[all...]
H A Ddb_dictionary.cc185 return (DB_SUCCESS);
248 if (status != DB_SUCCESS)
251 return (DB_SUCCESS);
363 return (DB_SUCCESS);
468 return (DB_SUCCESS);
474 if (status != DB_SUCCESS)
479 return (DB_SUCCESS);
509 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if target
532 return (DB_SUCCESS);
540 * already exists. If entry is added, return DB_SUCCESS
[all...]
H A Ddb_mindex.cc423 * point to the a copy of entry_object. Returns DB_SUCCESS if found;
429 db_status ret = DB_SUCCESS;
468 * point to copy of the entry_object. Returns DB_SUCCESS if 'previous' is
475 db_status ret = DB_SUCCESS;
535 return (DB_SUCCESS);
543 * Returns DB_SUCCESS if search was successful; DB_NOTFOUND otherwise.
553 db_status ret = DB_SUCCESS;
578 * in previous first search with query. Returns DB_SUCCESS if 'previous' is
588 db_status ret = DB_SUCCESS;
605 ret = DB_SUCCESS;
[all...]
H A Ddb_entry_c.x47 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE,
H A Ddb_index.cc223 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if index_value
252 ret = DB_SUCCESS;
262 * already exists. If entry is added, return DB_SUCCESS.
305 WRITEUNLOCK(this, DB_SUCCESS, "wu db_index::add");
306 return (DB_SUCCESS);
411 return (DB_SUCCESS);
H A Ddb.cc207 if (res->status == DB_SUCCESS)
213 if (res->status == DB_SUCCESS)
216 if (res->status == DB_SUCCESS) {
237 if (res->status == DB_SUCCESS)
248 if (res->status == DB_SUCCESS)
264 if (res->status == DB_SUCCESS) {
282 res->status = DB_SUCCESS;
836 ret = DB_SUCCESS;
H A Ddb_mindex3.cc146 if (dstat == DB_SUCCESS) {
187 DB_SUCCESS) {
366 if (dstat != DB_SUCCESS) {
427 if (dstat != DB_SUCCESS) {
478 if (dstat != DB_SUCCESS) {
562 if (dstat != DB_SUCCESS) {
874 if (dstat != DB_SUCCESS) {
881 if (arg->isDeferred && dstat == DB_SUCCESS)
H A Ddb_table.cc395 return (DB_SUCCESS);
423 return (DB_SUCCESS);
468 if (stat != DB_SUCCESS) {
487 if (stat != DB_SUCCESS) {
835 if (stat != DB_SUCCESS) {
969 if (stat != DB_SUCCESS) {
H A Ddb_headers.h212 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE, enumerator in enum:db_status
H A Ddb_mindex2.cc180 if (rstat != DB_SUCCESS)
533 else if (dbres->status == DB_SUCCESS)
549 else if (dbres->status == DB_SUCCESS)
803 if (dstat == DB_SUCCESS || dstat == DB_NOTFOUND) {
832 if (dstat == DB_SUCCESS) {
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_db.h47 DB_SUCCESS = 0, enumerator in enum:db_status

Completed in 348 milliseconds