Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_global_objects.h46 PyBytesObject bytes_empty; member
Dpycore_runtime_init.h195 .bytes_empty = _PyBytes_SIMPLE_INIT(0, 0), \
Dpycore_global_objects_fini_generated.h1542 _PyStaticObject_CheckRefcnt((PyObject *)&_Py_SINGLETON(bytes_empty)); in _PyStaticObjects_CheckRefcnt()
/external/python/cpython3/Modules/_io/
Diobase.c1002 result = _PyBytes_Join((PyObject *)&_Py_SINGLETON(bytes_empty), chunks); in _io__RawIOBase_readall_impl()
Dbufferedio.c1286 Py_XSETREF(res, _PyBytes_Join((PyObject *)&_Py_SINGLETON(bytes_empty), chunks)); in _buffered_readline()
1739 tmp = _PyBytes_Join((PyObject *)&_Py_SINGLETON(bytes_empty), chunks); in _bufferedreader_read_all()
/external/python/cpython3/Python/
Dspecialize.c2571 .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2574 .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
/external/python/cpython3/Objects/
Dcodeobject.c921 #define emptystring (PyObject *)&_Py_SINGLETON(bytes_empty) in PyCode_NewEmpty()
Dbytesobject.c42 #define EMPTY (&_Py_SINGLETON(bytes_empty))
/external/python/cpython3/Modules/_sre/
Dsre.c3042 result = _PyBytes_Join((PyObject *)&_Py_SINGLETON(bytes_empty), list); in expand_template()
/external/python/cpython3/Doc/data/
Dpython3.13.abi17202 …<var-decl name='bytes_empty' type-id='type-id-907' visibility='default' filepath='./Include/intern…