Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc187 return (DB_SUCCESS); in create_table_desc()
254 return (DB_SUCCESS); in enumerate_bucket()
364 return (DB_SUCCESS); in print_table()
469 return (DB_SUCCESS); in enumerate_dictionary()
480 return (DB_SUCCESS); in enumerate_dictionary()
533 return (DB_SUCCESS); in remove_from_dictionary()
588 return (DB_SUCCESS); in add_to_dictionary()
942 return (DB_SUCCESS); in massage_dict()
1276 return (DB_SUCCESS); in db_shutdown()
1348 return (DB_SUCCESS); in checkpoint()
[all …]
H A Dnis_db.cc159 case DB_SUCCESS: in db_perror()
702 return (DB_SUCCESS); in dbDeleteObj()
761 return (DB_SUCCESS); in dbDeleteObj()
825 return (DB_SUCCESS); in dbTouchObj()
979 stat = DB_SUCCESS; in dbRefreshObj()
1791 return (DB_SUCCESS); in db_stats()
1804 return (DB_SUCCESS); in db_print_all_indices()
1816 return (DB_SUCCESS); in db_print_index()
1834 return (DB_SUCCESS); in db_table_exists()
1853 return (DB_SUCCESS); in db_unload_table()
[all …]
H A Ddb_mindex.cc429 db_status ret = DB_SUCCESS; in first()
475 db_status ret = DB_SUCCESS; in next()
535 return (DB_SUCCESS); in reset_next()
605 ret = DB_SUCCESS; in next()
730 return (DB_SUCCESS); in all()
794 if (res == DB_SUCCESS) { in remove_aux()
848 WRITEUNLOCK2(table, this, DB_SUCCESS, DB_SUCCESS, in remove()
851 return (DB_SUCCESS); in remove()
904 WRITEUNLOCK2(table, this, DB_SUCCESS, DB_SUCCESS, in remove()
906 return (DB_SUCCESS); in remove()
[all …]
H A Ddb.cc205 if (res->status == DB_SUCCESS) in exec_action()
211 if (res->status == DB_SUCCESS) in exec_action()
214 if (res->status == DB_SUCCESS) { in exec_action()
235 if (res->status == DB_SUCCESS) in exec_action()
246 if (res->status == DB_SUCCESS) in exec_action()
262 if (res->status == DB_SUCCESS) { in exec_action()
280 res->status = DB_SUCCESS; in exec_action()
834 ret = DB_SUCCESS; in sync_log()
H A Ddb_index.cc250 ret = DB_SUCCESS; in remove()
303 WRITEUNLOCK(this, DB_SUCCESS, "wu db_index::add"); in add()
304 return (DB_SUCCESS); in add()
410 return (DB_SUCCESS); in move_xdr_db_index()
H A Ddb_mindex3.cc146 if (dstat == DB_SUCCESS) { in entriesFromLDAP()
187 DB_SUCCESS) { in entriesFromLDAP()
366 if (dstat != DB_SUCCESS) { in entriesFromLDAPreal()
427 if (dstat != DB_SUCCESS) { in entriesFromLDAPreal()
478 if (dstat != DB_SUCCESS) { in entriesFromLDAPreal()
562 if (dstat != DB_SUCCESS) { in entriesFromLDAPreal()
880 if (dstat != DB_SUCCESS) { in entriesFromLDAPreal()
887 if (arg->isDeferred && dstat == DB_SUCCESS) in entriesFromLDAPreal()
H A Ddb_table.cc396 return (DB_SUCCESS); in allocateExpire()
424 return (DB_SUCCESS); in allocateEnumArray()
469 if (stat != DB_SUCCESS) { in grow()
488 if (stat != DB_SUCCESS) { in grow()
836 if (stat != DB_SUCCESS) { in configure()
970 if (stat != DB_SUCCESS) { in setEnumMode()
H A Ddb_entry_c.x47 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE, enumerator
H A Ddb_mindex2.cc180 if (rstat != DB_SUCCESS) in updateMappingObj()
533 else if (dbres->status == DB_SUCCESS) in updateTableEntry()
549 else if (dbres->status == DB_SUCCESS) in updateTableEntry()
803 if (dstat == DB_SUCCESS || dstat == DB_NOTFOUND) { in queryLDAP()
832 if (dstat == DB_SUCCESS) { in queryLDAP()
H A Ddb_headers.h200 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE, enumerator
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_db.h47 DB_SUCCESS = 0, enumerator