Searched refs:ustat (Results 1 – 1 of 1) sorted by relevance
446 unsigned int ustat; member479 inst->ustat = 0; in php_conv_base64_decode_ctor()497 unsigned int ustat; in php_conv_base64_decode_convert() local517 ustat = inst->ustat; in php_conv_base64_decode_convert()542 ustat |= i & 0x80; in php_conv_base64_decode_convert()545 if (ustat) { in php_conv_base64_decode_convert()559 } else if (ustat) { in php_conv_base64_decode_convert()567 if ((pack_bcnt | ustat) == 0) { in php_conv_base64_decode_convert()589 inst->ustat = ustat; in php_conv_base64_decode_convert()
Completed in 33 milliseconds