Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/phar/
H A Dstream.h30 static int phar_wrapper_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf
38 static int phar_stream_stat( php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC);
H A Dstream.c481 void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool… in phar_dostat()
483 memset(ssb, 0, sizeof(php_stream_statbuf)); in phar_dostat()
549 static int phar_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) /* {{{ */ in phar_stream_stat()
567 php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) /* {{{ */ in phar_wrapper_stat()
649 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 Dutil.c173 php_stream_statbuf ssb; in phar_mount_entry()
1326 php_stream_statbuf ssb; in phar_get_entry_info_dir()
H A Dphar_object.c2034 php_stream_statbuf ssb; in phar_rename_archive()
2591 php_stream_statbuf ssb; in PHP_METHOD()
4114 php_stream_statbuf ssb; in phar_extract_file()
4305 php_stream_statbuf ssb; in PHP_METHOD()
/PHP-5.5/main/
H A Dphp_streams.h109 } php_stream_statbuf; typedef
128 int (*stat)(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC);
139 …int (*stream_stat)(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb TSRMLS…
141 …int (*url_stat)(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_st…
334 PHPAPI int _php_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC);
337 PHPAPI int _php_stream_stat_path(char *path, int flags, php_stream_statbuf *ssb, php_stream_context…
H A Dfopen_wrappers.c551 php_stream_statbuf ssb;
587 php_stream_statbuf ssb;
/PHP-5.5/ext/zip/
H A Dzip_stream.c100 static int php_zip_ops_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) /* {{{ */ in php_zip_ops_stat()
146 memset(ssb, 0, sizeof(php_stream_statbuf)); in php_zip_ops_stat()
H A Dphp_zip.c140 php_stream_statbuf ssb; in php_zip_extract_file()
2431 php_stream_statbuf ssb; in ZIPARCHIVE_METHOD()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfsmagic.c109 php_stream_statbuf ssb; in file_fsmagic()
/PHP-5.5/ext/standard/
H A Dbasic_functions.h190 php_stream_statbuf ssb, lssb;
H A Dftp_fopen_wrapper.c94 …m_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb TSRMLS_… in php_stream_ftp_stream_stat()
783 …am_ftp_url_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_st… in php_stream_ftp_url_stat()
H A Dhttp_fopen_wrapper.c944 …_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb TSRMLS_… in php_stream_http_stream_stat()
H A Dfile.c1530 php_stream_statbuf stat_ssb; in PHP_NAMED_FUNCTION()
1654 php_stream_statbuf src_s, dest_s; in php_copy_file_ctx()
H A Dfilestat.c854 php_stream_statbuf ssb; in php_stat()
/PHP-5.5/main/streams/
H A Dmemory.c204 static int php_stream_memory_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) /* {{{ */ in php_stream_memory_stat()
210 memset(ssb, 0, sizeof(php_stream_statbuf)); in php_stream_memory_stat()
516 static int php_stream_temp_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) /* {{{ */ in php_stream_temp_stat()
H A Dstreams.c822 PHPAPI int _php_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in _php_stream_stat()
1432 php_stream_statbuf ssbuf; in _php_stream_copy_to_mem()
1503 php_stream_statbuf ssbuf; in _php_stream_copy_to_stream_ex()
1921 PHPAPI int _php_stream_stat_path(char *path, int flags, php_stream_statbuf *ssb, php_stream_context…
1931 memcpy(ssb, &BG(lssb), sizeof(php_stream_statbuf));
1936 memcpy(ssb, &BG(ssb), sizeof(php_stream_statbuf));
1953 memcpy(&BG(lssb), ssb, sizeof(php_stream_statbuf));
1959 memcpy(&BG(ssb), ssb, sizeof(php_stream_statbuf));
H A Duserspace.c49 …rapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_st…
890 static int statbuf_from_array(zval *array, php_stream_statbuf *ssb TSRMLS_DC) in statbuf_from_array()
903 memset(ssb, 0, sizeof(php_stream_statbuf)); in statbuf_from_array()
935 static int php_userstreamop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in php_userstreamop_stat()
1457 …rapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_st… in user_wrapper_stat_url()
H A Dplain_wrapper.c570 static int php_stdiop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in php_stdiop_stat()
1033 …iles_url_stater(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_st… in php_plain_files_url_stater()
H A Dxp_socket.c223 static int php_sockop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in php_sockop_stat()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c502 php_stream_statbuf ssb;
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c394 php_stream_statbuf sb; in odbc_stmt_param_hook()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c644 php_stream_statbuf stream_statbuf; in zend_get_stream_timestamp()
789 php_stream_statbuf sb; in zend_get_file_handle_timestamp()
1660 php_stream_statbuf ssb;
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c425 static int php_openssl_sockop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in php_openssl_sockop_stat()
/PHP-5.5/ext/libxml/
H A Dlibxml.c293 php_stream_statbuf ssbuf; in php_libxml_streams_IO_open_wrapper()

Completed in 137 milliseconds

12