Home
last modified time | relevance | path

Searched refs:php_stream_statbuf (Results 1 – 25 of 35) sorted by relevance

12

/PHP-7.4/ext/phar/
H A Dstream.h28 …pper_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_st…
36 static int phar_stream_stat( php_stream *stream, php_stream_statbuf *ssb);
H A Dstream.c486 void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool… in phar_dostat()
488 memset(ssb, 0, sizeof(php_stream_statbuf)); in phar_dostat()
536 static int phar_stream_stat(php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ in phar_stream_stat()
554 php_stream_statbuf *ssb, php_stream_context *context) /* {{{ */ in phar_wrapper_stat()
625 php_stream_statbuf ssbi; in phar_wrapper_stat()
H A Ddirstream.c25 void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool…
H A Dphar_object.c1420 php_stream_statbuf ssb; in phar_build()
2023 php_stream_statbuf ssb; in phar_rename_archive()
2609 php_stream_statbuf ssb; in PHP_METHOD()
3640 php_stream_statbuf ssb; in phar_add_file()
4140 php_stream_statbuf ssb; in phar_extract_file()
4355 php_stream_statbuf ssb; in PHP_METHOD()
H A Dutil.c169 php_stream_statbuf ssb; in phar_mount_entry()
1299 php_stream_statbuf ssb; in phar_get_entry_info_dir()
/PHP-7.4/ext/standard/tests/file/
H A Dbug77552.phpt2 Bug #77552 Unintialized php_stream_statbuf in stat functions
/PHP-7.4/main/
H A Dphp_streams.h109 } php_stream_statbuf; typedef
128 int (*stat)(php_stream *stream, php_stream_statbuf *ssb);
139 int (*stream_stat)(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb);
141 …int (*url_stat)(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, …
347 PHPAPI int _php_stream_stat(php_stream *stream, php_stream_statbuf *ssb);
350 PHPAPI int _php_stream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_c…
H A Dfopen_wrappers.c568 php_stream_statbuf ssb;
608 php_stream_statbuf ssb;
/PHP-7.4/ext/zip/
H A Dzip_stream.c125 static int php_zip_ops_stat(php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ in php_zip_ops_stat()
170 memset(ssb, 0, sizeof(php_stream_statbuf)); in php_zip_ops_stat()
/PHP-7.4/main/streams/
H A Dmemory.c199 static int php_stream_memory_stat(php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ in php_stream_memory_stat()
205 memset(ssb, 0, sizeof(php_stream_statbuf)); in php_stream_memory_stat()
531 static int php_stream_temp_stat(php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ in php_stream_temp_stat()
H A Dstreams.c830 PHPAPI int _php_stream_stat(php_stream *stream, php_stream_statbuf *ssb) in _php_stream_stat()
1462 php_stream_statbuf ssbuf; in _php_stream_copy_to_mem()
1544 php_stream_statbuf ssbuf; in _php_stream_copy_to_stream_ex()
1978 PHPAPI int _php_stream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_c…
1990 memcpy(ssb, &BG(lssb), sizeof(php_stream_statbuf));
1995 memcpy(ssb, &BG(ssb), sizeof(php_stream_statbuf));
2012 memcpy(&BG(lssb), ssb, sizeof(php_stream_statbuf));
2018 memcpy(&BG(ssb), ssb, sizeof(php_stream_statbuf));
H A Duserspace.c47 …_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_st…
860 static int statbuf_from_array(zval *array, php_stream_statbuf *ssb) in statbuf_from_array()
871 memset(ssb, 0, sizeof(php_stream_statbuf)); in statbuf_from_array()
897 static int php_userstreamop_stat(php_stream *stream, php_stream_statbuf *ssb) in php_userstreamop_stat()
1367 php_stream_statbuf *ssb, php_stream_context *context) in user_wrapper_stat_url()
H A Dplain_wrapper.c620 static int php_stdiop_stat(php_stream *stream, php_stream_statbuf *ssb) in php_stdiop_stat()
1153 …rl_stater(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_st… in php_plain_files_url_stater()
H A Dxp_socket.c240 static int php_sockop_stat(php_stream *stream, php_stream_statbuf *ssb) in php_sockop_stat()
/PHP-7.4/ext/standard/
H A Dbasic_functions.h194 php_stream_statbuf ssb, lssb;
H A Dftp_fopen_wrapper.c92 …hp_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) in php_stream_ftp_stream_stat()
786 …_url_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_st… in php_stream_ftp_url_stat()
H A Dhttp_fopen_wrapper.c986 …_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) /* {{{… in php_stream_http_stream_stat()
H A Dfilestat.c773 php_stream_statbuf ssb; in php_stat()
H A Dfile.c1566 php_stream_statbuf stat_ssb; in PHP_NAMED_FUNCTION()
1693 php_stream_statbuf src_s, dest_s; in php_copy_file_ctx()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dmagic.c266 php_stream_statbuf ssb; in file_or_stream()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c526 php_stream_statbuf ssb; in _php_finfo_get_type()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c413 php_stream_statbuf sb; in odbc_stmt_param_hook()
/PHP-7.4/ext/dba/
H A Ddba.c784 php_stream_statbuf ssb; in php_dba_open()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c869 php_stream_statbuf stream_statbuf; in zend_get_stream_timestamp()
1004 php_stream_statbuf sb; in zend_get_file_handle_timestamp()
1862 php_stream_statbuf ssb; in file_cache_compile_file()
2183 php_stream_statbuf ssb; in persistent_compile_file()
/PHP-7.4/ext/libxml/
H A Dlibxml.c297 php_stream_statbuf ssbuf; in php_libxml_streams_IO_open_wrapper()

Completed in 106 milliseconds

12