Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfilters.c583 unsigned int ustat; member
616 inst->ustat = 0; in php_conv_base64_decode_ctor()
635 unsigned int ustat; in php_conv_base64_decode_convert() local
655 ustat = inst->ustat; in php_conv_base64_decode_convert()
680 ustat |= i & 0x80; in php_conv_base64_decode_convert()
683 if (ustat) { in php_conv_base64_decode_convert()
697 } else if (ustat) { in php_conv_base64_decode_convert()
705 if ((pack_bcnt | ustat) == 0) { in php_conv_base64_decode_convert()
727 inst->ustat = ustat; in php_conv_base64_decode_convert()

Completed in 10 milliseconds