Home
last modified time | relevance | path

Searched refs:DT_DELETE (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libast/common/cdt/
H A Ddtlist.c57 else if(type&(DT_DELETE|DT_DETACH))
149 if(type&(DT_DELETE|DT_DETACH))
168 if(disc->freef && (type&DT_DELETE))
H A Ddttree.c94 if(dt->meth->type == DT_OBAG && (type&(DT_DELETE|DT_DETACH)) )
284 else if(type&(DT_DELETE|DT_DETACH))
288 if(disc->freef && (type&DT_DELETE))
337 return (type&DT_DELETE) ? obj : NIL(Void_t*);
H A Ddthash.c166 if(dt->meth->type == DT_BAG && (type&(DT_DELETE|DT_DETACH)) )
348 if(disc->freef && (type&DT_DELETE))
H A Ddtview.c45 if(type&(DT_INSERT|DT_DELETE|DT_CLEAR|DT_RENEW))
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h156 #define DT_DELETE 0000002 /* delete object if found */ macro
302 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE)
/titanic_41/usr/src/lib/libast/common/include/
H A Dcdt.h156 #define DT_DELETE 0000002 /* delete object if found */ macro
302 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE)
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h156 #define DT_DELETE 0000002 /* delete object if found */ macro
302 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE)
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h156 #define DT_DELETE 0000002 /* delete object if found */ macro
302 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE)
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h156 #define DT_DELETE 0000002 /* delete object if found */ macro
302 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE)
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE829 cdt/dthash.c: fix DT_DELETE memory leak (DT_DETACH typo)
830 cdt/dthash.c: fix DT_DELETE double free (dt->data->here typo)