Searched refs:ustat (Results 1 – 1 of 1) sorted by relevance
451 unsigned int ustat; member484 inst->ustat = 0; in php_conv_base64_decode_ctor()503 unsigned int ustat; in php_conv_base64_decode_convert() local523 ustat = inst->ustat; in php_conv_base64_decode_convert()548 ustat |= i & 0x80; in php_conv_base64_decode_convert()551 if (ustat) { in php_conv_base64_decode_convert()565 } else if (ustat) { in php_conv_base64_decode_convert()573 if ((pack_bcnt | ustat) == 0) { in php_conv_base64_decode_convert()595 inst->ustat = ustat; in php_conv_base64_decode_convert()
Completed in 8 milliseconds