Searched refs:new_res_used (Results 1 – 1 of 1) sorted by relevance
5714 Py_ssize_t new_res_used; in PyUnicode_Join() local5737 new_res_used = res_used + itemlen; in PyUnicode_Join()5739 if (new_res_used > PY_SSIZE_T_MAX - seplen) in PyUnicode_Join()5741 new_res_used += seplen; in PyUnicode_Join()5743 if (new_res_used > res_alloc) { in PyUnicode_Join()5749 } while (new_res_used > res_alloc); in PyUnicode_Join()5765 res_used = new_res_used; in PyUnicode_Join()