Home
last modified time | relevance | path

Searched refs:DT_DETACH (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/libast/common/cdt/
H A Ddtlist.c57 else if(type&(DT_DELETE|DT_DETACH))
149 if(type&(DT_DELETE|DT_DETACH))
H A Ddttree.c94 if(dt->meth->type == DT_OBAG && (type&(DT_DELETE|DT_DETACH)) )
284 else if(type&(DT_DELETE|DT_DETACH))
H A Ddthash.c166 if(dt->meth->type == DT_BAG && (type&(DT_DELETE|DT_DETACH)) )
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/titanic_44/usr/src/lib/libast/common/include/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE829 cdt/dthash.c: fix DT_DELETE memory leak (DT_DETACH typo)