Home
last modified time | relevance | path

Searched refs:Sg_WeakBoxRef (Results 1 – 4 of 4) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dweak.c189 void* Sg_WeakBoxRef(SgWeakBox *wbox) in Sg_WeakBoxRef() function
208 realkey = (intptr_t)Sg_WeakBoxRef(box); in weak_key_hash()
224 realkey = (intptr_t)Sg_WeakBoxRef(box); in weak_key_compare()
230 realentrykey = (intptr_t)Sg_WeakBoxRef(box); in weak_key_compare()
255 void *val = Sg_WeakBoxRef((SgWeakBox*)e->value); in weak_hashtable_ref()
334 value = Sg_WeakBoxRef(value);
349 key = (intptr_t)Sg_WeakBoxRef(SG_WEAK_BOX(key));
354 void *val = Sg_WeakBoxRef((SgWeakBox *)e->value);
387 void *val = Sg_WeakBoxRef((SgWeakBox*)e->value);
455 SgObject realkey = SG_OBJ(Sg_WeakBoxRef(box));
[all …]
H A Dlib_sagittarius.stub1534 (let ((o (Sg_WeakBoxRef wb)))
H A Dlib_sagittarius.c8176 {SgObject o=Sg_WeakBoxRef(wb); in sagittarius_weak_box_ref()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dweak.h110 SG_EXTERN void* Sg_WeakBoxRef(SgWeakBox *wbox);