Searched refs:DT_DETACH (Results 1 - 8 of 8) sorted by relevance
/osnet-11/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)) ) 196 else /*if(type&(DT_DELETE|DT_DETACH|DT_NEXT|DT_PREV))*/ 331 else /*if(type&(DT_DELETE|DT_DETACH))*/
|
/osnet-11/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)
|
/osnet-11/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)
|
/osnet-11/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)
|
/osnet-11/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)
|
/osnet-11/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)
|
Completed in 439 milliseconds