Home
last modified time | relevance | path

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

/PHP-7.4/ext/iconv/
H A Diconv.c441 size_t buf_growth = 128; in _php_iconv_appendl() local
448 out_left = buf_growth; in _php_iconv_appendl()
477 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
478 buf_growth <<= 1; in _php_iconv_appendl()
482 out_left = buf_growth; in _php_iconv_appendl()
488 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
501 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
502 buf_growth <<= 1; in _php_iconv_appendl()

Completed in 10 milliseconds