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

/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc83 if (dr->status != DB_SUCCESS) {
157 case DB_SUCCESS:
227 if (dbstat != DB_SUCCESS)
248 if (dbstat != DB_SUCCESS) {
252 if (dbstat != DB_SUCCESS) {
256 if (dbstat != DB_SUCCESS) {
270 if (dbstat != DB_SUCCESS)
273 if (dbstat != DB_SUCCESS)
309 * Returns DB_SUCCESS if successful; appropriate error code otherwise.
318 * Destroys table named by 'table_name.' Returns DB_SUCCESS i
[all...]
H A Ddb_dictionary.cc187 return (DB_SUCCESS);
250 if (status != DB_SUCCESS)
253 return (DB_SUCCESS);
365 return (DB_SUCCESS);
470 return (DB_SUCCESS);
476 if (status != DB_SUCCESS)
481 return (DB_SUCCESS);
511 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if target
534 return (DB_SUCCESS);
542 * 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.x44 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.cc143 if (dstat == DB_SUCCESS) {
184 DB_SUCCESS) {
364 if (dstat != DB_SUCCESS) {
425 if (dstat != DB_SUCCESS) {
476 if (dstat != DB_SUCCESS) {
560 if (dstat != DB_SUCCESS) {
872 if (dstat != DB_SUCCESS) {
879 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) {
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dnis_db.h47 DB_SUCCESS = 0, enumerator in enum:db_status

Completed in 117 milliseconds