• Home
  • Raw
  • Download

Lines Matching defs:o

846 gen_is_coroutine(PyObject *o)  in gen_is_coroutine()
866 _PyCoro_GetAwaitableIter(PyObject *o) in _PyCoro_GetAwaitableIter()
1233 #define _PyAsyncGenWrappedValue_CheckExact(o) \ argument
1236 #define PyAsyncGenASend_CheckExact(o) \ argument
1249 async_gen_repr(PyAsyncGenObject *o) in async_gen_repr()
1257 async_gen_init_hooks(PyAsyncGenObject *o) in async_gen_init_hooks()
1295 async_gen_anext(PyAsyncGenObject *o) in async_gen_anext()
1305 async_gen_asend(PyAsyncGenObject *o, PyObject *arg) in async_gen_asend()
1315 async_gen_aclose(PyAsyncGenObject *o, PyObject *arg) in async_gen_aclose()
1324 async_gen_athrow(PyAsyncGenObject *o, PyObject *args) in async_gen_athrow()
1431 PyAsyncGenObject *o; in PyAsyncGen_New() local
1451 _PyAsyncGenWrappedValue *o; in PyAsyncGen_ClearFreeLists() local
1458 PyAsyncGenASend *o; in PyAsyncGen_ClearFreeLists() local
1508 async_gen_asend_dealloc(PyAsyncGenASend *o) in async_gen_asend_dealloc()
1522 async_gen_asend_traverse(PyAsyncGenASend *o, visitproc visit, void *arg) in async_gen_asend_traverse()
1531 async_gen_asend_send(PyAsyncGenASend *o, PyObject *arg) in async_gen_asend_send()
1567 async_gen_asend_iternext(PyAsyncGenASend *o) in async_gen_asend_iternext()
1574 async_gen_asend_throw(PyAsyncGenASend *o, PyObject *args) in async_gen_asend_throw()
1595 async_gen_asend_close(PyAsyncGenASend *o, PyObject *args) in async_gen_asend_close()
1663 PyAsyncGenASend *o; in async_gen_asend_new() local
1692 async_gen_wrapped_val_dealloc(_PyAsyncGenWrappedValue *o) in async_gen_wrapped_val_dealloc()
1706 async_gen_wrapped_val_traverse(_PyAsyncGenWrappedValue *o, in async_gen_wrapped_val_traverse()
1760 _PyAsyncGenWrappedValue *o; in _PyAsyncGenValueWrapperNew() local
1786 async_gen_athrow_dealloc(PyAsyncGenAThrow *o) in async_gen_athrow_dealloc()
1796 async_gen_athrow_traverse(PyAsyncGenAThrow *o, visitproc visit, void *arg) in async_gen_athrow_traverse()
1805 async_gen_athrow_send(PyAsyncGenAThrow *o, PyObject *arg) in async_gen_athrow_send()
1930 async_gen_athrow_throw(PyAsyncGenAThrow *o, PyObject *args) in async_gen_athrow_throw()
1967 async_gen_athrow_iternext(PyAsyncGenAThrow *o) in async_gen_athrow_iternext()
1974 async_gen_athrow_close(PyAsyncGenAThrow *o, PyObject *args) in async_gen_athrow_close()
2042 PyAsyncGenAThrow *o; in async_gen_athrow_new() local