Searched refs:refchain (Results 1 – 1 of 1) sorted by relevance
90 static PyObject refchain = {&refchain, &refchain}; variable115 op->_ob_next = refchain._ob_next; in _Py_AddToAllObjects()116 op->_ob_prev = &refchain; in _Py_AddToAllObjects()117 refchain._ob_next->_ob_prev = op; in _Py_AddToAllObjects()118 refchain._ob_next = op; in _Py_AddToAllObjects()1914 if (op == &refchain || in _Py_ForgetReference()1922 for (p = refchain._ob_next; p != &refchain; p = p->_ob_next) { in _Py_ForgetReference()1927 if (p == &refchain) { in _Py_ForgetReference()1947 for (op = refchain._ob_next; op != &refchain; op = op->_ob_next) { in _Py_PrintReferences()1964 for (op = refchain._ob_next; op != &refchain; op = op->_ob_next) in _Py_PrintReferenceAddresses()[all …]