Home
last modified time | relevance | path

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

/php-src/ext/iconv/
H A Diconv.c362 size_t buf_growth = 128; in _php_iconv_appendl() local
366 out_left = buf_growth; in _php_iconv_appendl()
386 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
387 buf_growth <<= 1; in _php_iconv_appendl()
391 out_left = buf_growth; in _php_iconv_appendl()
397 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
404 ZSTR_LEN((d)->s) += (buf_growth - out_left); in _php_iconv_appendl()
405 buf_growth <<= 1; in _php_iconv_appendl()

Completed in 9 milliseconds