Home
last modified time | relevance | path

Searched refs:dthash (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libast/common/cdt/
H A Ddthash.c100 static Void_t* dthash(Dt_t* dt, reg Void_t* obj, int type) in dthash() function
102 static Void_t* dthash(dt,obj,type) in dthash()
356 static Dtmethod_t _Dtset = { dthash, DT_SET };
357 static Dtmethod_t _Dtbag = { dthash, DT_BAG };
362 Dtmethod_t _Dthash = { dthash, DT_SET };
367 NoF(dthash)
/titanic_41/usr/src/lib/libast/
H A DMakefile.com37 common/cdt/dthash.o \
/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)