/PHP-8.2/win32/ |
H A D | glob.h | 68 int (*gl_lstat)(const char *, zend_stat_t *); 69 int (*gl_stat)(const char *, zend_stat_t *);
|
H A D | glob.c | 141 static int g_lstat(Char *, zend_stat_t *, glob_t *); 144 static int g_stat(Char *, zend_stat_t *, glob_t *); 531 zend_stat_t sb = {0}; in glob2() 809 static int g_lstat(Char *fn, zend_stat_t *sb, glob_t *pglob) in g_lstat() 820 static int g_stat(Char *fn, zend_stat_t *sb, glob_t *pglob) in g_stat()
|
/PHP-8.2/Zend/ |
H A D | zend_stream.h | 79 typedef php_win32_ioutil_stat_t zend_stat_t; typedef 92 typedef struct stat zend_stat_t;
|
H A D | zend_virtual_cwd.h | 172 CWD_API int virtual_stat(const char *path, zend_stat_t *buf); 173 CWD_API int virtual_lstat(const char *path, zend_stat_t *buf);
|
H A D | zend_virtual_cwd.c | 123 zend_stat_t buf = {0}; in php_is_dir_ok() 134 zend_stat_t buf = {0}; in php_is_file_ok() 505 zend_stat_t st = {0}; in tsrm_realpath_r() 1531 CWD_API int virtual_stat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_stat() 1549 CWD_API int virtual_lstat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_lstat()
|
H A D | zend_stream.c | 42 zend_stat_t buf = {0}; in zend_stream_stdio_fsizer()
|
/PHP-8.2/main/ |
H A D | SAPI.h | 119 zend_stat_t global_stat; 198 SAPI_API zend_stat_t *sapi_get_stat(void); 227 zend_stat_t *(*get_stat)(void);
|
H A D | php_ini.c | 569 zend_stat_t statbuf = {0}; in php_init_config() 645 zend_stat_t sb = {0}; in php_init_config() 771 zend_stat_t sb = {0}; in php_parse_user_ini_file()
|
/PHP-8.2/sapi/apache2handler/ |
H A D | php_apache.h | 45 zend_stat_t finfo;
|
H A D | sapi_apache2.c | 215 static zend_stat_t*
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | file.h | 166 zend_stat_t st; 481 protected int file_buffer(struct magic_set *, php_stream *, zend_stat_t *, const char *, const void… 483 protected int file_fsmagic(struct magic_set *, const char *, zend_stat_t *); 545 protected void buffer_init(struct buffer *, int, const zend_stat_t *,
|
H A D | buffer.c | 44 buffer_init(struct buffer *b, int fd, const zend_stat_t *st, const void *data, in buffer_init()
|
H A D | magic.c | 191 zend_stat_t sb = {0}; in file_or_stream() 237 memcpy(&sb, &ssb.sb, sizeof(zend_stat_t)); in file_or_stream()
|
H A D | fsmagic.c | 90 file_fsmagic(struct magic_set *ms, const char *fn, zend_stat_t *sb) in file_fsmagic()
|
H A D | funcs.c | 319 file_buffer(struct magic_set *ms, php_stream *stream, zend_stat_t *st, in file_buffer()
|
/PHP-8.2/ext/standard/ |
H A D | pageinfo.c | 53 zend_stat_t *pstat = NULL; in php_statpage()
|
H A D | link.c | 97 zend_stat_t sb = {0}; in PHP_FUNCTION()
|
H A D | iptc.c | 181 zend_stat_t sb = {0}; in PHP_FUNCTION()
|
H A D | php_fopen_wrapper.c | 395 zend_stat_t st = {0}; in php_stream_url_wrap_php()
|
H A D | dir.c | 496 zend_stat_t s = {0}; in PHP_FUNCTION()
|
/PHP-8.2/ext/session/ |
H A D | mod_files.c | 284 zend_stat_t sbuf = {0}; in ps_files_cleanup_dir() 338 zend_stat_t sbuf = {0}; in ps_files_key_exists() 470 zend_stat_t sbuf = {0}; in PS_READ_FUNC()
|
/PHP-8.2/main/streams/ |
H A D | plain_wrapper.c | 158 zend_stat_t sb; 1301 zend_stat_t sb; in php_plain_files_rename() 1387 zend_stat_t sb; in php_plain_files_mkdir()
|
/PHP-8.2/ext/fileinfo/ |
H A D | libmagic.patch | 423 + zend_stat_t st = {0}; 1004 +buffer_init(struct buffer *b, int fd, const zend_stat_t *st, const void *data, 1619 + zend_stat_t st; 1644 +protected int file_buffer(struct magic_set *, php_stream *, zend_stat_t *, const char *, const voi… 1646 +protected int file_fsmagic(struct magic_set *, const char *, zend_stat_t *); 1690 +protected void buffer_init(struct buffer *, int, const zend_stat_t *, 1844 +file_fsmagic(struct magic_set *ms, const char *fn, zend_stat_t *sb) 2185 +file_buffer(struct magic_set *ms, php_stream *stream, zend_stat_t *st, 2747 + zend_stat_t sb = {0}; 2826 + memcpy(&sb, &ssb.sb, sizeof(zend_stat_t));
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 309 zend_stat_t sb = {0}; in phpdbg_try_file_init() 401 zend_stat_t sb = {0}; in PHPDBG_COMMAND() 1395 zend_stat_t sb = {0}; in PHPDBG_COMMAND()
|
/PHP-8.2/ext/phar/ |
H A D | func_interceptors.c | 441 static void phar_fancy_stat(zend_stat_t *stat_sb, int type, zval *return_value) in phar_fancy_stat() 599 zend_stat_t sb = {0}; in phar_file_stat()
|