Home
last modified time | relevance | path

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

/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.h72 #define IS_ABSOLUTE_PATH(path, len) \ macro
85 #define IS_ABSOLUTE_PATH(path, len) \ macro
111 #ifndef IS_ABSOLUTE_PATH
112 #define IS_ABSOLUTE_PATH(path, len) \ macro
H A Dtsrm_virtual_cwd.c1068 if (IS_ABSOLUTE_PATH(path, j)) { in tsrm_realpath_r()
1182 if (!IS_ABSOLUTE_PATH(path, path_length)) { in virtual_file_ex()
1270 } else if (IS_ABSOLUTE_PATH(resolved_path, path_length)) { in virtual_file_ex()
1277 if (IS_ABSOLUTE_PATH(resolved_path, path_length)) { in virtual_file_ex()
1384 …if (length == COPY_WHEN_ABSOLUTE(path) && IS_ABSOLUTE_PATH(path, length+1)) { /* Also use trailing… in virtual_chdir_file()
1417 } else if (!IS_ABSOLUTE_PATH(path, strlen(path))) { in virtual_realpath()
1941 } else if (!IS_ABSOLUTE_PATH(path, strlen(path)) && in tsrm_realpath()
H A Dtsrm_win32.c215 if(!IS_ABSOLUTE_PATH(pathname, strlen(pathname)+1)) { in tsrm_win32_access()
/PHP-5.4/ext/standard/
H A Ddir.c342 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in PHP_FUNCTION()
346 …if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentLStatFile), strlen(BG(CurrentLStatFile))))… in PHP_FUNCTION()
454 if (!IS_ABSOLUTE_PATH(pattern, pattern_len)) { in PHP_FUNCTION()
/PHP-5.4/main/
H A Dfopen_wrappers.c412 IS_ABSOLUTE_PATH(PG(doc_root), length)) {
500 IS_ABSOLUTE_PATH(filename, filename_length) ||
634 || IS_ABSOLUTE_PATH(filename, filename_length)
754 } else if (IS_ABSOLUTE_PATH(filepath, strlen(filepath))) {
/PHP-5.4/ext/phar/
H A Dfunc_interceptors.c45 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { in PHAR_FUNC()
120 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
250 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
346 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
617 if (!IS_ABSOLUTE_PATH(filename, filename_length) && !strstr(filename, "://")) { in phar_file_stat()
911 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { in PharFileFunction()
978 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { in PHAR_FUNC()
H A Dutil.c406 if (*filename == '.' || IS_ABSOLUTE_PATH(filename, filename_len) || !path || !*path) { in phar_find_in_include_path()
H A Dphar.c3440 if (!IS_ABSOLUTE_PATH(entry, strlen(entry)) && !strstr(entry, "://")) {
/PHP-5.4/ext/zip/
H A Dphp_zip.c543 if (!IS_ABSOLUTE_PATH(pattern, pattern_len)) { in php_zip_glob()
637 if (!IS_ABSOLUTE_PATH(path, path_len)) { in php_zip_pcre()
/PHP-5.4/main/streams/
H A Dplain_wrapper.c1406 if (IS_ABSOLUTE_PATH(filename, filename_length)) { in _php_stream_fopen_with_path()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c717 if (!IS_ABSOLUTE_PATH(path, path_len)) {
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c777 if (!IS_ABSOLUTE_PATH(path, path_len)) {
/PHP-5.4/ext/spl/
H A Dspl_directory.c1260 } else if (!IS_ABSOLUTE_PATH(intern->file_name, intern->file_name_len)) { in FileInfoFunction()
/PHP-5.4/ext/soap/
H A Dphp_sdl.c3203 if (strchr(uri,':') != NULL || IS_ABSOLUTE_PATH(uri, uri_len)) { in get_sdl()

Completed in 139 milliseconds