Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c10193 size_t add_sz; in _PyUnicode_JoinArray() local
10204 add_sz = PyUnicode_GET_LENGTH(item); in _PyUnicode_JoinArray()
10208 add_sz += seplen; in _PyUnicode_JoinArray()
10210 if (add_sz > (size_t)(PY_SSIZE_T_MAX - sz)) { in _PyUnicode_JoinArray()
10215 sz += add_sz; in _PyUnicode_JoinArray()