Home
last modified time | relevance | path

Searched refs:php_check_open_basedir (Results 1 – 25 of 39) sorted by relevance

12

/PHP-7.3/ext/standard/
H A Dlink.c64 if (php_check_open_basedir(link)) { in PHP_FUNCTION()
98 if (php_check_open_basedir(dirname)) { in PHP_FUNCTION()
152 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()
156 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION()
201 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()
205 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION()
H A Dftok.c55 if (php_check_open_basedir(pathname)) { in PHP_FUNCTION()
H A Dfilestat.c191 if (php_check_open_basedir(path)) { in PHP_FUNCTION()
284 if (php_check_open_basedir(path)) { in PHP_FUNCTION()
389 if (php_check_open_basedir(filename)) { in php_do_chgrp()
526 if (php_check_open_basedir(filename)) { in php_do_chown()
601 if (php_check_open_basedir(filename)) { in PHP_FUNCTION()
686 if (php_check_open_basedir(filename)) { in PHP_FUNCTION()
778 …e_url_wrapper(filename, &local, 0)) == &php_plain_files_wrapper && php_check_open_basedir(local)) { in php_stat()
H A Dlink_win32.c102 if (php_check_open_basedir(dirname)) { in PHP_FUNCTION()
H A Diptc.c205 if (php_check_open_basedir(jpeg_file)) { in PHP_FUNCTION()
H A Ddir.c331 if (php_check_open_basedir(str)) { in PHP_FUNCTION()
H A Dfile.c832 if (php_check_open_basedir(dir)) { in PHP_FUNCTION()
1317 if (php_check_open_basedir(dir)) { in php_mkdir_ex()
1672 …ocate_url_wrapper(source, NULL, 0) == &php_plain_files_wrapper && php_check_open_basedir(source)) { in PHP_FUNCTION()
2365 if (php_check_open_basedir(resolved_path_buff)) { in PHP_FUNCTION()
/PHP-7.3/main/
H A Dfopen_wrappers.h31 PHPAPI int php_check_open_basedir(const char *path);
36 #define OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
H A Dphp_open_temporary_file.c304 …p_dir != '\0' && (!(flags & PHP_TMP_FILE_OPEN_BASEDIR_CHECK) || !php_check_open_basedir(temp_dir))… in php_open_temporary_fd_ex()
H A Dfopen_wrappers.c273 PHPAPI int php_check_open_basedir(const char *path) function
333 if (php_check_open_basedir((char *)path)) {
/PHP-7.3/ext/zip/
H A Dphp_zip.h42 #define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
/PHP-7.3/main/streams/
H A Dplain_wrapper.c987 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_plain_files_dir_opener()
1113 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_plain_files_stream_opener()
1152 if (php_check_open_basedir(url)) { in php_plain_files_unlink()
1197 if (php_check_open_basedir(url_from) || php_check_open_basedir(url_to)) { in php_plain_files_rename()
1362 if (php_check_open_basedir(url)) { in php_plain_files_rmdir()
1405 if (php_check_open_basedir(url)) { in php_plain_files_metadata()
1523 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(filename)) { in _php_stream_fopen_with_path()
1535 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(filename)) { in _php_stream_fopen_with_path()
1556 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(trypath)) { in _php_stream_fopen_with_path()
H A Dglob_wrapper.c221 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_glob_stream_opener()
/PHP-7.3/ext/gd/
H A Dphp_gd.h33 if (!filename || php_check_open_basedir(filename)) { \
/PHP-7.3/ext/readline/
H A Dreadline.c432 if (arg && php_check_open_basedir(arg)) { in PHP_FUNCTION()
457 if (arg && php_check_open_basedir(arg)) { in PHP_FUNCTION()
/PHP-7.3/ext/pspell/
H A Dpspell.c407 if (php_check_open_basedir(personal)) { in PHP_FUNCTION()
829 if (php_check_open_basedir(value)) { in pspell_config_path()
879 if (php_check_open_basedir(repl)) { in PHP_FUNCTION()
/PHP-7.3/ext/session/
H A Dmod_files.c190 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()
385 if (php_check_open_basedir(save_path)) { in PS_OPEN_FUNC()
/PHP-7.3/ext/com_dotnet/
H A Dcom_persist.c387 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()
449 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c318 if (php_check_open_basedir(file)) { in PHP_FUNCTION()
/PHP-7.3/ext/bz2/
H A Dbz2.c263 if (php_check_open_basedir(path_copy)) { in _php_stream_bz2open()
/PHP-7.3/ext/enchant/
H A Denchant.c591 if (php_check_open_basedir(pwl)) { in PHP_FUNCTION()
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c127 if (php_check_open_basedir(fullpath)) { in PHP_METHOD()
2072 if (php_check_open_basedir(arg3 + 5)) { in php_sqlite3_authorizer()
2076 if (php_check_open_basedir(arg3)) { in php_sqlite3_authorizer()
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c749 if (php_check_open_basedir(fullpath)) { in make_filename_safe()
/PHP-7.3/ext/oci8/
H A Doci8_lob.c715 if (php_check_open_basedir(filename)) { in php_oci_lob_import()
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c503 if (php_check_open_basedir(intern->profiling)) { in php_xsl_apply_stylesheet()

Completed in 291 milliseconds

12