Home
last modified time | relevance | path

Searched refs:gclist (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dstringref.c60 static GList *gclist = NULL; variable
95 if (gclist == NULL) in purple_stringref_new_noref()
97 gclist = g_list_prepend(gclist, newref); in purple_stringref_new_noref()
133 gclist = g_list_remove(gclist, stringref); in purple_stringref_unref()
169 while (gclist != NULL) { in gs_idle_cb()
170 ref = gclist->data; in gs_idle_cb()
174 del = gclist; in gs_idle_cb()
175 gclist = gclist->next; in gs_idle_cb()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dstringref.c60 static GList *gclist = NULL; variable
95 if (gclist == NULL) in purple_stringref_new_noref()
97 gclist = g_list_prepend(gclist, newref); in purple_stringref_new_noref()
133 gclist = g_list_remove(gclist, stringref); in purple_stringref_unref()
169 while (gclist != NULL) { in gs_idle_cb()
170 ref = gclist->data; in gs_idle_cb()
174 del = gclist; in gs_idle_cb()
175 gclist = gclist->next; in gs_idle_cb()
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dstringref.c60 static GList *gclist = NULL; variable
95 if (gclist == NULL) in purple_stringref_new_noref()
97 gclist = g_list_prepend(gclist, newref); in purple_stringref_new_noref()
133 gclist = g_list_remove(gclist, stringref); in purple_stringref_unref()
169 while (gclist != NULL) { in gs_idle_cb()
170 ref = gclist->data; in gs_idle_cb()
174 del = gclist; in gs_idle_cb()
175 gclist = gclist->next; in gs_idle_cb()
/dports/lang/racket/racket-8.3/src/bc/gc2/
H A Dblock_cache.c36 GCList gclist; member
122 gclist_init(&bd->gclist); in bc_alloc_std_block()
187 gclist_add(free_head, &(bd->gclist)); in bc_alloc_std_page()
273 gclist_del(&b->gclist); in bc_free_std_block()
297 gclist_each_item(b, head, block_desc, gclist) { in find_addr_in_bd()
324 gclist_move(&b->gclist, free_head); in block_cache_free_page()
362 gclist_each_item(b, &bg->free, block_desc, gclist) { in compute_compacts()
367 gclist_each_item(b, &bg->free, block_desc, gclist) { in compute_compacts()
378 block_desc *ba = gclist_item(a, block_desc, gclist); in sort_full_to_empty()
379 block_desc *bb = gclist_item(b, block_desc, gclist); in sort_full_to_empty()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/gc2/
H A Dblock_cache.c36 GCList gclist; member
122 gclist_init(&bd->gclist); in bc_alloc_std_block()
187 gclist_add(free_head, &(bd->gclist)); in bc_alloc_std_page()
273 gclist_del(&b->gclist); in bc_free_std_block()
297 gclist_each_item(b, head, block_desc, gclist) { in find_addr_in_bd()
324 gclist_move(&b->gclist, free_head); in block_cache_free_page()
362 gclist_each_item(b, &bg->free, block_desc, gclist) { in compute_compacts()
367 gclist_each_item(b, &bg->free, block_desc, gclist) { in compute_compacts()
378 block_desc *ba = gclist_item(a, block_desc, gclist); in sort_full_to_empty()
379 block_desc *bb = gclist_item(b, block_desc, gclist); in sort_full_to_empty()
[all …]
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/
H A Dlgc.cpp79 gcotocl(o)->c.gclist = st->tmark; in reallymarkobject()
84 gcotoh(o)->gclist = st->tmark; in reallymarkobject()
89 gcototh(o)->gclist = st->tmark; in reallymarkobject()
94 gcotop(o)->gclist = st->tmark; in reallymarkobject()
169 h->gclist = *weaklist; /* must be cleared after GC, ... */ in traversetable()
266 st->tmark = h->gclist; in propagatemarks()
272 st->tmark = cl->c.gclist; in propagatemarks()
278 st->tmark = th->gclist; in propagatemarks()
284 st->tmark = p->gclist; in propagatemarks()
314 l = h->gclist; in cleartablekeys()
[all …]
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dcrond.c61 CRONFILE *gclist; variable
324 CRONFILE *lstart, *list = gclist; in remove_completed_jobs()
360 gclist = list; in remove_completed_jobs()
410 dlist_add_nomalloc((struct double_list **)&gclist, in scan_cronfiles()
506 CRONFILE *cfile = gclist; in count_running_jobs()
531 if ((cfile = cfile->next) == gclist) break; in count_running_jobs()
539 CRONFILE *cfile = gclist; in execute_jobs()
579 if ((cfile = cfile->next) == gclist) break; in execute_jobs()
590 CRONFILE *cfile = gclist; in schedule_jobs()
621 if ((cfile = cfile->next) == gclist) break; in schedule_jobs()
/dports/games/pioneer/pioneer-20210723/contrib/lua/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
522 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
541 th->gclist = g->grayagain; in propagatemark()
595 next = gco2t(w)->gclist; in convergeephemerons()
619 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/lua/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/lang/lua52/lua-5.2.4/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/games/blobby/blobby-1.0/src/lua/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/lua/src/
H A Dlgc.c168 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
189 p->gclist = g->grayagain; in luaC_barrierproto_()
277 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
282 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
291 gco2th(o)->gclist = g->gray; in reallymarkobject()
296 gco2p(o)->gclist = g->gray; in reallymarkobject()
531 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
550 th->gclist = g->grayagain; in propagatemark()
604 next = gco2t(w)->gclist; in convergeephemerons()
628 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/games/alephone/alephone-release-20190331/Source_Files/Lua/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
522 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
541 th->gclist = g->grayagain; in propagatemark()
595 next = gco2t(w)->gclist; in convergeephemerons()
619 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/lua/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
522 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
541 th->gclist = g->grayagain; in propagatemark()
595 next = gco2t(w)->gclist; in convergeephemerons()
619 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.2.4/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/devel/tex-libtexlua/texlive-20150521-source/libs/lua52/lua-5.2.4/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.2.4/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/lua-5.2.3/src/
H A Dlgc.c158 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
181 p->gclist = g->grayagain; in luaC_barrierproto_()
275 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
281 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
292 gco2th(o)->gclist = g->gray; in reallymarkobject()
298 gco2p(o)->gclist = g->gray; in reallymarkobject()
559 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
581 th->gclist = g->grayagain; in propagatemark()
641 next = gco2t(w)->gclist; in convergeephemerons()
665 for (; l != f; l = gco2t(l)->gclist) in clearkeys()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/lua-5.2.3/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/external/lua-5.2.3/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/external/lua-5.2.3/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/external/lua-5.2.3/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/lua52/lua-5.2.4/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/lua/src/
H A Dlgc.c159 gco2t(o)->gclist = g->grayagain; in luaC_barrierback_()
180 p->gclist = g->grayagain; in luaC_barrierproto_()
268 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
273 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
282 gco2th(o)->gclist = g->gray; in reallymarkobject()
287 gco2p(o)->gclist = g->gray; in reallymarkobject()
529 g->gray = h->gclist; /* remove from 'gray' list */ in propagatemark()
548 th->gclist = g->grayagain; in propagatemark()
602 next = gco2t(w)->gclist; in convergeephemerons()
626 for (; l != f; l = gco2t(l)->gclist) { in clearkeys()
[all …]

12345678910>>...21