Searched refs:DB_NOTUNIQUE (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_entry_c.x | 44 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE,
|
H A D | db_index.cc | 223 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if index_value 236 return (DB_NOTUNIQUE); 261 * Return DB_NOTUNIQUE, if entry with identical index_value and recnum 273 return (DB_NOTUNIQUE); 297 WRITEUNLOCK(this, DB_NOTUNIQUE, "wu db_index::add"); 298 return (DB_NOTUNIQUE);
|
H A D | db_headers.h | 212 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE, enumerator in enum:db_status
|
H A D | db_dictionary.cc | 506 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if target 518 return (DB_NOTUNIQUE); 536 * Return DB_NOTUNIQUE, if entry with identical table_name 562 return (DB_NOTUNIQUE); 577 return (DB_NOTUNIQUE); 977 if (dbstat == DB_NOTUNIQUE) { 1751 return (DB_NOTUNIQUE); // table already exists 2302 if (stat == DB_NOTUNIQUE) {
|
H A D | db_mindex.cc | 913 * Returns DB_NOTUNIQUE if more than one entry satisfies the query. 1019 rstat = DB_NOTUNIQUE;
|
Completed in 30 milliseconds