Home
last modified time | relevance | path

Searched refs:gi_gc_protect (Results 1 – 5 of 5) sorted by relevance

/dports/net/serveez/serveez-0.2.2/src/
H A Dgi.h31 extern SCM gi_gc_protect (SCM object);
H A Dguile-server.c65 ss->sym = gi_gc_protect (gi_symbol2scm (ss->str)); in init_symbolset()
74 return gi_gc_protect (gi_make_hash_table (size)); in protected_ht()
164 SCM key = gi_gc_protect (PACK_POINTER (orig)); in valid_smob()
169 val = gi_gc_protect (gi_make_smob (tag, orig)); in valid_smob()
H A Dgi.c110 gi_gc_protect (SCM obj) in gi_gc_protect() function
H A Dguile-api.c1030 gi_gc_protect (callback); in validate_callback()
H A DChangeLog3362 [gi] Add funcs: gi_gc_protect, gi_gc_unprotect
3365 (gi_gc_protect, gi_gc_unprotect): New funcs.
3366 * gi.h (gi_gc_protect, gi_gc_unprotect): New func decls.
3373 (guile_define_servertype): Use ‘gi_gc_protect’.