Searched refs:PyUnicode_ClearFreeList (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dunicodeobject.h160 # define PyUnicode_ClearFreeList PyUnicodeUCS2_ClearFreelist macro
247 # define PyUnicode_ClearFreeList PyUnicodeUCS4_ClearFreelist macro
620 PyAPI_FUNC(int) PyUnicode_ClearFreeList(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h160 # define PyUnicode_ClearFreeList PyUnicodeUCS2_ClearFreelist macro
247 # define PyUnicode_ClearFreeList PyUnicodeUCS4_ClearFreelist macro
620 PyAPI_FUNC(int) PyUnicode_ClearFreeList(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dgcmodule.c845 (void)PyUnicode_ClearFreeList();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgcmodule.c794 (void)PyUnicode_ClearFreeList();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c8960 PyUnicode_ClearFreeList(void) function
8989 (void)PyUnicode_ClearFreeList();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c8850 PyUnicode_ClearFreeList(void) function
8883 (void)PyUnicode_ClearFreeList();

Completed in 215 milliseconds