Home
last modified time | relevance | path

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

/third_party/python/Include/
Dbytesobject.h44 PyAPI_FUNC(void) PyBytes_Concat(PyObject **, PyObject *);
/third_party/python/Doc/c-api/
Dbytes.rst178 .. c:function:: void PyBytes_Concat(PyObject **bytes, PyObject *newpart)
/third_party/python/PC/
Dpython3dll.c110 EXPORT_FUNC(PyBytes_Concat)
/third_party/python/Doc/data/
Dstable_abi.dat24 function,PyBytes_Concat,3.2,
Drefcounts.dat124 PyBytes_Concat:void:::
125 PyBytes_Concat:PyObject**:bytes:0:
126 PyBytes_Concat:PyObject*:newpart:0:
/third_party/python/Objects/
Dbytesobject.c2939 PyBytes_Concat(PyObject **pv, PyObject *w) in PyBytes_Concat() function
2990 PyBytes_Concat(pv, w); in PyBytes_ConcatAndDel()
/third_party/python/Misc/
Dstable_abi.txt336 function PyBytes_Concat
/third_party/python/Modules/_io/
Dbufferedio.c1565 PyBytes_Concat(&data, tmp); in _bufferedreader_read_all()
Dtextio.c1901 PyBytes_Concat(&next_input, input_chunk); in textiowrapper_read_chunk()
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst535 PyBytes_Concat() now tries to concatenate in-place when the first argument