Home
last modified time | relevance | path

Searched refs:p7b_len (Results 1 – 1 of 1) sorted by path

/php-src/ext/openssl/
H A Dopenssl.c5850 size_t p7b_len; in PHP_FUNCTION() local
5857 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()
5864 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION()
5871 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()
6498 size_t p7b_len; in PHP_FUNCTION() local
6505 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()
6512 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION()
6519 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()

Completed in 24 milliseconds