Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h277 #define VCWD_STAT(path, buff) virtual_stat(path, buff) macro
329 #define VCWD_STAT(path, buff) php_sys_stat(path, buff) macro
/php-src/ext/dba/
H A Ddba_db2.c44 int s = VCWD_STAT(ZSTR_VAL(info->path), &check_stat); in DBA_OPEN_FUNC()
H A Ddba_db3.c56 int s = VCWD_STAT(ZSTR_VAL(info->path), &check_stat);
H A Ddba_db4.c70 int s = VCWD_STAT(ZSTR_VAL(info->path), &check_stat);
/php-src/ext/session/
H A Dmod_files.c321 if (VCWD_STAT(buf, &sbuf) == 0 && in ps_files_cleanup_dir()
343 if (VCWD_STAT(buf, &sbuf)) { in ps_files_key_exists()
H A Dsession.c1160 if (VCWD_STAT(path, &sb) == -1) { in last_modified()
/php-src/main/
H A Dphp_ini.c561 if (!VCWD_STAT(php_ini_file_name, &statbuf)) { in php_init_config()
676 if (VCWD_STAT(ini_file, &sb) == 0) { in php_init_config()
766 if (VCWD_STAT(ini_file, &sb) == 0) { in php_parse_user_ini_file()
H A DSAPI.c1015 …if (!SG(request_info).path_translated || (VCWD_STAT(SG(request_info).path_translated, &SG(global_s… in sapi_get_stat()
H A Dmain.c384 …search_path, binary_location) && !VCWD_ACCESS(binary_location, X_OK) && VCWD_STAT(binary_location,… in php_binary_init()
/php-src/ext/standard/
H A Ddir.c430 if (0 != VCWD_STAT(globbuf.gl_pathv[n], &s)) { in PHP_FUNCTION()
/php-src/main/streams/
H A Dplain_wrapper.c1240 return VCWD_STAT(url, &ssb->sb); in php_plain_files_url_stater()
1313 if (VCWD_STAT(url_from, &sb) == 0) { in php_plain_files_rename()
1414 if (VCWD_STAT(buf, &sb) == 0) { in php_plain_files_mkdir()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c310 if (init_file && VCWD_STAT(init_file, &sb) != -1) { in phpdbg_try_file_init()
402 if (VCWD_STAT(param->str, &sb) != FAILURE) { in PHPDBG_COMMAND()
1393 if (VCWD_STAT(param->str, &sb) != -1) { in PHPDBG_COMMAND()
H A Dphpdbg.c270 if (VCWD_STAT(ZSTR_VAL(exec), &sb) != FAILURE) { in PHP_FUNCTION()
/php-src/ext/zip/
H A Dphp_zip.c702 if (0 != VCWD_STAT(globbuf.gl_pathv[n], &s)) { in php_zip_glob()
805 if (0 != VCWD_STAT(fullpath, &s)) { in php_zip_pcre()
1499 if (VCWD_STAT(resolved_path, &st) == 0 && st.st_size == 0) {
/php-src/ext/exif/
H A Dexif.c4402 if (VCWD_STAT(stream->orig_path, &st) >= 0) { in exif_read_from_impl()
/php-src/ext/opcache/
H A DZendAccelerator.c1055 if (VCWD_STAT(file_path, &statbuf) != -1) { in zend_get_file_handle_timestamp()
/php-src/ext/openssl/
H A Dopenssl.c2425 if (VCWD_STAT(file_path, &sb) == -1) { in php_openssl_setup_verify()

Completed in 90 milliseconds