Searched refs:dbstat (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_db.cc149 *db_perror(db_status dbstat) argument
153 switch (dbstat) {
218 db_status dbstat; local
223 dbstat = InUseDictionary->checkpoint();
224 if (dbstat != DB_SUCCESS)
225 return (dbstat);
242 db_status dbstat; local
244 dbstat = InUseDictionary->checkpoint();
245 if (dbstat != DB_SUCCESS) {
246 return (dbstat);
264 db_status dbstat; local
[all...]
H A Ddb_dictionary.cc946 db_status dbstat = DB_SUCCESS; local
976 dbstat = add_to_dictionary(dictionary, clone);
977 if (dbstat == DB_NOTUNIQUE) {
979 dbstat = remove_from_dictionary(dictionary,
981 if (dbstat != DB_SUCCESS) {
982 WRITEUNLOCK(this, dbstat,
984 return (dbstat);
986 dbstat = add_to_dictionary(dictionary,
989 if (dbstat != DB_SUCCESS) {
990 WRITEUNLOCK(this, dbstat,
1054 db_status dbstat; local
[all...]

Completed in 26 milliseconds