Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c5695 size_t p7b_len; in PHP_FUNCTION() local
5702 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()
5709 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION()
5716 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()
6343 size_t p7b_len; in PHP_FUNCTION() local
6350 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()
6357 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION()
6364 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()

Completed in 20 milliseconds