Home
last modified time | relevance | path

Searched refs:ag_hooks_inited (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/cython/Cython-0.29.24/Cython/Utility/
H A DAsyncGen.c12 int ag_hooks_inited; member
44 gen->ag_hooks_inited = 0; in __Pyx_AsyncGen_New()
68 if (likely(o->ag_hooks_inited)) { in __Pyx_async_gen_init_hooks()
72 o->ag_hooks_inited = 1; in __Pyx_async_gen_init_hooks()
209 if (o->ag_hooks_inited) { in __Pyx_async_gen_init_hooks()
213 o->ag_hooks_inited = 1; in __Pyx_async_gen_init_hooks()
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Utility/
H A DAsyncGen.c12 int ag_hooks_inited; member
44 gen->ag_hooks_inited = 0; in __Pyx_AsyncGen_New()
68 if (likely(o->ag_hooks_inited)) { in __Pyx_async_gen_init_hooks()
72 o->ag_hooks_inited = 1; in __Pyx_async_gen_init_hooks()
209 if (o->ag_hooks_inited) { in __Pyx_async_gen_init_hooks()
213 o->ag_hooks_inited = 1; in __Pyx_async_gen_init_hooks()
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Utility/
H A DAsyncGen.c12 int ag_hooks_inited; member
44 gen->ag_hooks_inited = 0; in __Pyx_AsyncGen_New()
68 if (likely(o->ag_hooks_inited)) { in __Pyx_async_gen_init_hooks()
72 o->ag_hooks_inited = 1; in __Pyx_async_gen_init_hooks()
209 if (o->ag_hooks_inited) { in __Pyx_async_gen_init_hooks()
213 o->ag_hooks_inited = 1; in __Pyx_async_gen_init_hooks()
/dports/lang/cython-devel/cython-2b1e743/Cython/Utility/
H A DAsyncGen.c12 int ag_hooks_inited; member
45 gen->ag_hooks_inited = 0; in __Pyx_AsyncGen_New()
70 if (likely(o->ag_hooks_inited)) { in __Pyx_async_gen_init_hooks()
74 o->ag_hooks_inited = 1; in __Pyx_async_gen_init_hooks()
213 if (o->ag_hooks_inited) { in __Pyx_async_gen_init_hooks()
217 o->ag_hooks_inited = 1; in __Pyx_async_gen_init_hooks()
/dports/lang/python310/Python-3.10.1/Include/
H A Dgenobject.h71 int ag_hooks_inited; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dgenobject.h71 int ag_hooks_inited; member
/dports/lang/python39/Python-3.9.9/Include/
H A Dgenobject.h73 int ag_hooks_inited; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dgenobject.h73 int ag_hooks_inited; member
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dgenobject.h78 int ag_hooks_inited; member
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dgenobject.h78 int ag_hooks_inited; member
/dports/lang/python38/Python-3.8.12/Include/
H A Dgenobject.h78 int ag_hooks_inited; member
/dports/lang/python37/Python-3.7.12/Include/
H A Dgenobject.h76 int ag_hooks_inited; member
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dgenobject.h78 int ag_hooks_inited; member
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dgenobject.h78 int ag_hooks_inited; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dgenobject.h75 int ag_hooks_inited; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dgenobject.h76 int ag_hooks_inited; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dgenobject.h78 int ag_hooks_inited; member
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dgenobject.c922 o->ag_hooks_inited = 0; in _Py_MakeCoro()
1431 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1435 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1627 o->ag_hooks_inited = 0; in PyAsyncGen_New()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dgenobject.c1263 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1267 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1441 o->ag_hooks_inited = 0; in PyAsyncGen_New()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dgenobject.c1263 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1267 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1441 o->ag_hooks_inited = 0; in PyAsyncGen_New()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dgenobject.c1263 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1267 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1441 o->ag_hooks_inited = 0; in PyAsyncGen_New()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dgenobject.c1250 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1254 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1430 o->ag_hooks_inited = 0; in PyAsyncGen_New()
/dports/lang/python38/Python-3.8.12/Objects/
H A Dgenobject.c1263 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1267 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1441 o->ag_hooks_inited = 0; in PyAsyncGen_New()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dgenobject.c1263 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1267 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1441 o->ag_hooks_inited = 0; in PyAsyncGen_New()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dgenobject.c1266 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1270 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1442 o->ag_hooks_inited = 0; in PyAsyncGen_New()

12