Lines Matching refs:filename_len

1545 	size_t filename_len;  in PHP_FUNCTION()  local
1549 Z_PARAM_PATH(filename, filename_len) in PHP_FUNCTION()
1562 if (!php_openssl_check_path(filename, filename_len, file_path, 2)) { in PHP_FUNCTION()
2600 size_t filename_len; in PHP_FUNCTION() local
2610 Z_PARAM_PATH(filename, filename_len) in PHP_FUNCTION()
2637 if (!php_openssl_check_path(filename, filename_len, file_path, 2)) { in PHP_FUNCTION()
3118 size_t filename_len; in PHP_FUNCTION() local
3124 Z_PARAM_PATH(filename, filename_len) in PHP_FUNCTION()
3137 if (!php_openssl_check_path(filename, filename_len, file_path, 2)) { in PHP_FUNCTION()
4877 size_t filename_len = 0; in PHP_FUNCTION() local
4883 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zp|s!a!", &zpkey, &filename, &filename_len, &passphras… in PHP_FUNCTION()
4898 if (!php_openssl_check_path(filename, filename_len, file_path, 2)) { in PHP_FUNCTION()
5571 const char *filename, size_t filename_len, uint32_t arg_num, const char *mode) { in php_openssl_bio_new_file() argument
5575 if (!php_openssl_check_path(filename, filename_len, file_path, arg_num)) { in php_openssl_bio_new_file()
5601 size_t filename_len; in PHP_FUNCTION() local
5613 if (zend_parse_parameters(ZEND_NUM_ARGS(), "pl|p!ap!p!p!", &filename, &filename_len, in PHP_FUNCTION()
5634 in = php_openssl_bio_new_file(filename, filename_len, 1, PHP_OPENSSL_BIO_MODE_R(flags)); in PHP_FUNCTION()
6166 size_t filename_len; in PHP_FUNCTION() local
6181 if (zend_parse_parameters(ZEND_NUM_ARGS(), "pl|p!ap!p!p!p!l", &filename, &filename_len, in PHP_FUNCTION()
6189 in = php_openssl_bio_new_file(filename, filename_len, 1, PHP_OPENSSL_BIO_MODE_R(flags)); in PHP_FUNCTION()