Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dkeyword.c126 SG_WEAK_HASHTABLE(Sg_MakeWeakHashTableSimple(SG_HASH_STRING, in Sg__InitKeyword()
H A Dsymbol.c166 obtable = SG_WEAK_HASHTABLE(Sg_MakeWeakHashTableSimple(SG_HASH_STRING, in DEFINE_DEBUG_DUMPER()
H A Dweak.c521 SgObject Sg_MakeWeakHashTableSimple(SgHashType type, function
549 SG_WEAK_HASHTABLE(Sg_MakeWeakHashTableSimple(SG_HASH_GENERAL,
H A Dstring.c626 stable = Sg_MakeWeakHashTableSimple(SG_HASH_STRING, SG_WEAK_REMOVE_VALUE, in DEFINE_DEBUG_DUMPER()
H A Dlib_sagittarius.stub653 (result (Sg_MakeWeakHashTableSimple SG_HASH_EQUAL w k SG_UNDEF))))))
670 (result (Sg_MakeWeakHashTableSimple SG_HASH_STRING w k
1585 (result (Sg_MakeWeakHashTableSimple ,type w k v)))))
H A Dlib_sagittarius.c4304 SG_RESULT=(Sg_MakeWeakHashTableSimple(SG_HASH_EQUAL,w,k,SG_UNDEF));}}} in sagittarius_make_equal_hashtable()
4353 SG_RESULT=(Sg_MakeWeakHashTableSimple(SG_HASH_STRING,w,k,SG_UNDEF));}}} in sagittarius_make_string_hashtable()
8387 …);}}if ((!(SG_UNBOUNDP(default_)))){{v=(default_);}}SG_RESULT=(Sg_MakeWeakHashTableSimple(SG_HASH_… in sagittarius_make_weak_eq_hashtable()
8436 …);}}if ((!(SG_UNBOUNDP(default_)))){{v=(default_);}}SG_RESULT=(Sg_MakeWeakHashTableSimple(SG_HASH_… in sagittarius_make_weak_eqv_hashtable()
8485 …);}}if ((!(SG_UNBOUNDP(default_)))){{v=(default_);}}SG_RESULT=(Sg_MakeWeakHashTableSimple(SG_HASH_… in sagittarius_make_weak_equal_hashtable()
8534 …);}}if ((!(SG_UNBOUNDP(default_)))){{v=(default_);}}SG_RESULT=(Sg_MakeWeakHashTableSimple(SG_HASH_… in sagittarius_make_weak_string_hashtable()
H A Dvm.c197 v->parameters = Sg_MakeWeakHashTableSimple(SG_HASH_EQ, SG_WEAK_KEY, 64, in Sg_NewThreadVM()
H A Dlib_core.stub2597 (result (Sg_MakeWeakHashTableSimple SG_HASH_EQ w k SG_UNDEF))))))
2614 (result (Sg_MakeWeakHashTableSimple SG_HASH_EQV w k SG_UNDEF))))))
H A Dlib_core.c12624 SG_RESULT=(Sg_MakeWeakHashTableSimple(SG_HASH_EQ,w,k,SG_UNDEF));}}} in core_make_eq_hashtable()
12673 SG_RESULT=(Sg_MakeWeakHashTableSimple(SG_HASH_EQV,w,k,SG_UNDEF));}}} in core_make_eqv_hashtable()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dweak.h113 SG_EXTERN SgObject Sg_MakeWeakHashTableSimple(SgHashType type,