/PHP-8.3/main/streams/ |
H A D | php_stream_plain_wrapper.h | 26 …m_fopen(const char *filename, const char *mode, zend_string **opened_path, int options STREAMS_DC); 29 … *filename, const char *mode, const char *path, zend_string **opened_path, int options STREAMS_DC); 32 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC); 35 …_fopen_from_fd(int fd, const char *mode, const char *persistent_id, bool zero_position STREAMS_DC); 38 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC); 41 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC); 44 …tream_fopen_temporary_file(const char *dir, const char *pfx, zend_string **opened_path STREAMS_DC); 50 …_open_wrapper_as_file(char * path, char * mode, int options, zend_string **opened_path STREAMS_DC);
|
H A D | php_stream_glob_wrapper.h | 22 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC); 25 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC); 28 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC);
|
H A D | glob_wrapper.c | 49 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */ in _php_glob_stream_get_path() argument 67 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC) /* {{{ */ in _php_glob_stream_get_pattern() argument 90 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC) /* {{{ */ in _php_glob_stream_get_count() argument 216 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_glob_stream_opener() argument
|
H A D | php_stream_transport.h | 30 php_stream_context *context STREAMS_DC); 52 STREAMS_DC);
|
H A D | memory.c | 290 PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC) in _php_stream_memory_create() argument 308 PHPAPI php_stream *_php_stream_memory_open(int mode, zend_string *buf STREAMS_DC) in _php_stream_memory_open() argument 323 PHPAPI zend_string *_php_stream_memory_get_buffer(php_stream *stream STREAMS_DC) in _php_stream_memory_get_buffer() argument 548 …tream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir STREAMS_DC) in _php_stream_temp_create_ex() argument 570 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC) in _php_stream_temp_create() argument 577 …_php_stream_temp_open(int mode, size_t max_memory_usage, const char *buf, size_t length STREAMS_DC) in _php_stream_temp_open() argument 609 php_stream_context *context STREAMS_DC) /* {{{ */ in php_stream_url_wrap_rfc2397() argument
|
H A D | plain_wrapper.c | 177 …ream *_php_stream_fopen_from_fd_int(int fd, const char *mode, const char *persistent_id STREAMS_DC) in _php_stream_fopen_from_fd_int() argument 197 static php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file_int() argument 217 …am_fopen_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_ptr STREAMS_DC) in _php_stream_fopen_temporary_file() argument 250 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC) in _php_stream_fopen_tmpfile() argument 278 …m_fopen_from_fd(int fd, const char *mode, const char *persistent_id, bool zero_position STREAMS_DC) in _php_stream_fopen_from_fd() argument 307 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file() argument 326 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_pipe() argument 1064 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener() argument 1102 …am_fopen(const char *filename, const char *mode, zend_string **opened_path, int options STREAMS_DC) in _php_stream_fopen() argument 1208 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener() argument [all …]
|
H A D | cast.c | 350 …eam_open_wrapper_as_file(char *path, char *mode, int options, zend_string **opened_path STREAMS_DC) in _php_stream_open_wrapper_as_file() argument 373 …int _php_stream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STREAMS_DC) in _php_stream_make_seekable() argument
|
H A D | php_stream_filter_api.h | 130 …eam_filter_alloc(const php_stream_filter_ops *fops, void *abstract, uint8_t persistent STREAMS_DC);
|
H A D | streams.c | 278 …_stream_ops *ops, void *abstract, const char *persistent_id, const char *mode STREAMS_DC) /* {{{ */ in _php_stream_alloc() argument 1477 PHPAPI ssize_t _php_stream_passthru(php_stream * stream STREAMS_DC) in _php_stream_passthru() argument 1516 …API zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_DC) in _php_stream_copy_to_mem() argument 1609 …_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *len STREAMS_DC) in _php_stream_copy_to_stream_ex() argument 1808 …PAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_DC) in _php_stream_copy_to_stream() argument 2135 php_stream_context *context STREAMS_DC) argument 2184 zend_string **opened_path, php_stream_context *context STREAMS_DC) argument
|
H A D | userspace.c | 45 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); 54 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); 294 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opener() argument 395 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir() argument
|
H A D | xp_socket.c | 851 php_stream_xport_param *xparam STREAMS_DC) in php_tcp_sockop_accept() argument 932 php_stream_context *context STREAMS_DC) in php_stream_generic_socket_factory() argument
|
/PHP-8.3/main/ |
H A D | php_memory_streams.h | 42 PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC); 43 PHPAPI php_stream *_php_stream_memory_open(int mode, zend_string *buf STREAMS_DC); 44 PHPAPI zend_string *_php_stream_memory_get_buffer(php_stream *stream STREAMS_DC); 46 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC); 47 …ream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir STREAMS_DC); 48 …php_stream_temp_open(int mode, size_t max_memory_usage, const char *buf, size_t length STREAMS_DC);
|
H A D | php_streams.h | 45 # define STREAMS_DC , STREAMS_D macro 53 # define STREAMS_DC 138 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); 147 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); 265 const char *persistent_id, const char *mode STREAMS_DC); 380 …stream *_php_stream_opendir(const char *path, int options, php_stream_context *context STREAMS_DC); 484 …API size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_DC); 486 …stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *len STREAMS_DC); 492 …PI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_DC); 496 PHPAPI ssize_t _php_stream_passthru(php_stream * src STREAMS_DC); [all …]
|
H A D | php_network.h | 327 …eam *_php_stream_sock_open_from_socket(php_socket_t socket, const char *persistent_id STREAMS_DC ); 330 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC);
|
/PHP-8.3/ext/standard/ |
H A D | php_fopen_wrappers.h | 22 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); 23 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
|
H A D | php_fopen_wrapper.c | 177 zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */ in php_stream_url_wrap_php() argument
|
H A D | ftp_fopen_wrapper.c | 404 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp() argument 682 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_ftp_opendir() argument
|
/PHP-8.3/ext/bz2/ |
H A D | php_bz2.h | 49 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); 50 …*_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *innerstream STREAMS_DC);
|
H A D | bz2.c | 163 const char *mode, php_stream *innerstream STREAMS_DC) in _php_stream_bz2open_from_BZFILE() argument 183 php_stream_context *context STREAMS_DC) in _php_stream_bz2open() argument
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.h | 91 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); 92 …am_zip_open(struct zip *arch, struct zip_stat *sb, const char *mode, zip_flags_t flags STREAMS_DC);
|
H A D | zip_stream.c | 240 …eam_zip_open(struct zip *arch, struct zip_stat *sb, const char *mode, zip_flags_t flags STREAMS_DC) in php_stream_zip_open() argument 282 php_stream_context *context STREAMS_DC) in php_stream_zip_opener() argument
|
/PHP-8.3/ext/phar/ |
H A D | dirstream.h | 34 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
|
H A D | stream.h | 25 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
|
/PHP-8.3/ext/zlib/ |
H A D | php_zlib.h | 66 … const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
|
H A D | zlib_fopen_wrapper.c | 109 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_gzopen() argument
|