Home
last modified time | relevance | path

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

/PHP-8.0/ext/dba/
H A Ddba_db2.c50 int s = VCWD_STAT(info->path, &check_stat); in DBA_OPEN_FUNC()
H A Ddba_db3.c62 int s = VCWD_STAT(info->path, &check_stat);
H A Ddba_db4.c76 int s = VCWD_STAT(info->path, &check_stat);
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h267 #define VCWD_STAT(path, buff) virtual_stat(path, buff) macro
319 #define VCWD_STAT(path, buff) php_sys_stat(path, buff) macro
/PHP-8.0/ext/session/
H A Dmod_files.c326 if (VCWD_STAT(buf, &sbuf) == 0 && in ps_files_cleanup_dir()
348 if (VCWD_STAT(buf, &sbuf)) { in ps_files_key_exists()
H A Dsession.c1153 if (VCWD_STAT(path, &sb) == -1) { in last_modified()
/PHP-8.0/main/
H A Dphp_ini.c572 if (!VCWD_STAT(php_ini_file_name, &statbuf)) { in php_init_config()
683 if (VCWD_STAT(ini_file, &sb) == 0) { in php_init_config()
771 if (VCWD_STAT(ini_file, &sb) == 0) { in php_parse_user_ini_file()
H A DSAPI.c1007 …if (!SG(request_info).path_translated || (VCWD_STAT(SG(request_info).path_translated, &SG(global_s… in sapi_get_stat()
H A Dmain.c377 …search_path, binary_location) && !VCWD_ACCESS(binary_location, X_OK) && VCWD_STAT(binary_location,… in php_binary_init()
/PHP-8.0/ext/standard/
H A Ddir.c507 if (0 != VCWD_STAT(globbuf.gl_pathv[n], &s)) { in PHP_FUNCTION()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c1182 return VCWD_STAT(url, &ssb->sb); in php_plain_files_url_stater()
1255 if (VCWD_STAT(url_from, &sb) == 0) { in php_plain_files_rename()
1355 if (VCWD_STAT(buf, &sb) == 0) { in php_plain_files_mkdir()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c316 if (init_file && VCWD_STAT(init_file, &sb) != -1) { in phpdbg_try_file_init()
408 if (VCWD_STAT(param->str, &sb) != FAILURE) { in PHPDBG_COMMAND()
1414 if (VCWD_STAT(param->str, &sb) != -1) { in PHPDBG_COMMAND()
H A Dphpdbg.c317 if (VCWD_STAT(ZSTR_VAL(exec), &sb) != FAILURE) { in PHP_FUNCTION()
/PHP-8.0/ext/zip/
H A Dphp_zip.c692 if (0 != VCWD_STAT(globbuf.gl_pathv[n], &s)) { in php_zip_glob()
795 if (0 != VCWD_STAT(fullpath, &s)) { in php_zip_pcre()
1479 if (VCWD_STAT(resolved_path, &st) == 0 && st.st_size == 0) {
/PHP-8.0/ext/exif/
H A Dexif.c4384 if (VCWD_STAT(stream->orig_path, &st) >= 0) { in exif_read_from_impl()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c989 if (VCWD_STAT(file_path, &statbuf) != -1) { in zend_get_file_handle_timestamp()
/PHP-8.0/ext/openssl/
H A Dopenssl.c2503 if (VCWD_STAT(file_path, &sb) == -1) { in php_openssl_setup_verify()

Completed in 101 milliseconds