Searched defs:weakref (Results 1 – 6 of 6) sorted by relevance
72 skc_weakref_init(skc_weakref_t * const weakref, in skc_weakref_init()80 skc_weakref_is_invalid(skc_weakref_t const * const weakref, in skc_weakref_is_invalid()87 skc_weakref_index(skc_weakref_t const * const weakref) in skc_weakref_index()
241 PyObject* weakref; in pysqlite_do_all_statements() local306 PyObject* weakref; in pysqlite_connection_register_cursor() local802 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local833 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local1194 PyObject* weakref; in pysqlite_connection_call() local
214 PyObject* weakref; in pysqlite_do_all_statements() local271 PyObject* weakref; in pysqlite_connection_register_cursor() local746 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local777 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local1221 PyObject* weakref; in pysqlite_connection_call() local
1407 weakref section in Improved Modules
1748 weakref section in Improved Modules
1164 PYBIND11_OBJECT_DEFAULT(weakref, object, PyWeakref_Check) in PYBIND11_OBJECT_DEFAULT() argument