Lines Matching refs:raw_output
130 zend_bool raw_output = raw_output_default; in php_hash_do_hash() local
135 …s(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &algo, &algo_len, &data, &data_len, &raw_output) == FAILURE) { in php_hash_do_hash()
175 if (raw_output) { in php_hash_do_hash()
246 zend_bool raw_output = raw_output_default; in php_hash_do_hash_hmac() local
252 &key, &key_len, &raw_output) == FAILURE) { in php_hash_do_hash_hmac()
303 if (raw_output) { in php_hash_do_hash_hmac()
498 zend_bool raw_output = 0; in PHP_FUNCTION() local
503 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|b", &zhash, &raw_output) == FAILURE) { in PHP_FUNCTION()
543 if (raw_output) { in PHP_FUNCTION()
621 zend_bool raw_output = 0; in PHP_FUNCTION() local
625 …go, &algo_len, &pass, &pass_len, &salt, &salt_len, &iterations, &length, &raw_output) == FAILURE) { in PHP_FUNCTION()
666 if (!raw_output) { in PHP_FUNCTION()
671 if (!raw_output) { in PHP_FUNCTION()
725 if (raw_output) { in PHP_FUNCTION()
1109 ZEND_ARG_INFO(0, raw_output)
1114 ZEND_ARG_INFO(0, raw_output)
1121 ZEND_ARG_INFO(0, raw_output)
1126 ZEND_ARG_INFO(0, raw_output)
1133 ZEND_ARG_INFO(0, raw_output)
1139 ZEND_ARG_INFO(0, raw_output)
1146 ZEND_ARG_INFO(0, raw_output)
1153 ZEND_ARG_INFO(0, raw_output)
1181 ZEND_ARG_INFO(0, raw_output)
1197 ZEND_ARG_INFO(0, raw_output)