Home
last modified time | relevance | path

Searched refs:in_weakreflist (Results 51 – 75 of 259) sorted by relevance

1234567891011

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dcursor.h50 PyObject* in_weakreflist; /* List of weak references */ member
H A Dcursor.c92 self->in_weakreflist = NULL; in pysqlite_cursor_init()
144 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
1105 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dclassobject.h28 PyObject *in_weakreflist; /* List of weak references */ member
/dports/lang/python27/Python-2.7.18/Include/
H A Dclassobject.h28 PyObject *in_weakreflist; /* List of weak references */ member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dclassobject.h28 PyObject *in_weakreflist; /* List of weak references */ member
/dports/www/firefox/firefox-99.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c51 PyObject *in_weakreflist; /* List of weak references */ member
230 if (self->in_weakreflist != NULL) { in PVector_dealloc()
532 newVector->in_weakreflist = NULL; in rawCopyPVector()
647 offsetof(PVector, in_weakreflist), /* tp_weaklistoffset */
684 pvec->in_weakreflist = NULL; in emptyNewPvec()
707 pvec->in_weakreflist = NULL; in newPvec()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c51 PyObject *in_weakreflist; /* List of weak references */ member
230 if (self->in_weakreflist != NULL) { in PVector_dealloc()
532 newVector->in_weakreflist = NULL; in rawCopyPVector()
647 offsetof(PVector, in_weakreflist), /* tp_weaklistoffset */
684 pvec->in_weakreflist = NULL; in emptyNewPvec()
707 pvec->in_weakreflist = NULL; in newPvec()
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c51 PyObject *in_weakreflist; /* List of weak references */ member
230 if (self->in_weakreflist != NULL) { in PVector_dealloc()
532 newVector->in_weakreflist = NULL; in rawCopyPVector()
647 offsetof(PVector, in_weakreflist), /* tp_weaklistoffset */
684 pvec->in_weakreflist = NULL; in emptyNewPvec()
707 pvec->in_weakreflist = NULL; in newPvec()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c51 PyObject *in_weakreflist; /* List of weak references */ member
230 if (self->in_weakreflist != NULL) { in PVector_dealloc()
532 newVector->in_weakreflist = NULL; in rawCopyPVector()
647 offsetof(PVector, in_weakreflist), /* tp_weaklistoffset */
684 pvec->in_weakreflist = NULL; in emptyNewPvec()
707 pvec->in_weakreflist = NULL; in newPvec()
/dports/devel/py-pyrsistent/pyrsistent-0.14.11/
H A Dpvectorcmodule.c51 PyObject *in_weakreflist; /* List of weak references */ member
230 if (self->in_weakreflist != NULL) { in PVector_dealloc()
532 newVector->in_weakreflist = NULL; in rawCopyPVector()
647 offsetof(PVector, in_weakreflist), /* tp_weaklistoffset */
684 pvec->in_weakreflist = NULL; in emptyNewPvec()
707 pvec->in_weakreflist = NULL; in newPvec()
/dports/databases/py-bsddb3/bsddb3-6.2.9/Modules/
H A D_bsddb.c878 self->in_weakreflist = NULL; in newDBObject()
942 if (self->in_weakreflist != NULL) { in DB_dealloc()
983 self->in_weakreflist = NULL; in newDBCursorObject()
1008 if (self->in_weakreflist != NULL) { in DBCursor_dealloc()
1031 self->in_weakreflist = NULL; in newDBLogCursorObject()
1056 if (self->in_weakreflist != NULL) { in DBLogCursor_dealloc()
1087 self->in_weakreflist = NULL; in newDBEnvObject()
1146 self->in_weakreflist = NULL; in newDBTxnObject()
1245 self->in_weakreflist = NULL; in newDBLockObject()
1289 self->in_weakreflist = NULL; in newDBSequenceObject()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A D_bsddb.c918 self->in_weakreflist = NULL; in newDBObject()
982 if (self->in_weakreflist != NULL) { in DB_dealloc()
1019 self->in_weakreflist = NULL; in newDBCursorObject()
1044 if (self->in_weakreflist != NULL) { in DBCursor_dealloc()
1067 self->in_weakreflist = NULL; in newDBLogCursorObject()
1092 if (self->in_weakreflist != NULL) { in DBLogCursor_dealloc()
1123 self->in_weakreflist = NULL; in newDBEnvObject()
1181 self->in_weakreflist = NULL; in newDBTxnObject()
1280 self->in_weakreflist = NULL; in newDBLockObject()
1324 self->in_weakreflist = NULL; in newDBSequenceObject()
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A D_bsddb.c918 self->in_weakreflist = NULL; in newDBObject()
982 if (self->in_weakreflist != NULL) { in DB_dealloc()
1019 self->in_weakreflist = NULL; in newDBCursorObject()
1044 if (self->in_weakreflist != NULL) { in DBCursor_dealloc()
1067 self->in_weakreflist = NULL; in newDBLogCursorObject()
1092 if (self->in_weakreflist != NULL) { in DBLogCursor_dealloc()
1123 self->in_weakreflist = NULL; in newDBEnvObject()
1181 self->in_weakreflist = NULL; in newDBTxnObject()
1280 self->in_weakreflist = NULL; in newDBLockObject()
1324 self->in_weakreflist = NULL; in newDBSequenceObject()
[all …]
/dports/databases/py-berkeleydb/berkeleydb-18.1.4/src/Module/
H A Dberkeleydb.c866 self->in_weakreflist = NULL;
927 if (self->in_weakreflist != NULL) {
968 self->in_weakreflist = NULL;
993 if (self->in_weakreflist != NULL) {
1016 self->in_weakreflist = NULL;
1041 if (self->in_weakreflist != NULL) {
1074 self->in_weakreflist = NULL;
1131 self->in_weakreflist = NULL;
1230 self->in_weakreflist = NULL;
1276 self->in_weakreflist = NULL;
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna.c1175 if (self->in_weakreflist != NULL) { in pyrna_struct_dealloc()
1212 if (self->in_weakreflist != NULL) { in pyrna_prop_dealloc()
1223 if (self->in_weakreflist != NULL) { in pyrna_prop_array_dealloc()
6536 offsetof(BPy_StructRNA, in_weakreflist), /* long tp_weaklistoffset; */
6620 offsetof(BPy_PropertyRNA, in_weakreflist), /* long tp_weaklistoffset; */
7104 self->in_weakreflist = NULL; in pyrna_prop_collection_iter_CreatePyObject()
7146 if (self->in_weakreflist != NULL) { in pyrna_prop_collection_iter_dealloc()
7456 pyrna->in_weakreflist = NULL; in pyrna_struct_CreatePyObject()
7512 pyrna->in_weakreflist = NULL; in pyrna_prop_CreatePyObject()
7520 ((BPy_PropertyArrayRNA *)pyrna)->in_weakreflist = NULL; in pyrna_prop_CreatePyObject()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Modules/_sqlite/
H A Dcursor.c90 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
959 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
/dports/lang/python37/Python-3.7.12/Modules/_sqlite/
H A Dcursor.c94 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
988 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
/dports/lang/python310/Python-3.10.1/Modules/_sqlite/
H A Dcursor.c121 if (self->in_weakreflist != NULL) { in cursor_dealloc()
1016 {"__weaklistoffset__", T_PYSSIZET, offsetof(pysqlite_Cursor, in_weakreflist), READONLY},
/dports/lang/python-tools/Python-3.8.12/Modules/_sqlite/
H A Dcursor.c90 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
959 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
/dports/lang/python39/Python-3.9.9/Modules/_sqlite/
H A Dcursor.c90 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
940 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
/dports/lang/python38/Python-3.8.12/Modules/_sqlite/
H A Dcursor.c90 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
959 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_sqlite/
H A Dcursor.c90 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
959 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_sqlite/
H A Dcursor.c90 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
959 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
/dports/lang/python311/Python-3.11.0a3/Modules/_sqlite/
H A Dcursor.c121 if (self->in_weakreflist != NULL) { in cursor_dealloc()
1024 {"__weaklistoffset__", T_PYSSIZET, offsetof(pysqlite_Cursor, in_weakreflist), READONLY},
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/linux/
H A Dpython.h544 PyObject *in_weakreflist; /* List of weak references */ variable

1234567891011