Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c11476 PyUnicode_Append(PyObject **p_left, PyObject *right) in PyUnicode_Append() argument
11482 if (p_left == NULL) { in PyUnicode_Append()
11487 left = *p_left; in PyUnicode_Append()
11505 *p_left = right; in PyUnicode_Append()
11531 if (unicode_resize(p_left, new_len) != 0) in PyUnicode_Append()
11535 _PyUnicode_FastCopyCharacters(*p_left, left_len, right, 0, right_len); in PyUnicode_Append()
11549 *p_left = res; in PyUnicode_Append()
11551 assert(_PyUnicode_CheckConsistency(*p_left, 1)); in PyUnicode_Append()
11555 Py_CLEAR(*p_left); in PyUnicode_Append()

Completed in 20 milliseconds