Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c7541 Py_ssize_t newpos, newoutsize; in encode_code_page_errors() local
7639 newoutsize = PyBytes_GET_SIZE(*outbytes) + (outsize - 1); in encode_code_page_errors()
7640 if (_PyBytes_Resize(outbytes, newoutsize) < 0) { in encode_code_page_errors()
7662 newoutsize = PyBytes_GET_SIZE(*outbytes) + (outsize - 1); in encode_code_page_errors()
7663 if (_PyBytes_Resize(outbytes, newoutsize) < 0) { in encode_code_page_errors()