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.c5884 size_t p7b_len; in PHP_FUNCTION() local
5891 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()
5898 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION()
5905 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()
6532 size_t p7b_len; in PHP_FUNCTION() local
6539 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()
6546 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION()
6553 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()

Completed in 22 milliseconds