Lines Matching defs:lz

189 groupby_reduce(groupbyobject *lz, PyObject *Py_UNUSED(ignored))  in groupby_reduce()
208 groupby_setstate(groupbyobject *lz, PyObject *state) in groupby_setstate()
370 _grouper_reduce(_grouperobject *lz, PyObject *Py_UNUSED(ignored)) in _grouper_reduce()
962 cycleobject *lz; in itertools_cycle_impl() local
991 cycle_dealloc(cycleobject *lz) in cycle_dealloc()
1000 cycle_traverse(cycleobject *lz, visitproc visit, void *arg) in cycle_traverse()
1009 cycle_next(cycleobject *lz) in cycle_next()
1040 cycle_reduce(cycleobject *lz, PyObject *Py_UNUSED(ignored)) in cycle_reduce()
1064 cycle_setstate(cycleobject *lz, PyObject *state) in cycle_setstate()
1160 dropwhileobject *lz; in itertools_dropwhile_impl() local
1182 dropwhile_dealloc(dropwhileobject *lz) in dropwhile_dealloc()
1191 dropwhile_traverse(dropwhileobject *lz, visitproc visit, void *arg) in dropwhile_traverse()
1199 dropwhile_next(dropwhileobject *lz) in dropwhile_next()
1232 dropwhile_reduce(dropwhileobject *lz, PyObject *Py_UNUSED(ignored)) in dropwhile_reduce()
1238 dropwhile_setstate(dropwhileobject *lz, PyObject *state) in dropwhile_setstate()
1323 takewhileobject *lz; in itertools_takewhile_impl() local
1345 takewhile_dealloc(takewhileobject *lz) in takewhile_dealloc()
1354 takewhile_traverse(takewhileobject *lz, visitproc visit, void *arg) in takewhile_traverse()
1362 takewhile_next(takewhileobject *lz) in takewhile_next()
1391 takewhile_reduce(takewhileobject *lz, PyObject *Py_UNUSED(ignored)) in takewhile_reduce()
1397 takewhile_reduce_setstate(takewhileobject *lz, PyObject *state) in takewhile_reduce_setstate()
1480 isliceobject *lz; in islice_new() local
1558 islice_dealloc(isliceobject *lz) in islice_dealloc()
1566 islice_traverse(isliceobject *lz, visitproc visit, void *arg) in islice_traverse()
1573 islice_next(isliceobject *lz) in islice_next()
1612 islice_reduce(isliceobject *lz, PyObject *Py_UNUSED(ignored)) in islice_reduce()
1645 islice_setstate(isliceobject *lz, PyObject *state) in islice_setstate()
1741 starmapobject *lz; in itertools_starmap_impl() local
1762 starmap_dealloc(starmapobject *lz) in starmap_dealloc()
1771 starmap_traverse(starmapobject *lz, visitproc visit, void *arg) in starmap_traverse()
1779 starmap_next(starmapobject *lz) in starmap_next()
1801 starmap_reduce(starmapobject *lz, PyObject *Py_UNUSED(ignored)) in starmap_reduce()
1871 chainobject *lz; in chain_new_internal() local
1921 chain_dealloc(chainobject *lz) in chain_dealloc()
1930 chain_traverse(chainobject *lz, visitproc visit, void *arg) in chain_traverse()
1938 chain_next(chainobject *lz) in chain_next()
1976 chain_reduce(chainobject *lz, PyObject *Py_UNUSED(ignored)) in chain_reduce()
1995 chain_setstate(chainobject *lz, PyObject *state) in chain_setstate()
2096 productobject *lz; in product_new() local
2177 product_dealloc(productobject *lz) in product_dealloc()
2188 product_sizeof(productobject *lz, void *unused) in product_sizeof()
2200 product_traverse(productobject *lz, visitproc visit, void *arg) in product_traverse()
2208 product_next(productobject *lz) in product_next()
2290 product_reduce(productobject *lz, PyObject *Py_UNUSED(ignored)) in product_reduce()
2320 product_setstate(productobject *lz, PyObject *state) in product_setstate()
2616 combinations_reduce(combinationsobject *lz, PyObject *Py_UNUSED(ignored)) in combinations_reduce()
2645 combinations_setstate(combinationsobject *lz, PyObject *state) in combinations_setstate()
2942 cwr_reduce(cwrobject *lz, PyObject *Py_UNUSED(ignored)) in cwr_reduce()
2970 cwr_setstate(cwrobject *lz, PyObject *state) in cwr_setstate()
3475 accumulateobject *lz; in itertools_accumulate_impl() local
3501 accumulate_dealloc(accumulateobject *lz) in accumulate_dealloc()
3512 accumulate_traverse(accumulateobject *lz, visitproc visit, void *arg) in accumulate_traverse()
3522 accumulate_next(accumulateobject *lz) in accumulate_next()
3557 accumulate_reduce(accumulateobject *lz, PyObject *Py_UNUSED(ignored)) in accumulate_reduce()
3595 accumulate_setstate(accumulateobject *lz, PyObject *state) in accumulate_setstate()
3686 compressobject *lz; in itertools_compress_impl() local
3710 compress_dealloc(compressobject *lz) in compress_dealloc()
3719 compress_traverse(compressobject *lz, visitproc visit, void *arg) in compress_traverse()
3727 compress_next(compressobject *lz) in compress_next()
3763 compress_reduce(compressobject *lz, PyObject *Py_UNUSED(ignored)) in compress_reduce()
3844 filterfalseobject *lz; in itertools_filterfalse_impl() local
3865 filterfalse_dealloc(filterfalseobject *lz) in filterfalse_dealloc()
3874 filterfalse_traverse(filterfalseobject *lz, visitproc visit, void *arg) in filterfalse_traverse()
3882 filterfalse_next(filterfalseobject *lz) in filterfalse_next()
3916 filterfalse_reduce(filterfalseobject *lz, PyObject *Py_UNUSED(ignored)) in filterfalse_reduce()
4018 countobject *lz; in itertools_count_impl() local
4091 count_dealloc(countobject *lz) in count_dealloc()
4100 count_traverse(countobject *lz, visitproc visit, void *arg) in count_traverse()
4108 count_nextlong(countobject *lz) in count_nextlong()
4130 count_next(countobject *lz) in count_next()
4138 count_repr(countobject *lz) in count_repr()
4162 count_reduce(countobject *lz, PyObject *Py_UNUSED(ignored)) in count_reduce()
4392 ziplongestobject *lz; in zip_longest_new() local
4459 zip_longest_dealloc(ziplongestobject *lz) in zip_longest_dealloc()
4469 zip_longest_traverse(ziplongestobject *lz, visitproc visit, void *arg) in zip_longest_traverse()
4478 zip_longest_next(ziplongestobject *lz) in zip_longest_next()
4550 zip_longest_reduce(ziplongestobject *lz, PyObject *Py_UNUSED(ignored)) in zip_longest_reduce()
4577 zip_longest_setstate(ziplongestobject *lz, PyObject *state) in zip_longest_setstate()