Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dlink_win32.c134 if (!expand_filepath(frompath, source_p TSRMLS_CC)) { in PHP_FUNCTION()
197 if (!expand_filepath(frompath, source_p TSRMLS_CC) || !expand_filepath(topath, dest_p TSRMLS_CC)) { in PHP_FUNCTION()
H A Dlink.c150 if (!expand_filepath(frompath, source_p TSRMLS_CC)) { in PHP_FUNCTION()
222 if (!expand_filepath(frompath, source_p TSRMLS_CC) || !expand_filepath(topath, dest_p TSRMLS_CC)) { in PHP_FUNCTION()
H A Dfile.c1833 if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
1836 if ((dp = expand_filepath(dest, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
/PHP-5.3/main/
H A Dfopen_wrappers.h29 PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC);
H A Dfopen_wrappers.c168 if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) {
229 if (expand_filepath(local_open_basedir, resolved_basedir TSRMLS_CC) != NULL) {
353 if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) {
401 *opened_path = expand_filepath(path, NULL TSRMLS_CC);
837 PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC) function
H A Dsafe_mode.c88 expand_filepath(filename, path TSRMLS_CC); in php_checkuid_ex()
H A Dphp_ini.c582 fh.filename = php_ini_opened_path = expand_filepath(php_ini_file_name, NULL TSRMLS_CC); in php_init_config()
H A Dmain.c2284 if (expand_filepath(primary_file->filename, realfile TSRMLS_CC)) { in php_execute_script()
/PHP-5.3/ext/com_dotnet/
H A Dcom_persist.c395 fullpath = expand_filepath(filename, NULL TSRMLS_CC); in CPH_METHOD()
463 if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) { in CPH_METHOD()
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c519 char *fullpath = expand_filepath(filename, NULL TSRMLS_CC); in make_filename_safe()
H A Dsqlite.c1568 if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) { in PHP_FUNCTION()
1650 if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) { in PHP_FUNCTION()
1708 if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) { in PHP_FUNCTION()
/PHP-5.3/ext/zip/
H A Dphp_zip.c320 if (!expand_filepath(filename, resolved_path TSRMLS_CC)) { in php_zip_add_file()
1231 if(!expand_filepath(filename, resolved_path TSRMLS_CC)) { in PHP_NAMED_FUNCTION()
1523 if (!expand_filepath(filename, resolved_path TSRMLS_CC)) { in ZIPARCHIVE_METHOD()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_driver.c764 char *fullpath = expand_filepath(filename, NULL TSRMLS_CC); in make_filename_safe()
/PHP-5.3/ext/posix/
H A Dposix.c972 path = expand_filepath(filename, NULL TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.3/ext/phar/
H A Dphar_object.c1545 test = expand_filepath(fname, NULL TSRMLS_CC);
1571 fname = expand_filepath(Z_STRVAL(zv), NULL TSRMLS_CC);
1574 fname = expand_filepath(intern->file_name.s, NULL TSRMLS_CC);
1577 fname = expand_filepath(intern->file_name, NULL TSRMLS_CC);
1600 temp = expand_filepath(base, NULL TSRMLS_CC);
H A Dphar.c1380 mydata->fname = expand_filepath(fname, NULL TSRMLS_CC);
1746 if ((realpath = expand_filepath(fname, NULL TSRMLS_CC))) {
1796 if (!(realpath = expand_filepath(fname, NULL TSRMLS_CC))) {
H A Dutil.c202 entry.tmp = expand_filepath(filename, NULL TSRMLS_CC); in phar_mount_entry()
1371 my_realpath = expand_filepath(fname, my_realpath TSRMLS_CC); in phar_get_archive()
/PHP-5.3/ext/xmlreader/
H A Dphp_xmlreader.c262 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _xmlreader_get_valid_file_path()
/PHP-5.3/main/streams/
H A Dplain_wrapper.c914 if ((realpath = expand_filepath(filename, NULL TSRMLS_CC)) == NULL) { in _php_stream_fopen()
/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.c647 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _xmlwriter_get_valid_file_path()
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c121 if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) {
/PHP-5.3/ext/dom/
H A Ddocument.c1532 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _dom_get_valid_file_path()
/PHP-5.3/ext/spl/
H A Dspl_directory.c1256 if (!expand_filepath(intern->file_name, expanded_path TSRMLS_CC)) { in FileInfoFunction()

Completed in 119 milliseconds