Home
last modified time | relevance | path

Searched refs:zend_stat_t (Results 1 – 25 of 40) sorted by relevance

12

/PHP-7.0/win32/
H A Dglob.h69 int (*gl_lstat)(const char *, zend_stat_t *);
70 int (*gl_stat)(const char *, zend_stat_t *);
H A Dglob.c143 static int g_lstat(Char *, zend_stat_t *, glob_t *);
146 static int g_stat(Char *, zend_stat_t *, glob_t *);
558 zend_stat_t sb;
855 zend_stat_t *sb;
870 zend_stat_t *sb;
/PHP-7.0/Zend/
H A Dzend_stream.h90 typedef struct __stat64 zend_stat_t; typedef
97 typedef struct stat zend_stat_t;
H A Dzend_virtual_cwd.h133 CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat);
167 CWD_API int virtual_stat(const char *path, zend_stat_t *buf);
168 CWD_API int virtual_lstat(const char *path, zend_stat_t *buf);
H A Dzend_stream.c66 zend_stat_t buf; in zend_stream_stdio_fsizer()
108 zend_stat_t buf; in zend_stream_fsize()
H A Dzend_virtual_cwd.c305 CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat) /* {{{ */ in php_sys_stat_ex()
422 zend_stat_t buf; in php_is_dir_ok()
433 zend_stat_t buf; in php_is_file_ok()
798 zend_stat_t st; in tsrm_realpath_r()
1720 CWD_API int virtual_stat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_stat()
1738 CWD_API int virtual_lstat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_lstat()
/PHP-7.0/main/
H A DSAPI.h128 zend_stat_t global_stat;
203 SAPI_API zend_stat_t *sapi_get_stat(void);
232 zend_stat_t *(*get_stat)(void);
H A Dphp_ini.c551 zend_stat_t statbuf; in php_init_config()
622 zend_stat_t sb; in php_init_config()
752 zend_stat_t sb; in php_parse_user_ini_file()
H A Dphp_streams.h109 zend_stat_t sb; /* regular info */
/PHP-7.0/sapi/apache2handler/
H A Dphp_apache.h46 zend_stat_t finfo;
H A Dsapi_apache2.c212 static zend_stat_t*
/PHP-7.0/ext/fileinfo/libmagic/
H A Dmagic.c84 const zend_stat_t *);
291 const zend_stat_t *sb) in close_and_restore()
355 zend_stat_t sb; in file_or_stream()
H A Dfsmagic.c97 file_fsmagic(struct magic_set *ms, const char *fn, zend_stat_t *sb, php_stream *stream) in file_fsmagic()
H A Dfile.h431 protected int file_fsmagic(struct magic_set *, const char *, zend_stat_t *, php_stream *);
/PHP-7.0/ext/standard/
H A Dpageinfo.c62 zend_stat_t *pstat; in php_statpage()
H A Dlink.c90 zend_stat_t sb; in PHP_FUNCTION()
H A Dlink_win32.c92 zend_stat_t sb; in PHP_FUNCTION()
H A Diptc.c197 zend_stat_t sb; in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c400 zend_stat_t st; in php_stream_url_wrap_php()
H A Ddir.c534 zend_stat_t s; in PHP_FUNCTION()
/PHP-7.0/ext/session/
H A Dmod_files.c289 zend_stat_t sbuf; in ps_files_cleanup_dir()
346 zend_stat_t sbuf; in ps_files_key_exists()
479 zend_stat_t sbuf; in PS_READ_FUNC()
/PHP-7.0/
H A DUPGRADING.INTERNALS63 zend_stat_t - portable 'struct stat' analogue
102 stat, _stat64 zend_stat for use with zend_stat_t
103 fstat, _fstat64 zend_fstat for use with zend_stat_t
/PHP-7.0/main/streams/
H A Dplain_wrapper.c149 zend_stat_t sb;
1162 zend_stat_t sb; in php_plain_files_rename()
1223 zend_stat_t sb; in php_plain_files_mkdir()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c321 zend_stat_t sb; in phpdbg_try_file_init()
412 zend_stat_t sb; in PHPDBG_COMMAND()
1414 zend_stat_t sb; in PHPDBG_COMMAND()
/PHP-7.0/ext/phar/
H A Dfunc_interceptors.c439 static void phar_fancy_stat(zend_stat_t *stat_sb, int type, zval *return_value) in phar_fancy_stat()
617 zend_stat_t sb = {0}; in phar_file_stat()

Completed in 153 milliseconds

12