Home
last modified time | relevance | path

Searched refs:PyString_Concat (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Include/
Dbytesobject.h18 #define PyBytes_Concat PyString_Concat
Dstringobject.h71 PyAPI_FUNC(void) PyString_Concat(PyObject **, PyObject *);
/external/python/cpython2/Objects/
Dsliceobject.c238 PyString_Concat(&s, comma); in slice_repr()
240 PyString_Concat(&s, comma); in slice_repr()
Dstringobject.c3858 PyString_Concat(register PyObject **pv, register PyObject *w) in PyString_Concat() function
3874 PyString_Concat(pv, w); in PyString_ConcatAndDel()
Dfileobject.c1778 PyString_Concat(&line, rest); in file_readlines()
Ddictobject.c1142 PyString_Concat(&s, colon); in dict_repr()
/external/python/cpython2/PC/os2vacpp/
Dpython.def362 PyString_Concat
/external/python/cpython2/Doc/data/
Drefcounts.dat1261 PyString_Concat:void:::
1262 PyString_Concat:PyObject**:string:0:??? -- replaces w/ new string or NULL
1263 PyString_Concat:PyObject*:newpart:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat1275 PyString_Concat:void:::
1276 PyString_Concat:PyObject**:string:0:??? -- replaces w/ new string or NULL
1277 PyString_Concat:PyObject*:newpart:0:
/external/python/cpython2/PC/os2emx/
Dpython27.def544 "PyString_Concat"
/external/python/cpython2/Doc/c-api/
Dstring.rst210 .. c:function:: void PyString_Concat(PyObject **string, PyObject *newpart)
/external/python/cpython2/Modules/_sqlite/
Dconnection.c1167 PyString_Concat(&begin_statement, isolation_level); in pysqlite_connection_set_isolation_level()
/external/python/cpython2/Modules/
Dbz2module.c779 PyString_Concat(&line, rest); in BZ2File_readlines()
/external/python/cpython2/Python/
Dceval.c5188 PyString_Concat(&v, w); in string_concatenate()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c1859 PyString_Concat(&name, suffix); in CreateSwappedType()