Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dlink_win32.c98 ret = VCWD_STAT(link, &sb); in PHP_FUNCTION()
H A Ddir.c529 if (0 != VCWD_STAT(globbuf.gl_pathv[n], &s)) { in PHP_FUNCTION()
/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.h269 #define VCWD_STAT(path, buff) virtual_stat(path, buff TSRMLS_CC) macro
305 #define VCWD_STAT(path, buff) php_sys_stat(path, buff) macro
/PHP-5.4/ext/dba/
H A Ddba_db2.c54 int s = VCWD_STAT(info->path, &check_stat); in DBA_OPEN_FUNC()
H A Ddba_db3.c63 int s = VCWD_STAT(info->path, &check_stat); in DBA_OPEN_FUNC()
H A Ddba_db4.c81 int s = VCWD_STAT(info->path, &check_stat);
/PHP-5.4/main/
H A Dphp_ini.c538 if (!VCWD_STAT(php_ini_file_name, &statbuf)) { in php_init_config()
636 if (VCWD_STAT(ini_file, &sb) == 0) { in php_init_config()
727 if (VCWD_STAT(ini_file, &sb) == 0) { in php_parse_user_ini_file()
H A DSAPI.c1005 …if (!SG(request_info).path_translated || (VCWD_STAT(SG(request_info).path_translated, &SG(global_s… in sapi_get_stat()
H A Dmain.c290 …search_path, binary_location) && !VCWD_ACCESS(binary_location, X_OK) && VCWD_STAT(binary_location,… in php_binary_init()
/PHP-5.4/ext/session/
H A Dmod_files.c253 if (VCWD_STAT(buf, &sbuf) == 0 && in ps_files_cleanup_dir()
H A Dsession.c1087 if (VCWD_STAT(path, &sb) == -1) {
/PHP-5.4/main/streams/
H A Dplain_wrapper.c1028 return VCWD_STAT(url, &ssb->sb); in php_plain_files_url_stater()
1098 if (VCWD_STAT(url_from, &sb) == 0) { in php_plain_files_rename()
1187 if (VCWD_STAT(buf, &sb) == 0) { in php_plain_files_mkdir()
/PHP-5.4/ext/zip/
H A Dphp_zip.c605 if (0 != VCWD_STAT(globbuf.gl_pathv[n], &s)) { in php_zip_glob()
697 if (0 != VCWD_STAT(fullpath, &s)) { in php_zip_pcre()
/PHP-5.4/ext/exif/
H A Dexif.c3877 if (VCWD_STAT(FileName, &st) >= 0) { in exif_read_file()
/PHP-5.4/ext/gd/
H A Dgd.c4079 if (VCWD_STAT(file, &st) < 0) { in PHP_FUNCTION()
/PHP-5.4/ext/openssl/
H A Dopenssl.c1781 if (VCWD_STAT(Z_STRVAL_PP(item), &sb) == -1) { in setup_verify()

Completed in 90 milliseconds