Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dbytearrayobject.h17 Py_SIZE(self) ? ((PyByteArrayObject *)(self))->ob_start : _PyByteArray_empty_string)
20 PyAPI_DATA(char) _PyByteArray_empty_string[];
/external/python/cpython2/Include/
Dbytearrayobject.h49 Py_SIZE(self) ? ((PyByteArrayObject *)(self))->ob_bytes : _PyByteArray_empty_string)
52 PyAPI_DATA(char) _PyByteArray_empty_string[];
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt267 _PyByteArray_empty_string
Dknown.tsv798 Objects/bytearrayobject.c - _PyByteArray_empty_string variable char _PyByteArray_empty_string[]
/external/python/cpython3/Objects/
Dbytearrayobject.c16 char _PyByteArray_empty_string[] = ""; variable
/external/python/cpython2/Objects/
Dbytearrayobject.c8 char _PyByteArray_empty_string[] = ""; variable