Home
last modified time | relevance | path

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

/php-src/ext/iconv/
H A Diconv.c443 size_t bsz, result = 0; in php_iconv_string() local
462 bsz = out_left; in php_iconv_string()
463 out_buf = zend_string_alloc(bsz, 0); in php_iconv_string()
468 out_size = bsz - out_left; in php_iconv_string()
483 bsz += in_len; in php_iconv_string()
485 out_buf = zend_string_extend(out_buf, bsz, 0); in php_iconv_string()
488 out_left = bsz - out_size; in php_iconv_string()
499 out_size = bsz - out_left; in php_iconv_string()
506 bsz += 16; in php_iconv_string()
507 out_buf = zend_string_extend(out_buf, bsz, 0); in php_iconv_string()
[all …]

Completed in 9 milliseconds