Searched refs:file_path_len (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/spl/ |
H A D | spl_directory.c | 435 …ct_create_info(spl_filesystem_object *source, char *file_path, size_t file_path_len, int use_copy,… in spl_filesystem_object_create_info() argument 441 if (!file_path || !file_path_len) { in spl_filesystem_object_create_info() 451 file_path_len = 1; in spl_filesystem_object_create_info() 467 ZVAL_STRINGL(&arg1, file_path, file_path_len); in spl_filesystem_object_create_info() 471 spl_filesystem_info_set_filename(intern, file_path, file_path_len, use_copy); in spl_filesystem_object_create_info()
|
/PHP-8.0/ext/openssl/ |
H A D | openssl.c | 484 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num, in php_openssl_check_path_ex() argument 492 if (file_path_len == 0) { in php_openssl_check_path_ex() 499 if (file_path_len <= path_prefix_len) { in php_openssl_check_path_ex() 503 fs_file_path_len = file_path_len - path_prefix_len; in php_openssl_check_path_ex() 506 fs_file_path_len = file_path_len; in php_openssl_check_path_ex() 542 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num) in php_openssl_check_path() argument 545 file_path, file_path_len, real_path, arg_num, false, false, NULL); in php_openssl_check_path()
|
Completed in 42 milliseconds