Searched refs:PyString_CHECK_INTERNED (Results 1 – 11 of 11) sorted by relevance
6 #define PyBytes_CHECK_INTERNED PyString_CHECK_INTERNED
88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate) macro
579 switch (PyString_CHECK_INTERNED(op)) { in string_dealloc()3881 PyString_CHECK_INTERNED(v)) { in _PyString_Resize()4715 if (PyString_CHECK_INTERNED(s)) in PyString_InternInPlace()4739 PyString_CHECK_INTERNED(s) = SSTATE_INTERNED_MORTAL; in PyString_InternInPlace()4746 if (PyString_CHECK_INTERNED(*p) != SSTATE_INTERNED_IMMORTAL) { in PyString_InternImmortal()4747 PyString_CHECK_INTERNED(*p) = SSTATE_INTERNED_IMMORTAL; in PyString_InternImmortal()
579 switch (PyString_CHECK_INTERNED(op)) { in string_dealloc()3901 PyString_CHECK_INTERNED(v)) { in _PyString_Resize()4742 if (PyString_CHECK_INTERNED(s)) in PyString_InternInPlace()4766 PyString_CHECK_INTERNED(s) = SSTATE_INTERNED_MORTAL; in PyString_InternInPlace()4773 if (PyString_CHECK_INTERNED(*p) != SSTATE_INTERNED_IMMORTAL) { in PyString_InternImmortal()4774 PyString_CHECK_INTERNED(*p) = SSTATE_INTERNED_IMMORTAL; in PyString_InternImmortal()
308 if (p->strings && PyString_CHECK_INTERNED(v)) { in w_object()
334 if (p->strings && PyString_CHECK_INTERNED(v)) { in w_object()
4828 if (v->ob_refcnt == 1 && !PyString_CHECK_INTERNED(v)) { in string_concatenate()
4850 if (v->ob_refcnt == 1 && !PyString_CHECK_INTERNED(v)) { in string_concatenate()