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

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_db.cc80 if (dr->status != DB_SUCCESS) {
154 case DB_SUCCESS:
224 if (dbstat != DB_SUCCESS)
245 if (dbstat != DB_SUCCESS) {
249 if (dbstat != DB_SUCCESS) {
253 if (dbstat != DB_SUCCESS) {
267 if (dbstat != DB_SUCCESS)
270 if (dbstat != DB_SUCCESS)
306 * Returns DB_SUCCESS if successful; appropriate error code otherwise.
315 * Destroys table named by 'table_name.' Returns DB_SUCCESS i
[all...]
H A Ddb_dictionary.cc182 return (DB_SUCCESS);
245 if (status != DB_SUCCESS)
248 return (DB_SUCCESS);
360 return (DB_SUCCESS);
465 return (DB_SUCCESS);
471 if (status != DB_SUCCESS)
476 return (DB_SUCCESS);
506 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if target
529 return (DB_SUCCESS);
537 * already exists. If entry is added, return DB_SUCCESS
[all...]
H A Ddb_mindex.cc421 * point to the a copy of entry_object. Returns DB_SUCCESS if found;
427 db_status ret = DB_SUCCESS;
466 * point to copy of the entry_object. Returns DB_SUCCESS if 'previous' is
473 db_status ret = DB_SUCCESS;
533 return (DB_SUCCESS);
541 * Returns DB_SUCCESS if search was successful; DB_NOTFOUND otherwise.
551 db_status ret = DB_SUCCESS;
576 * in previous first search with query. Returns DB_SUCCESS if 'previous' is
586 db_status ret = DB_SUCCESS;
603 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.cc390 return (DB_SUCCESS);
418 return (DB_SUCCESS);
463 if (stat != DB_SUCCESS) {
482 if (stat != DB_SUCCESS) {
830 if (stat != DB_SUCCESS) {
964 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) {

Completed in 41 milliseconds