Home
last modified time | relevance | path

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

/PHP-7.0/ext/iconv/
H A Diconv.c462 size_t buf_growth = 128; in _php_iconv_appendl() local
469 out_left = buf_growth - out_left; in _php_iconv_appendl()
498 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
499 buf_growth <<= 1; in _php_iconv_appendl()
503 out_left = buf_growth - out_left; in _php_iconv_appendl()
509 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
522 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
523 buf_growth <<= 1; in _php_iconv_appendl()

Completed in 12 milliseconds