Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfilters.c447 unsigned int ustat; member
480 inst->ustat = 0; in php_conv_base64_decode_ctor()
499 unsigned int ustat; in php_conv_base64_decode_convert() local
519 ustat = inst->ustat; in php_conv_base64_decode_convert()
544 ustat |= i & 0x80; in php_conv_base64_decode_convert()
547 if (ustat) { in php_conv_base64_decode_convert()
561 } else if (ustat) { in php_conv_base64_decode_convert()
569 if ((pack_bcnt | ustat) == 0) { in php_conv_base64_decode_convert()
591 inst->ustat = ustat; in php_conv_base64_decode_convert()

Completed in 12 milliseconds