MDB_NV_OVERLOAD
MDB_NV_OVERLOAD);
uint_t nflag = MDB_NV_OVERLOAD | MDB_NV_SILENT;
uint_t nflag = MDB_NV_OVERLOAD | MDB_NV_SILENT;
if (v->v_flags & MDB_NV_OVERLOAD) {
ASSERT(!(flags & MDB_NV_EXTNAME) || !(flags & MDB_NV_OVERLOAD));
ASSERT(!(flags & MDB_NV_RDONLY) || !(flags & MDB_NV_OVERLOAD));
if (v->v_flags & MDB_NV_OVERLOAD) {
if (corpse->v_flags & MDB_NV_OVERLOAD) {
if ((corpse->v_flags & MDB_NV_OVERLOAD) && corpse->v_ndef != NULL) {
if (func(v, private) == -1 || !(v->v_flags & MDB_NV_OVERLOAD))
if (v->v_flags & MDB_NV_OVERLOAD)