Home
last modified time | relevance | path

Searched refs:PyBytes_Concat (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/
H A Dbytesobject.h44 PyAPI_FUNC(void) PyBytes_Concat(PyObject **, PyObject *);
/third_party/python/PC/
H A Dpython3dll.c114 EXPORT_FUNC(PyBytes_Concat)
/third_party/python/Objects/
H A Dbytesobject.c1398 /* This is also used by PyBytes_Concat() */
2982 PyBytes_Concat(PyObject **pv, PyObject *w) in PyBytes_Concat() function
3033 PyBytes_Concat(pv, w); in PyBytes_ConcatAndDel()
/third_party/python/Modules/_io/
H A Dbufferedio.c1549 PyBytes_Concat(&data, tmp); in _bufferedreader_read_all()
H A Dtextio.c1868 PyBytes_Concat(&next_input, input_chunk); in textiowrapper_read_chunk()
1869 dec_buffer = NULL; /* Reference lost to PyBytes_Concat */ in textiowrapper_read_chunk()

Completed in 13 milliseconds