Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dstreamsfuncs.c1497 long cryptokind = 0; in PHP_FUNCTION() local
1503 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rb|l!r", &zstream, &enable, &cryptokind, &cr… in PHP_FUNCTION()
1518 cryptokind = Z_LVAL_PP(val); in PHP_FUNCTION()
1525 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream TSRMLS_CC) < 0) { in PHP_FUNCTION()
H A Dbasic_functions.c2115 ZEND_ARG_INFO(0, cryptokind)

Completed in 16 milliseconds