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

/external/python/cpython2/Include/
H A Dbytesobject.h18 #define PyBytes_Concat PyString_Concat macro
/external/python/cpython3/Include/
H A Dbytesobject.h61 PyAPI_FUNC(void) PyBytes_Concat(PyObject **, PyObject *);
/external/python/cpython3/Objects/
H A Dbytesobject.c1416 /* This is also used by PyBytes_Concat() */
2868 PyBytes_Concat(PyObject **pv, PyObject *w) function
2920 PyBytes_Concat(pv, w);
/external/python/cpython3/Modules/_io/
H A Dbufferedio.c1571 PyBytes_Concat(&data, tmp);
H A Dtextio.c1512 PyBytes_Concat(&next_input, input_chunk);
1514 dec_buffer = NULL; /* Reference lost to PyBytes_Concat */

Completed in 326 milliseconds