Searched refs:DT_BAG (Results 1 – 3 of 3) sorted by relevance
33 if (type == DT_DELETE && (dt->meth->type&(DT_OBAG|DT_BAG))) in _dttype2005()
347 if(!(dt->meth->type&DT_BAG) )416 static Dtmethod_t _Dtbag = { dthashchain, DT_BAG, hashevent, "Dtbag" };
171 #define DT_BAG 0000000002 /* unordered set, repeated elements */ macro