Searched refs:ustat (Results 1 – 1 of 1) sorted by relevance
588 unsigned int ustat; member621 inst->ustat = 0; in php_conv_base64_decode_ctor()640 unsigned int ustat; in php_conv_base64_decode_convert() local660 ustat = inst->ustat; in php_conv_base64_decode_convert()685 ustat |= i & 0x80; in php_conv_base64_decode_convert()688 if (ustat) { in php_conv_base64_decode_convert()702 } else if (ustat) { in php_conv_base64_decode_convert()710 if ((pack_bcnt | ustat) == 0) { in php_conv_base64_decode_convert()732 inst->ustat = ustat; in php_conv_base64_decode_convert()
Completed in 13 milliseconds