Searched refs:DT_DETACH (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libast/common/cdt/ |
H A D | dtlist.c | 57 else if(type&(DT_DELETE|DT_DETACH)) 149 if(type&(DT_DELETE|DT_DETACH))
|
H A D | dttree.c | 94 if(dt->meth->type == DT_OBAG && (type&(DT_DELETE|DT_DETACH)) ) 284 else if(type&(DT_DELETE|DT_DETACH))
|
H A D | dthash.c | 166 if(dt->meth->type == DT_BAG && (type&(DT_DELETE|DT_DETACH)) )
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 167 #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 D | cdt.h | 167 #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 D | cdt.h | 167 #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 D | cdt.h | 167 #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 D | cdt.h | 167 #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 D | RELEASE | 829 cdt/dthash.c: fix DT_DELETE memory leak (DT_DETACH typo)
|