Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c68 if (VCWD_REALPATH(abspath, resolved_path_buf)) { in PHPDBG_LIST()
290 if (VCWD_REALPATH(filename, resolved_path_buf)) { in phpdbg_init_compile_file()
H A Dphpdbg_bp.c271 if (VCWD_REALPATH(path, realpath)) { in phpdbg_set_breakpoint_file()
861 if (VCWD_REALPATH(new_break.param.file.name, realpath)) { in phpdbg_create_conditional_break()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h266 #define VCWD_REALPATH(path, real_path) virtual_realpath(path, real_path) macro
325 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path) macro
/PHP-7.4/win32/
H A Dreaddir.c36 if (!VCWD_REALPATH(dir, resolved_path_buff)) { in opendir()
/PHP-7.4/ext/gettext/
H A Dgettext.c274 if (!VCWD_REALPATH(dir, dir_name)) { in PHP_NAMED_FUNCTION()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c250 if (VCWD_REALPATH(filename, buf)) { in zend_accel_blacklist_loadone()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c909 if (VCWD_REALPATH(certfile, resolved_path_buff)) { in php_openssl_set_local_cert()
922 if (VCWD_REALPATH(private_key, resolved_path_buff_pk)) { in php_openssl_set_local_cert()
1453 if (!VCWD_REALPATH(ZSTR_VAL(local_cert_str), resolved_cert_path_buff)) { in php_openssl_enable_server_sni()
1475 if (!VCWD_REALPATH(ZSTR_VAL(local_pk_str), resolved_pk_path_buff)) { in php_openssl_enable_server_sni()
1487 } else if (VCWD_REALPATH(Z_STRVAL_P(current), resolved_path_buff)) { in php_openssl_enable_server_sni()
/PHP-7.4/main/
H A Dfopen_wrappers.c171 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
H A Dmain.c449 …if (VCWD_REALPATH(search_path, binary_location) && !VCWD_ACCESS(binary_location, X_OK) && VCWD_STA… in php_binary_init()
461 …} else if (!VCWD_REALPATH(sapi_module.executable_location, binary_location) || VCWD_ACCESS(binary_… in php_binary_init()
/PHP-7.4/ext/standard/
H A Dbrowscap.c491 if (VCWD_REALPATH(ZSTR_VAL(new_value), bdata->filename) == NULL) { in PHP_INI_MH()
H A Dfile.c2356 if (VCWD_REALPATH(filename, resolved_path_buff)) { in PHP_FUNCTION()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c906 if (VCWD_REALPATH(script_file, real_path)) { in do_cli()
H A Dphp_cli_server.c2723 if (VCWD_REALPATH(document_root, document_root_buf)) { in do_cli_server()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c262 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlreader_get_valid_file_path()
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c611 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlwriter_get_valid_file_path()
/PHP-7.4/ext/dom/
H A Ddocument.c1359 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _dom_get_valid_file_path()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c443 if (!VCWD_REALPATH(lib_path, fullpath)) { in PHP_METHOD()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1318 if (filename && VCWD_REALPATH(filename, buff)) { in SPL_METHOD()
/PHP-7.4/ext/gd/
H A Dgd.c4116 if (!VCWD_REALPATH(fontname, tmp_font_path)) { in php_imagettftext_common()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c3182 } else if (VCWD_REALPATH(uri, fn) == NULL) { in get_sdl()

Completed in 210 milliseconds