Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/phar/
H A Dstream.h30 …pper_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_st…
38 static int phar_stream_stat( php_stream *stream, php_stream_statbuf *ssb);
H A Dstream.c485 void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool… in phar_dostat()
487 memset(ssb, 0, sizeof(php_stream_statbuf)); in phar_dostat()
535 static int phar_stream_stat(php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ in phar_stream_stat()
553 php_stream_statbuf *ssb, php_stream_context *context) /* {{{ */ in phar_wrapper_stat()
624 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.c1442 php_stream_statbuf ssb; in phar_build()
2056 php_stream_statbuf ssb; in phar_rename_archive()
2647 php_stream_statbuf ssb; in PHP_METHOD()
3701 php_stream_statbuf ssb; in phar_add_file()
4195 php_stream_statbuf ssb; in phar_extract_file()
4410 php_stream_statbuf ssb; in PHP_METHOD()
H A Dutil.c173 php_stream_statbuf ssb; in phar_mount_entry()
1303 php_stream_statbuf ssb; in phar_get_entry_info_dir()
/PHP-7.2/ext/standard/tests/file/
H A Dbug77552.phpt2 Bug #77552 Unintialized php_stream_statbuf in stat functions
/PHP-7.2/main/
H A Dphp_streams.h111 } php_stream_statbuf; typedef
130 int (*stat)(php_stream *stream, php_stream_statbuf *ssb);
141 int (*stream_stat)(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb);
143 …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.c561 php_stream_statbuf ssb;
598 php_stream_statbuf ssb;
/PHP-7.2/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.2/ext/fileinfo/libmagic/
H A Dfsmagic.c112 php_stream_statbuf ssb; in file_fsmagic()
/PHP-7.2/ext/standard/
H A Dbasic_functions.h192 php_stream_statbuf ssb, lssb;
H A Dftp_fopen_wrapper.c93 …hp_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) in php_stream_ftp_stream_stat()
787 …_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 Dfilestat.c767 php_stream_statbuf ssb; in php_stat()
H A Dhttp_fopen_wrapper.c999 …_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) /* {{{… in php_stream_http_stream_stat()
H A Dfile.c1566 php_stream_statbuf stat_ssb; in PHP_NAMED_FUNCTION()
1705 php_stream_statbuf src_s, dest_s; in php_copy_file_ctx()
/PHP-7.2/main/streams/
H A Dmemory.c200 static int php_stream_memory_stat(php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ in php_stream_memory_stat()
206 memset(ssb, 0, sizeof(php_stream_statbuf)); in php_stream_memory_stat()
512 static int php_stream_temp_stat(php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ in php_stream_temp_stat()
H A Dstreams.c779 PHPAPI int _php_stream_stat(php_stream *stream, php_stream_statbuf *ssb) in _php_stream_stat()
1400 php_stream_statbuf ssbuf; in _php_stream_copy_to_mem()
1481 php_stream_statbuf ssbuf; in _php_stream_copy_to_stream_ex()
1891 PHPAPI int _php_stream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_c…
1903 memcpy(ssb, &BG(lssb), sizeof(php_stream_statbuf));
1908 memcpy(ssb, &BG(ssb), sizeof(php_stream_statbuf));
1925 memcpy(&BG(lssb), ssb, sizeof(php_stream_statbuf));
1931 memcpy(&BG(ssb), ssb, sizeof(php_stream_statbuf));
H A Duserspace.c49 …_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_st…
848 static int statbuf_from_array(zval *array, php_stream_statbuf *ssb) in statbuf_from_array()
859 memset(ssb, 0, sizeof(php_stream_statbuf)); in statbuf_from_array()
885 static int php_userstreamop_stat(php_stream *stream, php_stream_statbuf *ssb) in php_userstreamop_stat()
1355 php_stream_statbuf *ssb, php_stream_context *context) in user_wrapper_stat_url()
H A Dplain_wrapper.c600 static int php_stdiop_stat(php_stream *stream, php_stream_statbuf *ssb) in php_stdiop_stat()
1080 …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.c236 static int php_sockop_stat(php_stream *stream, php_stream_statbuf *ssb) in php_sockop_stat()
/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c528 php_stream_statbuf ssb; in _php_finfo_get_type()
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c773 php_stream_statbuf stream_statbuf; in zend_get_stream_timestamp()
914 php_stream_statbuf sb; in zend_get_file_handle_timestamp()
1735 php_stream_statbuf ssb; in file_cache_compile_file()
2065 php_stream_statbuf ssb; in persistent_compile_file()
/PHP-7.2/ext/pdo_odbc/
H A Dodbc_stmt.c407 php_stream_statbuf sb; in odbc_stmt_param_hook()
/PHP-7.2/ext/libxml/
H A Dlibxml.c302 php_stream_statbuf ssbuf; in php_libxml_streams_IO_open_wrapper()
/PHP-7.2/ext/dba/
H A Ddba.c778 php_stream_statbuf ssb; in php_dba_open()

Completed in 114 milliseconds

12