Lines Matching defs:lz

190 groupby_reduce(groupbyobject *lz, PyObject *Py_UNUSED(ignored))  in groupby_reduce()
209 groupby_setstate(groupbyobject *lz, PyObject *state) in groupby_setstate()
371 _grouper_reduce(_grouperobject *lz, PyObject *Py_UNUSED(ignored)) in _grouper_reduce()
969 cycleobject *lz; in itertools_cycle_impl() local
998 cycle_dealloc(cycleobject *lz) in cycle_dealloc()
1007 cycle_traverse(cycleobject *lz, visitproc visit, void *arg) in cycle_traverse()
1016 cycle_next(cycleobject *lz) in cycle_next()
1047 cycle_reduce(cycleobject *lz, PyObject *Py_UNUSED(ignored)) in cycle_reduce()
1071 cycle_setstate(cycleobject *lz, PyObject *state) in cycle_setstate()
1169 dropwhileobject *lz; in itertools_dropwhile_impl() local
1191 dropwhile_dealloc(dropwhileobject *lz) in dropwhile_dealloc()
1200 dropwhile_traverse(dropwhileobject *lz, visitproc visit, void *arg) in dropwhile_traverse()
1208 dropwhile_next(dropwhileobject *lz) in dropwhile_next()
1241 dropwhile_reduce(dropwhileobject *lz, PyObject *Py_UNUSED(ignored)) in dropwhile_reduce()
1247 dropwhile_setstate(dropwhileobject *lz, PyObject *state) in dropwhile_setstate()
1334 takewhileobject *lz; in itertools_takewhile_impl() local
1356 takewhile_dealloc(takewhileobject *lz) in takewhile_dealloc()
1365 takewhile_traverse(takewhileobject *lz, visitproc visit, void *arg) in takewhile_traverse()
1373 takewhile_next(takewhileobject *lz) in takewhile_next()
1402 takewhile_reduce(takewhileobject *lz, PyObject *Py_UNUSED(ignored)) in takewhile_reduce()
1408 takewhile_reduce_setstate(takewhileobject *lz, PyObject *state) in takewhile_reduce_setstate()
1491 isliceobject *lz; in islice_new() local
1569 islice_dealloc(isliceobject *lz) in islice_dealloc()
1577 islice_traverse(isliceobject *lz, visitproc visit, void *arg) in islice_traverse()
1584 islice_next(isliceobject *lz) in islice_next()
1623 islice_reduce(isliceobject *lz, PyObject *Py_UNUSED(ignored)) in islice_reduce()
1656 islice_setstate(isliceobject *lz, PyObject *state) in islice_setstate()
1754 starmapobject *lz; in itertools_starmap_impl() local
1775 starmap_dealloc(starmapobject *lz) in starmap_dealloc()
1784 starmap_traverse(starmapobject *lz, visitproc visit, void *arg) in starmap_traverse()
1792 starmap_next(starmapobject *lz) in starmap_next()
1814 starmap_reduce(starmapobject *lz, PyObject *Py_UNUSED(ignored)) in starmap_reduce()
1884 chainobject *lz; in chain_new_internal() local
1934 chain_dealloc(chainobject *lz) in chain_dealloc()
1943 chain_traverse(chainobject *lz, visitproc visit, void *arg) in chain_traverse()
1951 chain_next(chainobject *lz) in chain_next()
1989 chain_reduce(chainobject *lz, PyObject *Py_UNUSED(ignored)) in chain_reduce()
2008 chain_setstate(chainobject *lz, PyObject *state) in chain_setstate()
2107 productobject *lz; in product_new() local
2188 product_dealloc(productobject *lz) in product_dealloc()
2199 product_sizeof(productobject *lz, void *unused) in product_sizeof()
2211 product_traverse(productobject *lz, visitproc visit, void *arg) in product_traverse()
2219 product_next(productobject *lz) in product_next()
2306 product_reduce(productobject *lz, PyObject *Py_UNUSED(ignored)) in product_reduce()
2336 product_setstate(productobject *lz, PyObject *state) in product_setstate()
2639 combinations_reduce(combinationsobject *lz, PyObject *Py_UNUSED(ignored)) in combinations_reduce()
2668 combinations_setstate(combinationsobject *lz, PyObject *state) in combinations_setstate()
2972 cwr_reduce(cwrobject *lz, PyObject *Py_UNUSED(ignored)) in cwr_reduce()
3000 cwr_setstate(cwrobject *lz, PyObject *state) in cwr_setstate()
3511 accumulateobject *lz; in itertools_accumulate_impl() local
3537 accumulate_dealloc(accumulateobject *lz) in accumulate_dealloc()
3548 accumulate_traverse(accumulateobject *lz, visitproc visit, void *arg) in accumulate_traverse()
3558 accumulate_next(accumulateobject *lz) in accumulate_next()
3593 accumulate_reduce(accumulateobject *lz, PyObject *Py_UNUSED(ignored)) in accumulate_reduce()
3631 accumulate_setstate(accumulateobject *lz, PyObject *state) in accumulate_setstate()
3724 compressobject *lz; in itertools_compress_impl() local
3748 compress_dealloc(compressobject *lz) in compress_dealloc()
3757 compress_traverse(compressobject *lz, visitproc visit, void *arg) in compress_traverse()
3765 compress_next(compressobject *lz) in compress_next()
3801 compress_reduce(compressobject *lz, PyObject *Py_UNUSED(ignored)) in compress_reduce()
3884 filterfalseobject *lz; in itertools_filterfalse_impl() local
3905 filterfalse_dealloc(filterfalseobject *lz) in filterfalse_dealloc()
3914 filterfalse_traverse(filterfalseobject *lz, visitproc visit, void *arg) in filterfalse_traverse()
3922 filterfalse_next(filterfalseobject *lz) in filterfalse_next()
3956 filterfalse_reduce(filterfalseobject *lz, PyObject *Py_UNUSED(ignored)) in filterfalse_reduce()
4060 countobject *lz; in itertools_count_impl() local
4133 count_dealloc(countobject *lz) in count_dealloc()
4142 count_traverse(countobject *lz, visitproc visit, void *arg) in count_traverse()
4150 count_nextlong(countobject *lz) in count_nextlong()
4172 count_next(countobject *lz) in count_next()
4180 count_repr(countobject *lz) in count_repr()
4204 count_reduce(countobject *lz, PyObject *Py_UNUSED(ignored)) in count_reduce()
4434 ziplongestobject *lz; in zip_longest_new() local
4501 zip_longest_dealloc(ziplongestobject *lz) in zip_longest_dealloc()
4511 zip_longest_traverse(ziplongestobject *lz, visitproc visit, void *arg) in zip_longest_traverse()
4520 zip_longest_next(ziplongestobject *lz) in zip_longest_next()
4597 zip_longest_reduce(ziplongestobject *lz, PyObject *Py_UNUSED(ignored)) in zip_longest_reduce()
4624 zip_longest_setstate(ziplongestobject *lz, PyObject *state) in zip_longest_setstate()