• Home
  • Raw
  • Download

Lines Matching defs:lz

323 groupby_reduce(groupbyobject *lz, PyObject *Py_UNUSED(ignored))  in groupby_reduce()
342 groupby_setstate(groupbyobject *lz, PyObject *state) in groupby_setstate()
504 _grouper_reduce(_grouperobject *lz, PyObject *Py_UNUSED(ignored)) in _grouper_reduce()
1095 cycleobject *lz; in itertools_cycle_impl() local
1124 cycle_dealloc(cycleobject *lz) in cycle_dealloc()
1133 cycle_traverse(cycleobject *lz, visitproc visit, void *arg) in cycle_traverse()
1141 cycle_next(cycleobject *lz) in cycle_next()
1172 cycle_reduce(cycleobject *lz, PyObject *Py_UNUSED(ignored)) in cycle_reduce()
1195 cycle_setstate(cycleobject *lz, PyObject *state) in cycle_setstate()
1292 dropwhileobject *lz; in itertools_dropwhile_impl() local
1314 dropwhile_dealloc(dropwhileobject *lz) in dropwhile_dealloc()
1323 dropwhile_traverse(dropwhileobject *lz, visitproc visit, void *arg) in dropwhile_traverse()
1331 dropwhile_next(dropwhileobject *lz) in dropwhile_next()
1364 dropwhile_reduce(dropwhileobject *lz, PyObject *Py_UNUSED(ignored)) in dropwhile_reduce()
1370 dropwhile_setstate(dropwhileobject *lz, PyObject *state) in dropwhile_setstate()
1455 takewhileobject *lz; in itertools_takewhile_impl() local
1477 takewhile_dealloc(takewhileobject *lz) in takewhile_dealloc()
1486 takewhile_traverse(takewhileobject *lz, visitproc visit, void *arg) in takewhile_traverse()
1494 takewhile_next(takewhileobject *lz) in takewhile_next()
1523 takewhile_reduce(takewhileobject *lz, PyObject *Py_UNUSED(ignored)) in takewhile_reduce()
1529 takewhile_reduce_setstate(takewhileobject *lz, PyObject *state) in takewhile_reduce_setstate()
1612 isliceobject *lz; in islice_new() local
1691 islice_dealloc(isliceobject *lz) in islice_dealloc()
1699 islice_traverse(isliceobject *lz, visitproc visit, void *arg) in islice_traverse()
1706 islice_next(isliceobject *lz) in islice_next()
1745 islice_reduce(isliceobject *lz, PyObject *Py_UNUSED(ignored)) in islice_reduce()
1778 islice_setstate(isliceobject *lz, PyObject *state) in islice_setstate()
1874 starmapobject *lz; in itertools_starmap_impl() local
1895 starmap_dealloc(starmapobject *lz) in starmap_dealloc()
1904 starmap_traverse(starmapobject *lz, visitproc visit, void *arg) in starmap_traverse()
1912 starmap_next(starmapobject *lz) in starmap_next()
1934 starmap_reduce(starmapobject *lz, PyObject *Py_UNUSED(ignored)) in starmap_reduce()
2004 chainobject *lz; in chain_new_internal() local
2055 chain_dealloc(chainobject *lz) in chain_dealloc()
2064 chain_traverse(chainobject *lz, visitproc visit, void *arg) in chain_traverse()
2072 chain_next(chainobject *lz) in chain_next()
2110 chain_reduce(chainobject *lz, PyObject *Py_UNUSED(ignored)) in chain_reduce()
2129 chain_setstate(chainobject *lz, PyObject *state) in chain_setstate()
2230 productobject *lz; in product_new() local
2311 product_dealloc(productobject *lz) in product_dealloc()
2322 product_sizeof(productobject *lz, void *unused) in product_sizeof()
2334 product_traverse(productobject *lz, visitproc visit, void *arg) in product_traverse()
2342 product_next(productobject *lz) in product_next()
2429 product_reduce(productobject *lz, PyObject *Py_UNUSED(ignored)) in product_reduce()
2459 product_setstate(productobject *lz, PyObject *state) in product_setstate()
2760 combinations_reduce(combinationsobject *lz, PyObject *Py_UNUSED(ignored)) in combinations_reduce()
2789 combinations_setstate(combinationsobject *lz, PyObject *state) in combinations_setstate()
3091 cwr_reduce(cwrobject *lz, PyObject *Py_UNUSED(ignored)) in cwr_reduce()
3119 cwr_setstate(cwrobject *lz, PyObject *state) in cwr_setstate()
3629 accumulateobject *lz; in itertools_accumulate_impl() local
3655 accumulate_dealloc(accumulateobject *lz) in accumulate_dealloc()
3666 accumulate_traverse(accumulateobject *lz, visitproc visit, void *arg) in accumulate_traverse()
3676 accumulate_next(accumulateobject *lz) in accumulate_next()
3711 accumulate_reduce(accumulateobject *lz, PyObject *Py_UNUSED(ignored)) in accumulate_reduce()
3749 accumulate_setstate(accumulateobject *lz, PyObject *state) in accumulate_setstate()
3840 compressobject *lz; in itertools_compress_impl() local
3864 compress_dealloc(compressobject *lz) in compress_dealloc()
3873 compress_traverse(compressobject *lz, visitproc visit, void *arg) in compress_traverse()
3881 compress_next(compressobject *lz) in compress_next()
3917 compress_reduce(compressobject *lz, PyObject *Py_UNUSED(ignored)) in compress_reduce()
3998 filterfalseobject *lz; in itertools_filterfalse_impl() local
4019 filterfalse_dealloc(filterfalseobject *lz) in filterfalse_dealloc()
4028 filterfalse_traverse(filterfalseobject *lz, visitproc visit, void *arg) in filterfalse_traverse()
4036 filterfalse_next(filterfalseobject *lz) in filterfalse_next()
4070 filterfalse_reduce(filterfalseobject *lz, PyObject *Py_UNUSED(ignored)) in filterfalse_reduce()
4172 countobject *lz; in itertools_count_impl() local
4246 count_dealloc(countobject *lz) in count_dealloc()
4255 count_traverse(countobject *lz, visitproc visit, void *arg) in count_traverse()
4263 count_nextlong(countobject *lz) in count_nextlong()
4285 count_next(countobject *lz) in count_next()
4293 count_repr(countobject *lz) in count_repr()
4317 count_reduce(countobject *lz, PyObject *Py_UNUSED(ignored)) in count_reduce()
4546 ziplongestobject *lz; in zip_longest_new() local
4613 zip_longest_dealloc(ziplongestobject *lz) in zip_longest_dealloc()
4623 zip_longest_traverse(ziplongestobject *lz, visitproc visit, void *arg) in zip_longest_traverse()
4632 zip_longest_next(ziplongestobject *lz) in zip_longest_next()
4709 zip_longest_reduce(ziplongestobject *lz, PyObject *Py_UNUSED(ignored)) in zip_longest_reduce()
4736 zip_longest_setstate(ziplongestobject *lz, PyObject *state) in zip_longest_setstate()