Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c496 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num, in php_openssl_check_path_ex() argument
504 if (file_path_len == 0) { in php_openssl_check_path_ex()
511 if (file_path_len <= path_prefix_len) { in php_openssl_check_path_ex()
515 fs_file_path_len = file_path_len - path_prefix_len; in php_openssl_check_path_ex()
518 fs_file_path_len = file_path_len; in php_openssl_check_path_ex()
554 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num) in php_openssl_check_path() argument
557 file_path, file_path_len, real_path, arg_num, false, false, NULL); in php_openssl_check_path()

Completed in 24 milliseconds