Home
last modified time | relevance | path

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

/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dstreamsfuncs.c1486 zend_long cryptokind = 0; in PHP_FUNCTION() local
1496 Z_PARAM_LONG_OR_NULL(cryptokind, cryptokindnull) in PHP_FUNCTION()
1511 cryptokind = Z_LVAL_P(val); in PHP_FUNCTION()
1518 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) { in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dstreamsfuncs.c1478 zend_long cryptokind = 0; in PHP_FUNCTION() local
1488 Z_PARAM_LONG_OR_NULL(cryptokind, cryptokindnull) in PHP_FUNCTION()
1503 cryptokind = Z_LVAL_P(val); in PHP_FUNCTION()
1510 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) { in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dstreamsfuncs.c1486 zend_long cryptokind = 0; in PHP_FUNCTION() local
1496 Z_PARAM_LONG_OR_NULL(cryptokind, cryptokindnull) in PHP_FUNCTION()
1511 cryptokind = Z_LVAL_P(val); in PHP_FUNCTION()
1518 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) { in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dstreamsfuncs.c1478 zend_long cryptokind = 0; in PHP_FUNCTION() local
1488 Z_PARAM_LONG_OR_NULL(cryptokind, cryptokindnull) in PHP_FUNCTION()
1503 cryptokind = Z_LVAL_P(val); in PHP_FUNCTION()
1510 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) { in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dstreamsfuncs.c1492 zend_long cryptokind = 0; in PHP_FUNCTION() local
1502 Z_PARAM_LONG_EX(cryptokind, cryptokindnull, 1, 0) in PHP_FUNCTION()
1517 cryptokind = Z_LVAL_P(val); in PHP_FUNCTION()
1524 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) { in PHP_FUNCTION()
H A Dbasic_functions.c2125 ZEND_ARG_INFO(0, cryptokind)
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dstreamsfuncs.c1509 zend_long cryptokind = 0; in PHP_FUNCTION() local
1519 Z_PARAM_LONG_EX(cryptokind, cryptokindnull, 1, 0) in PHP_FUNCTION()
1534 cryptokind = Z_LVAL_P(val); in PHP_FUNCTION()
1541 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) { in PHP_FUNCTION()
H A Dbasic_functions.c2136 ZEND_ARG_INFO(0, cryptokind)
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dstreamsfuncs.c1509 zend_long cryptokind = 0; in PHP_FUNCTION() local
1519 Z_PARAM_LONG_EX(cryptokind, cryptokindnull, 1, 0) in PHP_FUNCTION()
1534 cryptokind = Z_LVAL_P(val); in PHP_FUNCTION()
1541 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) { in PHP_FUNCTION()
H A Dbasic_functions.c2136 ZEND_ARG_INFO(0, cryptokind)
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dstreamsfuncs.c1492 zend_long cryptokind = 0; in PHP_FUNCTION() local
1502 Z_PARAM_LONG_EX(cryptokind, cryptokindnull, 1, 0) in PHP_FUNCTION()
1517 cryptokind = Z_LVAL_P(val); in PHP_FUNCTION()
1524 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) { in PHP_FUNCTION()
H A Dbasic_functions.c2125 ZEND_ARG_INFO(0, cryptokind)