Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dfilters.c1339 size_t ocnt, icnt, tcnt; in strfilter_convert_append_bucket() local
1357 tcnt = inst->stub_len; in strfilter_convert_append_bucket()
1359 while (tcnt > 0) { in strfilter_convert_append_bucket()
1360 err = php_conv_convert(inst->cd, &pt, &tcnt, &pd, &ocnt); in strfilter_convert_append_bucket()
1377 tcnt = inst->stub_len; in strfilter_convert_append_bucket()
1379 tcnt = 0; in strfilter_convert_append_bucket()
1423 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket()
1424 inst->stub_len = tcnt; in strfilter_convert_append_bucket()
/PHP-8.3/ext/iconv/
H A Diconv.c2355 size_t ocnt, prev_ocnt, icnt, tcnt; in php_iconv_stream_filter_append_bucket() local
2373 tcnt = self->stub_len; in php_iconv_stream_filter_append_bucket()
2375 while (tcnt > 0) { in php_iconv_stream_filter_append_bucket()
2376 if (iconv(self->cd, (ICONV_CONST char **)&pt, &tcnt, &pd, &ocnt) == (size_t)-1) { in php_iconv_stream_filter_append_bucket()
2392 tcnt = self->stub_len; in php_iconv_stream_filter_append_bucket()
2394 tcnt = 0; in php_iconv_stream_filter_append_bucket()
2436 memmove(self->stub, pt, tcnt); in php_iconv_stream_filter_append_bucket()
2437 self->stub_len = tcnt; in php_iconv_stream_filter_append_bucket()

Completed in 16 milliseconds