• Home
  • Raw
  • Download

Lines Matching defs:lz

324 groupby_reduce(groupbyobject *lz, PyObject *Py_UNUSED(ignored))  in groupby_reduce()
343 groupby_setstate(groupbyobject *lz, PyObject *state) in groupby_setstate()
505 _grouper_reduce(_grouperobject *lz, PyObject *Py_UNUSED(ignored)) in _grouper_reduce()
1098 cycleobject *lz; in itertools_cycle_impl() local
1127 cycle_dealloc(cycleobject *lz) in cycle_dealloc()
1136 cycle_traverse(cycleobject *lz, visitproc visit, void *arg) in cycle_traverse()
1144 cycle_next(cycleobject *lz) in cycle_next()
1175 cycle_reduce(cycleobject *lz, PyObject *Py_UNUSED(ignored)) in cycle_reduce()
1199 cycle_setstate(cycleobject *lz, PyObject *state) in cycle_setstate()
1295 dropwhileobject *lz; in itertools_dropwhile_impl() local
1317 dropwhile_dealloc(dropwhileobject *lz) in dropwhile_dealloc()
1326 dropwhile_traverse(dropwhileobject *lz, visitproc visit, void *arg) in dropwhile_traverse()
1334 dropwhile_next(dropwhileobject *lz) in dropwhile_next()
1367 dropwhile_reduce(dropwhileobject *lz, PyObject *Py_UNUSED(ignored)) in dropwhile_reduce()
1373 dropwhile_setstate(dropwhileobject *lz, PyObject *state) in dropwhile_setstate()
1458 takewhileobject *lz; in itertools_takewhile_impl() local
1480 takewhile_dealloc(takewhileobject *lz) in takewhile_dealloc()
1489 takewhile_traverse(takewhileobject *lz, visitproc visit, void *arg) in takewhile_traverse()
1497 takewhile_next(takewhileobject *lz) in takewhile_next()
1526 takewhile_reduce(takewhileobject *lz, PyObject *Py_UNUSED(ignored)) in takewhile_reduce()
1532 takewhile_reduce_setstate(takewhileobject *lz, PyObject *state) in takewhile_reduce_setstate()
1615 isliceobject *lz; in islice_new() local
1693 islice_dealloc(isliceobject *lz) in islice_dealloc()
1701 islice_traverse(isliceobject *lz, visitproc visit, void *arg) in islice_traverse()
1708 islice_next(isliceobject *lz) in islice_next()
1747 islice_reduce(isliceobject *lz, PyObject *Py_UNUSED(ignored)) in islice_reduce()
1780 islice_setstate(isliceobject *lz, PyObject *state) in islice_setstate()
1876 starmapobject *lz; in itertools_starmap_impl() local
1897 starmap_dealloc(starmapobject *lz) in starmap_dealloc()
1906 starmap_traverse(starmapobject *lz, visitproc visit, void *arg) in starmap_traverse()
1914 starmap_next(starmapobject *lz) in starmap_next()
1936 starmap_reduce(starmapobject *lz, PyObject *Py_UNUSED(ignored)) in starmap_reduce()
2006 chainobject *lz; in chain_new_internal() local
2056 chain_dealloc(chainobject *lz) in chain_dealloc()
2065 chain_traverse(chainobject *lz, visitproc visit, void *arg) in chain_traverse()
2073 chain_next(chainobject *lz) in chain_next()
2111 chain_reduce(chainobject *lz, PyObject *Py_UNUSED(ignored)) in chain_reduce()
2130 chain_setstate(chainobject *lz, PyObject *state) in chain_setstate()
2231 productobject *lz; in product_new() local
2312 product_dealloc(productobject *lz) in product_dealloc()
2323 product_sizeof(productobject *lz, void *unused) in product_sizeof()
2335 product_traverse(productobject *lz, visitproc visit, void *arg) in product_traverse()
2343 product_next(productobject *lz) in product_next()
2430 product_reduce(productobject *lz, PyObject *Py_UNUSED(ignored)) in product_reduce()
2460 product_setstate(productobject *lz, PyObject *state) in product_setstate()
2761 combinations_reduce(combinationsobject *lz, PyObject *Py_UNUSED(ignored)) in combinations_reduce()
2790 combinations_setstate(combinationsobject *lz, PyObject *state) in combinations_setstate()
3092 cwr_reduce(cwrobject *lz, PyObject *Py_UNUSED(ignored)) in cwr_reduce()
3120 cwr_setstate(cwrobject *lz, PyObject *state) in cwr_setstate()
3630 accumulateobject *lz; in itertools_accumulate_impl() local
3656 accumulate_dealloc(accumulateobject *lz) in accumulate_dealloc()
3667 accumulate_traverse(accumulateobject *lz, visitproc visit, void *arg) in accumulate_traverse()
3677 accumulate_next(accumulateobject *lz) in accumulate_next()
3712 accumulate_reduce(accumulateobject *lz, PyObject *Py_UNUSED(ignored)) in accumulate_reduce()
3750 accumulate_setstate(accumulateobject *lz, PyObject *state) in accumulate_setstate()
3841 compressobject *lz; in itertools_compress_impl() local
3865 compress_dealloc(compressobject *lz) in compress_dealloc()
3874 compress_traverse(compressobject *lz, visitproc visit, void *arg) in compress_traverse()
3882 compress_next(compressobject *lz) in compress_next()
3918 compress_reduce(compressobject *lz, PyObject *Py_UNUSED(ignored)) in compress_reduce()
3999 filterfalseobject *lz; in itertools_filterfalse_impl() local
4020 filterfalse_dealloc(filterfalseobject *lz) in filterfalse_dealloc()
4029 filterfalse_traverse(filterfalseobject *lz, visitproc visit, void *arg) in filterfalse_traverse()
4037 filterfalse_next(filterfalseobject *lz) in filterfalse_next()
4071 filterfalse_reduce(filterfalseobject *lz, PyObject *Py_UNUSED(ignored)) in filterfalse_reduce()
4173 countobject *lz; in itertools_count_impl() local
4247 count_dealloc(countobject *lz) in count_dealloc()
4256 count_traverse(countobject *lz, visitproc visit, void *arg) in count_traverse()
4264 count_nextlong(countobject *lz) in count_nextlong()
4286 count_next(countobject *lz) in count_next()
4294 count_repr(countobject *lz) in count_repr()
4318 count_reduce(countobject *lz, PyObject *Py_UNUSED(ignored)) in count_reduce()
4548 ziplongestobject *lz; in zip_longest_new() local
4615 zip_longest_dealloc(ziplongestobject *lz) in zip_longest_dealloc()
4625 zip_longest_traverse(ziplongestobject *lz, visitproc visit, void *arg) in zip_longest_traverse()
4634 zip_longest_next(ziplongestobject *lz) in zip_longest_next()
4711 zip_longest_reduce(ziplongestobject *lz, PyObject *Py_UNUSED(ignored)) in zip_longest_reduce()
4738 zip_longest_setstate(ziplongestobject *lz, PyObject *state) in zip_longest_setstate()