Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c9989 size_t add_sz; in _PyUnicode_JoinArray() local
10000 add_sz = PyUnicode_GET_LENGTH(item); in _PyUnicode_JoinArray()
10004 add_sz += seplen; in _PyUnicode_JoinArray()
10006 if (add_sz > (size_t)(PY_SSIZE_T_MAX - sz)) { in _PyUnicode_JoinArray()
10011 sz += add_sz; in _PyUnicode_JoinArray()