Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfilters.c1552 size_t ocnt, icnt, tcnt; in strfilter_convert_append_bucket() local
1572 tcnt = inst->stub_len; in strfilter_convert_append_bucket()
1574 while (tcnt > 0) { in strfilter_convert_append_bucket()
1575 err = php_conv_convert(inst->cd, &pt, &tcnt, &pd, &ocnt); in strfilter_convert_append_bucket()
1592 tcnt = inst->stub_len; in strfilter_convert_append_bucket()
1594 tcnt = 0; in strfilter_convert_append_bucket()
1648 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket()
1649 inst->stub_len = tcnt; in strfilter_convert_append_bucket()
/PHP-5.5/ext/iconv/
H A Diconv.c2565 size_t ocnt, prev_ocnt, icnt, tcnt; in php_iconv_stream_filter_append_bucket() local
2585 tcnt = self->stub_len; in php_iconv_stream_filter_append_bucket()
2587 while (tcnt > 0) { in php_iconv_stream_filter_append_bucket()
2588 if (iconv(self->cd, &pt, &tcnt, &pd, &ocnt) == (size_t)-1) { in php_iconv_stream_filter_append_bucket()
2605 tcnt = self->stub_len; in php_iconv_stream_filter_append_bucket()
2607 tcnt = 0; in php_iconv_stream_filter_append_bucket()
2661 memmove(self->stub, pt, tcnt); in php_iconv_stream_filter_append_bucket()
2662 self->stub_len = tcnt; in php_iconv_stream_filter_append_bucket()

Completed in 25 milliseconds