Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dfilters.c1476 size_t ocnt, icnt, tcnt; in strfilter_convert_append_bucket() local
1496 tcnt = inst->stub_len; in strfilter_convert_append_bucket()
1498 while (tcnt > 0) { in strfilter_convert_append_bucket()
1499 err = php_conv_convert(inst->cd, &pt, &tcnt, &pd, &ocnt); in strfilter_convert_append_bucket()
1516 tcnt = inst->stub_len; in strfilter_convert_append_bucket()
1518 tcnt = 0; in strfilter_convert_append_bucket()
1572 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket()
1573 inst->stub_len = tcnt; in strfilter_convert_append_bucket()
/PHP-7.0/ext/iconv/
H A Diconv.c2606 size_t ocnt, prev_ocnt, icnt, tcnt; in php_iconv_stream_filter_append_bucket() local
2626 tcnt = self->stub_len; in php_iconv_stream_filter_append_bucket()
2628 while (tcnt > 0) { in php_iconv_stream_filter_append_bucket()
2629 if (iconv(self->cd, &pt, &tcnt, &pd, &ocnt) == (size_t)-1) { in php_iconv_stream_filter_append_bucket()
2646 tcnt = self->stub_len; in php_iconv_stream_filter_append_bucket()
2648 tcnt = 0; in php_iconv_stream_filter_append_bucket()
2705 memmove(self->stub, pt, tcnt); in php_iconv_stream_filter_append_bucket()
2706 self->stub_len = tcnt; in php_iconv_stream_filter_append_bucket()

Completed in 48 milliseconds