Home
last modified time | relevance | path

Searched refs:m_weakreflist (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/lang/python37/Python-3.7.12/Objects/
H A Dmethodobject.c42 op->m_weakreflist = NULL; in PyCFunction_NewEx()
88 if (m->m_weakreflist != NULL) { in meth_dealloc()
293 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dmethodobject.h28 PyObject *m_weakreflist; /* List of weak references */ member
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dmethodobject.h28 PyObject *m_weakreflist; /* List of weak references */ member
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dmethodobject.h28 PyObject *m_weakreflist; /* List of weak references */ member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dmethodobject.h28 PyObject *m_weakreflist; /* List of weak references */ member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dmethodobject.h28 PyObject *m_weakreflist; /* List of weak references */ member
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dmethodobject.c82 op->m_weakreflist = NULL; in PyCFunction_NewEx()
132 if (m->m_weakreflist != NULL) { in meth_dealloc()
331 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dmethodobject.c82 op->m_weakreflist = NULL; in PyCFunction_NewEx()
132 if (m->m_weakreflist != NULL) { in meth_dealloc()
331 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dmethodobject.c82 op->m_weakreflist = NULL; in PyCFunction_NewEx()
132 if (m->m_weakreflist != NULL) { in meth_dealloc()
331 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
/dports/lang/python38/Python-3.8.12/Objects/
H A Dmethodobject.c82 op->m_weakreflist = NULL; in PyCFunction_NewEx()
132 if (m->m_weakreflist != NULL) { in meth_dealloc()
331 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dmethodobject.c82 op->m_weakreflist = NULL; in PyCFunction_NewEx()
132 if (m->m_weakreflist != NULL) { in meth_dealloc()
331 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dmethodobject.h80 PyObject *m_weakreflist; /* List of weak references */ member
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dmethodobject.c107 op->m_weakreflist = NULL; in PyCMethod_New()
167 if (m->m_weakreflist != NULL) { in meth_dealloc()
363 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
/dports/lang/python310/Python-3.10.1/Objects/
H A Dmethodobject.c107 op->m_weakreflist = NULL; in PyCMethod_New()
167 if (m->m_weakreflist != NULL) { in meth_dealloc()
363 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
/dports/lang/python39/Python-3.9.9/Objects/
H A Dmethodobject.c107 op->m_weakreflist = NULL; in PyCMethod_New()
167 if (m->m_weakreflist != NULL) { in meth_dealloc()
363 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dmethodobject.h96 PyObject *m_weakreflist; /* List of weak references */ member
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dmethodobject.h102 PyObject *m_weakreflist; /* List of weak references */ member
/dports/lang/python37/Python-3.7.12/Include/
H A Dmethodobject.h107 PyObject *m_weakreflist; /* List of weak references */ member
/dports/lang/python38/Python-3.8.12/Include/
H A Dmethodobject.h102 PyObject *m_weakreflist; /* List of weak references */ member
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dmethodobject.h102 PyObject *m_weakreflist; /* List of weak references */ member
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dmethodobject.h102 PyObject *m_weakreflist; /* List of weak references */ member
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dmethodobject.h102 PyObject *m_weakreflist; /* List of weak references */ member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dmethodobject.h107 PyObject *m_weakreflist; /* List of weak references */ member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dmethodobject.h102 PyObject *m_weakreflist; /* List of weak references */ member
/dports/lang/cython-devel/cython-2b1e743/Cython/Utility/
H A DCythonFunction.c502 …{(char *) "__weaklistoffset__", T_PYSSIZET, offsetof(PyCFunctionObject, m_weakreflist), READONLY, …
529 #define __Pyx_CyFunction_weakreflist(cyfunc) (((PyCFunctionObject*)cyfunc)->m_weakreflist)
1007 offsetof(PyCFunctionObject, m_weakreflist), /*tp_weaklistoffset*/

12345678