Home
last modified time | relevance | path

Searched refs:PyString_CHECK_INTERNED (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytesobject.h6 #define PyBytes_CHECK_INTERNED PyString_CHECK_INTERNED
Dstringobject.h88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytesobject.h6 #define PyBytes_CHECK_INTERNED PyString_CHECK_INTERNED
Dstringobject.h88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c579 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c579 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c308 if (p->strings && PyString_CHECK_INTERNED(v)) { in w_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c334 if (p->strings && PyString_CHECK_INTERNED(v)) { in w_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmarshal.c308 if (p->strings && PyString_CHECK_INTERNED(v)) { in w_object()
Dceval.c4828 if (v->ob_refcnt == 1 && !PyString_CHECK_INTERNED(v)) { in string_concatenate()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c4850 if (v->ob_refcnt == 1 && !PyString_CHECK_INTERNED(v)) { in string_concatenate()