Home
last modified time | relevance | path

Searched refs:pleft (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/
H A Dunicodeobject.h820 /* Concat two strings and put the result in *pleft
821 (sets *pleft to NULL on error) */
824 PyObject **pleft, /* Pointer to left string */
828 /* Concat two strings, put the result in *pleft and drop the right object
829 (sets *pleft to NULL on error) */
832 PyObject **pleft, /* Pointer to left string */
/third_party/python/Objects/
H A Dunicodeobject.c11559 PyUnicode_AppendAndDel(PyObject **pleft, PyObject *right) in PyUnicode_AppendAndDel() argument
11561 PyUnicode_Append(pleft, right); in PyUnicode_AppendAndDel()

Completed in 21 milliseconds