Home
last modified time | relevance | path

Searched refs:PyUnicode_ClearFreeList (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h160 # define PyUnicode_ClearFreeList PyUnicodeUCS2_ClearFreelist macro
247 # define PyUnicode_ClearFreeList PyUnicodeUCS4_ClearFreelist macro
620 PyAPI_FUNC(int) PyUnicode_ClearFreeList(void);
/external/python/cpython3/PC/
Dpython3.def649 PyUnicode_ClearFreeList=python37.PyUnicode_ClearFreeList
/external/python/cpython2/Modules/
Dgcmodule.c842 (void)PyUnicode_ClearFreeList(); in clear_freelists()
/external/python/cpython3/Include/
Dunicodeobject.h1095 PyAPI_FUNC(int) PyUnicode_ClearFreeList(void);
/external/python/cpython3/Modules/
Dgcmodule.c785 (void)PyUnicode_ClearFreeList(); in clear_freelists()
/external/python/cpython2/Objects/
Dunicodeobject.c8972 PyUnicode_ClearFreeList(void) in PyUnicode_ClearFreeList() function
9001 (void)PyUnicode_ClearFreeList(); in _PyUnicode_Fini()
/external/python/cpython2/Doc/c-api/
Dunicode.rst102 .. c:function:: int PyUnicode_ClearFreeList()
/external/python/cpython3/Doc/c-api/
Dunicode.rst200 .. c:function:: int PyUnicode_ClearFreeList()
/external/python/cpython3/Objects/
Dunicodeobject.c15229 PyUnicode_ClearFreeList(void) in PyUnicode_ClearFreeList() function
15244 (void)PyUnicode_ClearFreeList(); in _PyUnicode_Fini()