Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dphp_openssl.h98 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num,
103 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num) in php_openssl_check_path() argument
106 file_path, file_path_len, real_path, arg_num, false, false, NULL); in php_openssl_check_path()
H A Dopenssl.c537 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num, in php_openssl_check_path_ex() argument
545 if (file_path_len == 0) { in php_openssl_check_path_ex()
552 if (file_path_len <= path_prefix_len) { in php_openssl_check_path_ex()
556 fs_file_path_len = file_path_len - path_prefix_len; in php_openssl_check_path_ex()
559 fs_file_path_len = file_path_len; in php_openssl_check_path_ex()

Completed in 21 milliseconds