Searched refs:raw_output (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_5/ext/hash/ |
| H A D | hash.c | 130 zend_bool raw_output = raw_output_default; local 135 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &algo, &algo_len, &data, &data_len, &raw_output) == FAILURE) { 174 if (raw_output) { 188 /* {{{ proto string hash(string algo, string data[, bool raw_output = false]) 197 /* {{{ proto string hash_file(string algo, string filename[, bool raw_output = false]) 245 zend_bool raw_output = raw_output_default; local 251 &key, &key_len, &raw_output) == FAILURE) { 298 if (raw_output) { 312 /* {{{ proto string hash_hmac(string algo, string data, string key[, bool raw_output = false]) 321 /* {{{ proto string hash_hmac_file(string algo, string filename, string key[, bool raw_output 493 zend_bool raw_output = 0; local 616 zend_bool raw_output = 0; local [all...] |
| H A D | hash_md.c | 104 /* {{{ proto string md5(string str, [ bool raw_output]) 110 zend_bool raw_output = 0; local 115 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILURE) { 123 if (raw_output) { 133 /* {{{ proto string md5_file(string filename [, bool raw_output]) 139 zend_bool raw_output = 0; local 147 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILURE) { 170 if (raw_output) {
|
| H A D | hash_sha.c | 87 /* {{{ proto string sha1(string str [, bool raw_output]) 93 zend_bool raw_output = 0; local 98 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILURE) { 106 if (raw_output) { 117 /* {{{ proto string sha1_file(string filename [, bool raw_output]) 123 zend_bool raw_output = 0; local 131 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILURE) { 154 if (raw_output) {
|
| /PHP_5_5/ext/standard/ |
| H A D | md5.c | 45 /* {{{ proto string md5(string str, [ bool raw_output]) 51 zend_bool raw_output = 0; local 56 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILURE) { 64 if (raw_output) { 74 /* {{{ proto string md5_file(string filename [, bool raw_output]) 80 zend_bool raw_output = 0; local 88 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILURE) { 111 if (raw_output) {
|
| H A D | sha1.c | 33 /* {{{ proto string sha1(string str [, bool raw_output]) 39 zend_bool raw_output = 0; local 44 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILURE) { 52 if (raw_output) { 64 /* {{{ proto string sha1_file(string filename [, bool raw_output]) 70 zend_bool raw_output = 0; local 78 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILURE) { 101 if (raw_output) {
|
| H A D | basic_functions.c | 1804 ZEND_ARG_INFO(0, raw_output) 1809 ZEND_ARG_INFO(0, raw_output) 1945 ZEND_ARG_INFO(0, raw_output) 1950 ZEND_ARG_INFO(0, raw_output)
|
| /PHP_5_5/ext/openssl/ |
| H A D | openssl.c | 362 ZEND_ARG_INFO(0, raw_output) 4709 /* {{{ proto string openssl_digest(string data, string method [, bool raw_output=false]) 4713 zend_bool raw_output = 0; local 4721 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &data, &data_len, &method, &method_len, &raw_output) == FAILURE) { 4736 if (raw_output) {
|
Completed in 22 milliseconds