Home
last modified time | relevance | path

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

/PHP-7.2/ext/iconv/
H A Diconv.c458 size_t buf_growth = 128; in _php_iconv_appendl() local
465 out_left = buf_growth; in _php_iconv_appendl()
494 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
495 buf_growth <<= 1; in _php_iconv_appendl()
499 out_left = buf_growth; in _php_iconv_appendl()
505 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
518 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
519 buf_growth <<= 1; in _php_iconv_appendl()

Completed in 11 milliseconds