Home
last modified time | relevance | path

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

12

/php-src/win32/
H A Dglob.h68 int (*gl_lstat)(const char *, zend_stat_t *);
69 int (*gl_stat)(const char *, zend_stat_t *);
H A Dglob.c141 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 Dzend_stream.h81 typedef php_win32_ioutil_stat_t zend_stat_t; typedef
94 typedef struct stat zend_stat_t;
H A Dzend_virtual_cwd.h184 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 Dzend_virtual_cwd.c123 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 Dzend_stream.c42 zend_stat_t buf = {0}; in zend_stream_stdio_fsizer()
/php-src/main/
H A DSAPI.h139 zend_stat_t global_stat;
220 SAPI_API zend_stat_t *sapi_get_stat(void);
249 zend_stat_t *(*get_stat)(void);
H A Dphp_ini.c559 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 Dphp_streams.h105 zend_stat_t sb; /* regular info */
/php-src/sapi/apache2handler/
H A Dphp_apache.h43 zend_stat_t finfo;
H A Dsapi_apache2.c215 static zend_stat_t*
/php-src/ext/standard/
H A Dpageinfo.c53 zend_stat_t *pstat = NULL; in php_statpage()
H A Dlink.c95 zend_stat_t sb = {0}; in PHP_FUNCTION()
H A Diptc.c181 zend_stat_t sb = {0}; in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c395 zend_stat_t st = {0}; in php_stream_url_wrap_php()
H A Ddir.c440 zend_stat_t s = {0}; in PHP_FUNCTION()
/php-src/ext/fileinfo/libmagic/
H A Dfile.h179 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 Dbuffer.c42 buffer_init(struct buffer *b, int fd, const zend_stat_t *st, const void *data, in buffer_init()
H A Dmagic.c200 zend_stat_t sb = {0}; in file_or_stream()
246 memcpy(&sb, &ssb.sb, sizeof(zend_stat_t)); in file_or_stream()
H A Dfsmagic.c90 file_fsmagic(struct magic_set *ms, const char *fn, zend_stat_t *sb) in file_fsmagic()
/php-src/ext/session/
H A Dmod_files.c284 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 Dplain_wrapper.c158 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 Dlibmagic.patch366 + 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 Dphpdbg_prompt.c308 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 Dfunc_interceptors.c332 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()

Completed in 74 milliseconds

12