Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c569 size_t path_prefix_len = sizeof("file://") - 1; in php_openssl_check_path_ex() local
570 if (file_path_len <= path_prefix_len) { in php_openssl_check_path_ex()
573 fs_file_path = file_path + 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()

Completed in 25 milliseconds