Home
last modified time | relevance | path

Searched refs:PyBytes_ConcatAndDel (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dbytesobject.h45 PyAPI_FUNC(void) PyBytes_ConcatAndDel(PyObject **, PyObject *);
/third_party/python/Doc/c-api/
Dbytes.rst187 .. c:function:: void PyBytes_ConcatAndDel(PyObject **bytes, PyObject *newpart)
/third_party/python/PC/
Dpython3dll.c111 EXPORT_FUNC(PyBytes_ConcatAndDel)
/third_party/python/Doc/data/
Dstable_abi.dat25 function,PyBytes_ConcatAndDel,3.2,
Drefcounts.dat128 PyBytes_ConcatAndDel:void:::
129 PyBytes_ConcatAndDel:PyObject**:bytes:0:
130 PyBytes_ConcatAndDel:PyObject*:newpart:-1:
/third_party/python/Misc/
Dstable_abi.txt338 function PyBytes_ConcatAndDel
/third_party/python/Objects/
Dbytesobject.c2988 PyBytes_ConcatAndDel(PyObject **pv, PyObject *w) in PyBytes_ConcatAndDel() function
/third_party/python/Parser/
Dpegen.c2381 PyBytes_ConcatAndDel(&bytes_str, s); in _PyPegen_concatenate_strings()