HomeSort by relevance Sort by last modified time
    Searched refs:DB_NOTUNIQUE (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_entry_c.x 44 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE,
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);
db_headers.h 212 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE,
db_dictionary.cc 511 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if target
523 return (DB_NOTUNIQUE);
541 * Return DB_NOTUNIQUE, if entry with identical table_name
567 return (DB_NOTUNIQUE);
582 return (DB_NOTUNIQUE);
982 if (dbstat == DB_NOTUNIQUE) {
    [all...]
db_mindex.cc 924 * Returns DB_NOTUNIQUE if more than one entry satisfies the query.
1030 rstat = DB_NOTUNIQUE;
    [all...]
  /onnv/onnv-gate/usr/src/head/rpcsvc/
nis_db.h 49 DB_NOTUNIQUE = 2,
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_db.c 632 case DB_NOTUNIQUE:
    [all...]

Completed in 240 milliseconds