Home
last modified time | relevance | path

Searched refs:in_weakreflist (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/_sqlite/
Dstatement.c86 self->in_weakreflist = NULL; in pysqlite_statement_create()
397 if (self->in_weakreflist != NULL) { in stmt_dealloc()
497 {"__weaklistoffset__", T_PYSSIZET, offsetof(pysqlite_Statement, in_weakreflist), READONLY},
Dcursor.h52 PyObject* in_weakreflist; /* List of weak references */ member
Dstatement.h40 PyObject* in_weakreflist; /* List of weak references */ member
Dcursor.c121 if (self->in_weakreflist != NULL) { in cursor_dealloc()
1016 {"__weaklistoffset__", T_PYSSIZET, offsetof(pysqlite_Cursor, in_weakreflist), READONLY},
/third_party/python/Modules/
D_threadmodule.c50 PyObject *in_weakreflist; member
64 if (self->in_weakreflist != NULL) { in lock_dealloc()
298 {"__weaklistoffset__", T_PYSSIZET, offsetof(lockobject, in_weakreflist), READONLY},
327 PyObject *in_weakreflist; member
341 if (self->in_weakreflist != NULL) in rlock_dealloc()
515 self->in_weakreflist = NULL; in rlock_new()
579 {"__weaklistoffset__", T_PYSSIZET, offsetof(rlockobject, in_weakreflist), READONLY},
615 self->in_weakreflist = NULL; in newlockobject()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2568 inst->in_weakreflist = NULL; in SWIG_Python_NewShadowInstance()