Lines Matching defs:o
848 gen_is_coroutine(PyObject *o) in gen_is_coroutine()
868 _PyCoro_GetAwaitableIter(PyObject *o) in _PyCoro_GetAwaitableIter()
1236 #define _PyAsyncGenWrappedValue_CheckExact(o) \ argument
1239 #define PyAsyncGenASend_CheckExact(o) \ argument
1252 async_gen_repr(PyAsyncGenObject *o) in async_gen_repr()
1260 async_gen_init_hooks(PyAsyncGenObject *o) in async_gen_init_hooks()
1298 async_gen_anext(PyAsyncGenObject *o) in async_gen_anext()
1308 async_gen_asend(PyAsyncGenObject *o, PyObject *arg) in async_gen_asend()
1318 async_gen_aclose(PyAsyncGenObject *o, PyObject *arg) in async_gen_aclose()
1327 async_gen_athrow(PyAsyncGenObject *o, PyObject *args) in async_gen_athrow()
1434 PyAsyncGenObject *o; in PyAsyncGen_New() local
1453 _PyAsyncGenWrappedValue *o; in PyAsyncGen_ClearFreeLists() local
1460 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()
1559 async_gen_asend_iternext(PyAsyncGenASend *o) in async_gen_asend_iternext()
1566 async_gen_asend_throw(PyAsyncGenASend *o, PyObject *args) in async_gen_asend_throw()
1587 async_gen_asend_close(PyAsyncGenASend *o, PyObject *args) in async_gen_asend_close()
1655 PyAsyncGenASend *o; in async_gen_asend_new() local
1684 async_gen_wrapped_val_dealloc(_PyAsyncGenWrappedValue *o) in async_gen_wrapped_val_dealloc()
1698 async_gen_wrapped_val_traverse(_PyAsyncGenWrappedValue *o, in async_gen_wrapped_val_traverse()
1752 _PyAsyncGenWrappedValue *o; in _PyAsyncGenValueWrapperNew() local
1778 async_gen_athrow_dealloc(PyAsyncGenAThrow *o) in async_gen_athrow_dealloc()
1788 async_gen_athrow_traverse(PyAsyncGenAThrow *o, visitproc visit, void *arg) in async_gen_athrow_traverse()
1797 async_gen_athrow_send(PyAsyncGenAThrow *o, PyObject *arg) in async_gen_athrow_send()
1904 async_gen_athrow_throw(PyAsyncGenAThrow *o, PyObject *args) in async_gen_athrow_throw()
1934 async_gen_athrow_iternext(PyAsyncGenAThrow *o) in async_gen_athrow_iternext()
1941 async_gen_athrow_close(PyAsyncGenAThrow *o, PyObject *args) in async_gen_athrow_close()
2009 PyAsyncGenAThrow *o; in async_gen_athrow_new() local