Home
last modified time | relevance | path

Searched refs:VCWD_STAT (Results 1 – 18 of 18) sorted by relevance

/PHP-7.3/ext/dba/
H A Ddba_db2.c52 int s = VCWD_STAT(info->path, &check_stat); in DBA_OPEN_FUNC()
H A Ddba_db3.c64 int s = VCWD_STAT(info->path, &check_stat);
H A Ddba_db4.c78 int s = VCWD_STAT(info->path, &check_stat);
/PHP-7.3/ext/standard/
H A Dlink_win32.c107 ret = VCWD_STAT(link, &sb); in PHP_FUNCTION()
H A Ddir.c532 if (0 != VCWD_STAT(globbuf.gl_pathv[n], &s)) { in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h246 #define VCWD_STAT(path, buff) virtual_stat(path, buff) macro
298 #define VCWD_STAT(path, buff) php_sys_stat(path, buff) macro
/PHP-7.3/main/
H A Dphp_ini.c589 if (!VCWD_STAT(php_ini_file_name, &statbuf)) { in php_init_config()
701 if (VCWD_STAT(ini_file, &sb) == 0) { in php_init_config()
794 if (VCWD_STAT(ini_file, &sb) == 0) { in php_parse_user_ini_file()
H A DSAPI.c1016 …if (!SG(request_info).path_translated || (VCWD_STAT(SG(request_info).path_translated, &SG(global_s… in sapi_get_stat()
H A Dmain.c460 …search_path, binary_location) && !VCWD_ACCESS(binary_location, X_OK) && VCWD_STAT(binary_location,… in php_binary_init()
/PHP-7.3/ext/session/
H A Dmod_files.c329 if (VCWD_STAT(buf, &sbuf) == 0 && in ps_files_cleanup_dir()
351 if (VCWD_STAT(buf, &sbuf)) { in ps_files_key_exists()
H A Dsession.c1148 if (VCWD_STAT(path, &sb) == -1) { in last_modified()
/PHP-7.3/main/streams/
H A Dplain_wrapper.c1141 return VCWD_STAT(url, &ssb->sb); in php_plain_files_url_stater()
1214 if (VCWD_STAT(url_from, &sb) == 0) { in php_plain_files_rename()
1314 if (VCWD_STAT(buf, &sb) == 0) { in php_plain_files_mkdir()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c319 if (init_file && VCWD_STAT(init_file, &sb) != -1) { in phpdbg_try_file_init()
410 if (VCWD_STAT(param->str, &sb) != FAILURE) { in PHPDBG_COMMAND()
1470 if (VCWD_STAT(param->str, &sb) != -1) { in PHPDBG_COMMAND()
H A Dphpdbg.c324 if (VCWD_STAT(ZSTR_VAL(exec), &sb) != FAILURE) { in PHP_FUNCTION()
/PHP-7.3/ext/zip/
H A Dphp_zip.c598 if (0 != VCWD_STAT(globbuf.gl_pathv[n], &s)) { in php_zip_glob()
690 if (0 != VCWD_STAT(fullpath, &s)) { in php_zip_pcre()
1493 if (VCWD_STAT(resolved_path, &st) == 0 && st.st_size == 0) { in ZIPARCHIVE_METHOD()
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c998 if (VCWD_STAT(file_path, &statbuf) != -1) { in zend_get_file_handle_timestamp()
/PHP-7.3/ext/exif/
H A Dexif.c4396 if (VCWD_STAT(stream->orig_path, &st) >= 0) { in exif_read_from_impl()
/PHP-7.3/ext/openssl/
H A Dopenssl.c2628 if (VCWD_STAT(Z_STRVAL_P(item), &sb) == -1) { in php_openssl_setup_verify()

Completed in 93 milliseconds