Home
last modified time | relevance | path

Searched refs:SSTATE_NOT_INTERNED (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dstringobject.h51 #define SSTATE_NOT_INTERNED 0 macro
/external/python/cpython2/Objects/
Dstringobject.c93 op->ob_sstate = SSTATE_NOT_INTERNED; in PyString_FromStringAndSize()
148 op->ob_sstate = SSTATE_NOT_INTERNED; in PyString_FromString()
580 case SSTATE_NOT_INTERNED: in string_dealloc()
1072 op->ob_sstate = SSTATE_NOT_INTERNED; in string_concat()
1114 op->ob_sstate = SSTATE_NOT_INTERNED; in string_repeat()
3726 ((PyStringObject *)pnew)->ob_sstate = SSTATE_NOT_INTERNED; in str_subtype_new()
4836 case SSTATE_NOT_INTERNED: in _Py_ReleaseInternedStrings()
4850 s->ob_sstate = SSTATE_NOT_INTERNED; in _Py_ReleaseInternedStrings()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h291 #define SSTATE_NOT_INTERNED 0 macro
/external/python/cpython3/Objects/
Dunicodeobject.c552 CHECK(ascii->state.interned == SSTATE_NOT_INTERNED); in _PyUnicode_CheckConsistency()
1821 assert(_PyUnicode_STATE(unicode).interned == SSTATE_NOT_INTERNED); in _PyUnicode_Ready()
1934 case SSTATE_NOT_INTERNED: in unicode_dealloc()
15693 case SSTATE_NOT_INTERNED: in unicode_release_interned()
15698 _PyUnicode_STATE(s).interned = SSTATE_NOT_INTERNED; in unicode_release_interned()