Searched refs:DT_EXTRACT (Results 1 – 6 of 6) sorted by relevance
156 if(type == DT_FLATTEN || type == DT_EXTRACT) in hflatten()208 else if(type&DT_EXTRACT) in hlist()209 return hflatten(dt, DT_EXTRACT); in hlist()276 if(type&(DT_FIRST|DT_LAST|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_FLATTEN|DT_STAT) )
41 return (Dtlink_t*)(*(_DT(d)->searchf))((d),(Void_t*)(0),DT_EXTRACT); in dtextract()
120 if(type&(DT_FLATTEN|DT_EXTRACT) )125 if(type&DT_EXTRACT)184 else if(type&(DT_EXTRACT|DT_RESTORE|DT_FLATTEN) )
32 DT_FLATTEN|DT_EXTRACT|DT_RESTORE|DT_STAT)
156 if(type&(DT_FLATTEN|DT_EXTRACT) )416 else if(type&(DT_EXTRACT|DT_RESTORE|DT_FLATTEN))
207 #define DT_EXTRACT 0000200000 /* FLATTEN and clear dictionary */ macro210 #define DT_OPERATIONS (DT_TOANNOUNCE|DT_RELINK|DT_FLATTEN|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_STAT)345 #define dtextract(d) (Dtlink_t*)(*(_DT(d)->searchf))((d),(Void_t*)(0),DT_EXTRACT)