Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dbytesobject.h38 PyAPI_FUNC(PyObject *) _PyBytes_Join(PyObject *sep, PyObject *x);
/third_party/python/Modules/_io/
Diobase.c1007 result = _PyBytes_Join(_PyIO_empty_bytes, chunks); in _io__RawIOBase_readall_impl()
Dbufferedio.c1171 Py_XSETREF(res, _PyBytes_Join(_PyIO_empty_bytes, chunks)); in _buffered_readline()
1597 tmp = _PyBytes_Join(_PyIO_empty_bytes, chunks); in _bufferedreader_read_all()
/third_party/python/Modules/
D_sre.c1203 item = _PyBytes_Join(joiner, list); in pattern_subx()
/third_party/python/Objects/
Dbytesobject.c1840 _PyBytes_Join(PyObject *sep, PyObject *x) in _PyBytes_Join() function