Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash.c407 if (raw_output) { in php_hash_do_hash()
428 bool raw_output = 0; in PHP_FUNCTION() local
450 bool raw_output = 0; in PHP_FUNCTION() local
564 if (raw_output) { in php_hash_do_hash_hmac()
585 bool raw_output = 0; in PHP_FUNCTION() local
602 bool raw_output = 0; in PHP_FUNCTION() local
784 bool raw_output = 0; in PHP_FUNCTION() local
824 if (raw_output) { in PHP_FUNCTION()
1043 if (!raw_output) { in PHP_FUNCTION()
1048 if (!raw_output) { in PHP_FUNCTION()
[all …]
/php-src/ext/standard/
H A Dmd5.c45 bool raw_output = 0; in PHP_FUNCTION() local
52 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
58 if (raw_output) { in PHP_FUNCTION()
73 bool raw_output = 0; in PHP_FUNCTION() local
83 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
109 if (raw_output) { in PHP_FUNCTION()
H A Dsha1.c33 bool raw_output = 0; in PHP_FUNCTION() local
40 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
46 if (raw_output) { in PHP_FUNCTION()
63 bool raw_output = 0; in PHP_FUNCTION() local
73 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
91 if (raw_output) { in PHP_FUNCTION()
/php-src/ext/openssl/
H A Dopenssl.c1899 bool raw_output = 0; in PHP_FUNCTION() local
1908 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
1917 fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output); in PHP_FUNCTION()
7361 bool raw_output = 0; in PHP_FUNCTION() local
7369 …ameters(ZEND_NUM_ARGS(), "ss|b", &data, &data_len, &method, &method_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
7385 if (raw_output) { in PHP_FUNCTION()

Completed in 33 milliseconds