Searched refs:file_path_len (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/openssl/ |
H A D | php_openssl.h | 98 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 D | openssl.c | 555 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num, in php_openssl_check_path_ex() argument 563 if (file_path_len == 0) { in php_openssl_check_path_ex() 570 if (file_path_len <= path_prefix_len) { in php_openssl_check_path_ex() 574 fs_file_path_len = file_path_len - path_prefix_len; in php_openssl_check_path_ex() 577 fs_file_path_len = file_path_len; in php_openssl_check_path_ex()
|
Completed in 26 milliseconds