Searched refs:abuffer (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c716 /* use abuffer instead of buffer, if we need more space
718 char *abuffer = NULL; local
899 abuffer = PyObject_Malloc(abuffersize + 1);
900 if (!abuffer) {
904 realbuffer = abuffer;
1054 if (abuffer)
1055 PyObject_Free(abuffer);
1067 if (abuffer)
1068 PyObject_Free(abuffer);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c671 /* use abuffer instead of buffer, if we need more space
673 char *abuffer = NULL; local
833 abuffer = PyObject_Malloc(abuffersize);
834 if (!abuffer) {
838 realbuffer = abuffer;
993 if (abuffer)
994 PyObject_Free(abuffer);
1006 if (abuffer)
1007 PyObject_Free(abuffer);

Completed in 60 milliseconds