/php-src/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-src/Zend/ |
H A D | zend_stream.h | 81 typedef php_win32_ioutil_stat_t zend_stat_t; typedef 94 typedef struct stat zend_stat_t;
|
H A D | zend_virtual_cwd.h | 184 CWD_API int virtual_stat(const char *path, zend_stat_t *buf); 185 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() 503 zend_stat_t st = {0}; in tsrm_realpath_r() 1532 CWD_API int virtual_stat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_stat() 1550 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-src/main/ |
H A D | SAPI.h | 139 zend_stat_t global_stat; 220 SAPI_API zend_stat_t *sapi_get_stat(void); 249 zend_stat_t *(*get_stat)(void);
|
H A D | php_ini.c | 559 zend_stat_t statbuf = {0}; in php_init_config() 635 zend_stat_t sb = {0}; in php_init_config() 761 zend_stat_t sb = {0}; in php_parse_user_ini_file()
|
H A D | php_streams.h | 105 zend_stat_t sb; /* regular info */
|
/php-src/sapi/apache2handler/ |
H A D | php_apache.h | 43 zend_stat_t finfo;
|
H A D | sapi_apache2.c | 215 static zend_stat_t*
|
/php-src/ext/standard/ |
H A D | pageinfo.c | 53 zend_stat_t *pstat = NULL; in php_statpage()
|
H A D | link.c | 95 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 | 440 zend_stat_t s = {0}; in PHP_FUNCTION()
|
/php-src/ext/fileinfo/libmagic/ |
H A D | file.h | 179 zend_stat_t st; 520 file_protected int file_buffer(struct magic_set *, php_stream *, zend_stat_t *, const char *, const… 522 file_protected int file_fsmagic(struct magic_set *, const char *, zend_stat_t *); 598 file_protected void buffer_init(struct buffer *, int, const zend_stat_t *,
|
H A D | buffer.c | 42 buffer_init(struct buffer *b, int fd, const zend_stat_t *st, const void *data, in buffer_init()
|
H A D | magic.c | 200 zend_stat_t sb = {0}; in file_or_stream() 246 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()
|
/php-src/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-src/main/streams/ |
H A D | plain_wrapper.c | 158 zend_stat_t sb; 1306 zend_stat_t sb; in php_plain_files_rename() 1402 zend_stat_t sb; in php_plain_files_mkdir()
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 366 + zend_stat_t st = {0}; 929 +buffer_init(struct buffer *b, int fd, const zend_stat_t *st, const void *data, 1448 + zend_stat_t st; 1482 +file_protected int file_buffer(struct magic_set *, php_stream *, zend_stat_t *, const char *, cons… 1484 +file_protected int file_fsmagic(struct magic_set *, const char *, zend_stat_t *); 1502 +file_protected void buffer_init(struct buffer *, int, const zend_stat_t *, 1623 +file_fsmagic(struct magic_set *ms, const char *fn, zend_stat_t *sb) 1942 +file_buffer(struct magic_set *ms, php_stream *stream, zend_stat_t *st, 2549 + zend_stat_t sb = {0}; 2626 + memcpy(&sb, &ssb.sb, sizeof(zend_stat_t));
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 308 zend_stat_t sb = {0}; in phpdbg_try_file_init() 400 zend_stat_t sb = {0}; in PHPDBG_COMMAND() 1389 zend_stat_t sb = {0}; in PHPDBG_COMMAND()
|
/php-src/ext/phar/ |
H A D | func_interceptors.c | 332 static void phar_fancy_stat(zend_stat_t *stat_sb, int type, zval *return_value) in phar_fancy_stat() 491 zend_stat_t sb = {0}; in phar_file_stat()
|