Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dfilters.c451 unsigned int ustat; member
484 inst->ustat = 0; in php_conv_base64_decode_ctor()
503 unsigned int ustat; in php_conv_base64_decode_convert() local
523 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 10 milliseconds