Home
last modified time | relevance | path

Searched refs:nextfunc (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/libvisual04/libvisual-0.4.0/libvisual/
H A Dlv_collection.c159 VisCollectionIterAssignFunc assignfunc, VisCollectionIterNextFunc nextfunc, in visual_collection_iter_new() argument
167 …visual_collection_iter_init (iter, assignfunc, nextfunc, hasmorefunc, getdatafunc, collection, con… in visual_collection_iter_new()
177 VisCollectionIterAssignFunc assignfunc, VisCollectionIterNextFunc nextfunc, in visual_collection_iter_init() argument
190 iter->nextfunc = nextfunc; in visual_collection_iter_init()
215 if (iter->nextfunc != NULL) in visual_collection_iter_next()
216 iter->nextfunc (iter, iter->collection, iter->context); in visual_collection_iter_next()
H A Dlv_collection.h93 VisCollectionIterNextFunc nextfunc; member
123 VisCollectionIterAssignFunc assignfunc, VisCollectionIterNextFunc nextfunc,
127 VisCollectionIterAssignFunc assignfunc, VisCollectionIterNextFunc nextfunc,
/dports/devel/py-numba/numba-0.51.2/numba/
H A D_dynfunc.c309 PyCFunctionWithKeywords nextfunc; member
335 gen->nextfunc = NULL; in generator_clear()
364 if (gen->nextfunc == NULL) { in generator_iternext()
372 res = (*gen->nextfunc)((PyObject *) gen, args, NULL); in generator_iternext()
423 PyCFunctionWithKeywords nextfunc, in Numba_make_generator() argument
432 gen->nextfunc = nextfunc; in Numba_make_generator()
/dports/mail/courier/courier-0.65.3/courier/module.dsn/
H A Ddsnstub.c52 void (*nextfunc)(struct rw_info *), in rw_del_dsn()
57 (*nextfunc)(rwi); in rw_del_dsn()
/dports/mail/courier/courier-0.65.3/courier/module.esmtp/
H A Desmtp.c323 void (*nextfunc)(struct rw_info *), in rw_del_esmtp()
335 (*nextfunc)(rwi); /* We don't talk UUCP */ in rw_del_esmtp()
343 (*nextfunc)(rwi); in rw_del_esmtp()
349 (*nextfunc)(rwi); in rw_del_esmtp()
/dports/sysutils/racktables/RackTables-0.21.5/wwwroot/inc/
H A Ddeviceconfig.php355 $nextfunc = 'ios12-get8021q-swports';
357 $nextfunc = $breedfunc[$nextfunc] ($ret, $line);
526 $nextfunc = 'fdry5-get8021q-top';
528 $nextfunc = $breedfunc[$nextfunc] ($ret, $line);
725 $nextfunc = 'vrp53-get8021q-top';
727 $nextfunc = $breedfunc[$nextfunc] ($ret, $line);
1072 $nextfunc = 'dlink-get8021q-top';
1074 $nextfunc = $breedfunc[$nextfunc] ($ret, $line);
2582 $nextfunc = 'ros11-get8021q-scantop';
2585 $nextfunc = $breedfunc[$nextfunc] ($ret, $line);
/dports/mail/courier/courier-0.65.3/courier/module.uucp/
H A Duucpstub.c285 void (*nextfunc)(struct rw_info *), in rw_del_uucp()
303 (*nextfunc)(rwi); in rw_del_uucp()
313 (*nextfunc)(rwi); in rw_del_uucp()
/dports/mail/courier/courier-0.65.3/courier/module.fax/
H A Dfaxstub.c378 void (*nextfunc)(struct rw_info *), in rw_del_fax()
390 (*nextfunc)(rwi); in rw_del_fax()
/dports/mail/courier/courier-0.65.3/courier/module.local/
H A Dlocal.c126 void (*nextfunc)(struct rw_info *), in rw_del_local()
151 (*nextfunc)(rwi); in rw_del_local()
163 (*nextfunc)(rwi); in rw_del_local()
/dports/audio/sndio/sndio-1.8.1/sndioctl/
H A Dsndioctl.c42 struct info *nextfunc(struct info *);
149 nextfunc(struct info *i)
815 for (g = infolist; g != NULL; g = nextfunc(g)) {
999 for (g = infolist; g != NULL; g = nextfunc(g))
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/Data/List/
H A DUtils.hs379 let (nextfunc, nextlist, output) = func inplist
381 output ++ wholeMap nextfunc nextlist
/dports/graphics/curator/curator-2.1/bin/
H A Dcurator1860 nextfunc = cycnext
1863 nextfunc = next
1884 ni = nextfunc(image, imglist)
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Dmakesrna.c1417 const char *nextfunc) in rna_def_property_lookup_int_func() argument
1433 if (STREQ(nextfunc, "rna_iterator_array_next")) { in rna_def_property_lookup_int_func()
1435 else if (STREQ(nextfunc, "rna_iterator_listbase_next")) { in rna_def_property_lookup_int_func()
1459 if (STREQ(nextfunc, "rna_iterator_array_next")) { in rna_def_property_lookup_int_func()
1481 else if (STREQ(nextfunc, "rna_iterator_listbase_next")) { in rna_def_property_lookup_int_func()
1867 const char *nextfunc = (const char *)cprop->next; in rna_def_property_funcs() local
1899 f, srna, prop, dp, (const char *)cprop->lookupint, nextfunc); in rna_def_property_funcs()
H A Drna_define.c798 FunctionRNA *func, *nextfunc; in RNA_struct_free() local
820 for (func = srna->functions.first; func; func = nextfunc) { in RNA_struct_free()
821 nextfunc = func->cont.next; in RNA_struct_free()