Searched refs:_PyByteArray_empty_string (Results 1 – 5 of 5) sorted by relevance
49 Py_SIZE(self) ? ((PyByteArrayObject *)(self))->ob_bytes : _PyByteArray_empty_string)52 PyAPI_DATA(char) _PyByteArray_empty_string[];
53 Py_SIZE(self) ? ((PyByteArrayObject *)(self))->ob_start : _PyByteArray_empty_string)56 PyAPI_DATA(char) _PyByteArray_empty_string[];
267 _PyByteArray_empty_string
17 char _PyByteArray_empty_string[] = ""; variable
8 char _PyByteArray_empty_string[] = ""; variable