Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c717 char *abuffer = NULL; in PyUnicode_FromFormatV() local
898 abuffer = PyObject_Malloc(abuffersize + 1); in PyUnicode_FromFormatV()
899 if (!abuffer) { in PyUnicode_FromFormatV()
903 realbuffer = abuffer; in PyUnicode_FromFormatV()
1053 if (abuffer) in PyUnicode_FromFormatV()
1054 PyObject_Free(abuffer); in PyUnicode_FromFormatV()
1066 if (abuffer) in PyUnicode_FromFormatV()
1067 PyObject_Free(abuffer); in PyUnicode_FromFormatV()