Home
last modified time | relevance | path

Searched refs:STREAMS_DC (Results 1 – 25 of 36) sorted by relevance

12

/PHP-5.3/main/streams/
H A Dphp_stream_plain_wrapper.h30 …open(const char *filename, const char *mode, char **opened_path, int options STREAMS_DC TSRMLS_DC);
33 …path(char *filename, char *mode, char *path, char **opened_path, int options STREAMS_DC TSRMLS_DC);
36 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC);
39 …php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id STREAMS_DC TSRMLS_DC);
42 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC TSRMLS_DC);
45 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC TSRMLS_DC);
48 …am_fopen_temporary_file(const char *dir, const char *pfx, char **opened_path STREAMS_DC TSRMLS_DC);
54 …en_wrapper_as_file(char * path, char * mode, int options, char **opened_path STREAMS_DC TSRMLS_DC);
H A Dphp_stream_glob_wrapper.h26 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC…
29 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS…
32 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC TSRMLS_DC);
H A Dglob_wrapper.c50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC… in _php_glob_stream_get_path()
72 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS… in _php_glob_stream_get_pattern()
94 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC TSRMLS_DC) /* {{{ … in _php_glob_stream_get_count()
210 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_glob_stream_opener()
H A Dphp_stream_transport.h33 php_stream_context *context STREAMS_DC TSRMLS_DC);
55 STREAMS_DC TSRMLS_DC);
H A Dplain_wrapper.c147 …_stream_fopen_from_fd_int(int fd, const char *mode, const char *persistent_id STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_fd_int()
163 static php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC TSRMLS_D… in _php_stream_fopen_from_file_int()
179 …eam_fopen_temporary_file(const char *dir, const char *pfx, char **opened_path STREAMS_DC TSRMLS_DC) in _php_stream_fopen_temporary_file()
197 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC TSRMLS_DC) in _php_stream_fopen_tmpfile()
223 …_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_fd()
262 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file()
294 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_pipe()
853 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_dir_opener()
895 …fopen(const char *filename, const char *mode, char **opened_path, int options STREAMS_DC TSRMLS_DC) in _php_stream_fopen()
995 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_stream_opener()
[all …]
H A Dmemory.c293 PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC TSRMLS_DC) in _php_stream_memory_create()
314 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC TSRMLS_DC) in _php_stream_memory_open()
339 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC TSRMLS_DC) in _php_stream_memory_get_buffer()
554 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC TSRMLS_DC) in _php_stream_temp_create()
575 …_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t length STREAMS_DC TSRMLS_DC) in _php_stream_temp_open()
605 …ar *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{… in php_stream_url_wrap_rfc2397()
H A Dcast.c354 …_open_wrapper_as_file(char *path, char *mode, int options, char **opened_path STREAMS_DC TSRMLS_DC) in _php_stream_open_wrapper_as_file()
377 …tream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STREAMS_DC TSRMLS_DC) in _php_stream_make_seekable()
H A Dphp_stream_filter_api.h134 …eam_filter_alloc(php_stream_filter_ops *fops, void *abstract, int persistent STREAMS_DC TSRMLS_DC);
H A Dstreams.c279 …_ops *ops, void *abstract, const char *persistent_id, const char *mode STREAMS_DC TSRMLS_DC) /* {{… in _php_stream_alloc()
1320 PHPAPI size_t _php_stream_passthru(php_stream * stream STREAMS_DC TSRMLS_DC) in _php_stream_passthru()
1350 …stream_copy_to_mem(php_stream *src, char **buf, size_t maxlen, int persistent STREAMS_DC TSRMLS_DC) in _php_stream_copy_to_mem()
1421 …py_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *len STREAMS_DC TSRMLS_DC) in _php_stream_copy_to_stream_ex()
1529 …t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_DC TSRMLS_DC) in _php_stream_copy_to_stream()
1893 php_stream_context *context STREAMS_DC TSRMLS_DC)
1942 char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC)
H A Duserspace.c39 …me, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
46 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
261 …ame, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opener()
408 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir()
H A Dxp_socket.c708 php_stream_xport_param *xparam STREAMS_DC TSRMLS_DC) in php_tcp_sockop_accept()
785 php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_generic_socket_factory()
/PHP-5.3/main/
H A Dphp_memory_streams.h43 PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC TSRMLS_DC);
44 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC TSRMLS_DC);
45 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC TSRMLS_DC);
47 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC TSRMLS_DC);
48 …stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t length STREAMS_DC TSRMLS_DC);
H A Dphp_streams.h47 # define STREAMS_DC , STREAMS_D macro
55 # define STREAMS_DC
135 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
144 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
241 const char *persistent_id, const char *mode STREAMS_DC TSRMLS_DC);
339 …am *_php_stream_opendir(char *path, int options, php_stream_context *context STREAMS_DC TSRMLS_DC);
430 … _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_DC TSRMLS_DC);
432 …y_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *len STREAMS_DC TSRMLS_DC);
439 int persistent STREAMS_DC TSRMLS_DC);
443 PHPAPI size_t _php_stream_passthru(php_stream * src STREAMS_DC TSRMLS_DC);
[all …]
H A Dphp_network.h281 …stream_sock_open_from_socket(php_socket_t socket, const char *persistent_id STREAMS_DC TSRMLS_DC );
284 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC);
/PHP-5.3/ext/standard/
H A Dphp_fopen_wrappers.h26 …th, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
27 …th, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
H A Dphp_fopen_wrapper.c160 …ar *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{… in php_stream_url_wrap_php()
/PHP-5.3/ext/bz2/
H A Dphp_bz2.h50 …th, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
51 …p_stream_bz2open_from_BZFILE(BZFILE *bz, char *mode, php_stream *innerstream STREAMS_DC TSRMLS_DC);
H A Dbz2.c195 char *mode, php_stream *innerstream STREAMS_DC TSRMLS_DC) in _php_stream_bz2open_from_BZFILE()
212 php_stream_context *context STREAMS_DC TSRMLS_DC) in _php_stream_bz2open()
/PHP-5.3/ext/zip/
H A Dphp_zip.h84 …th, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
85 php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_DC TSRMLS_DC);
H A Dzip_stream.c188 php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_DC TSRMLS_DC) in php_stream_zip_open()
242 php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_zip_opener()
/PHP-5.3/ext/zlib/
H A Dphp_zlib.h46 …th, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
H A Dzlib_fopen_wrapper.c110 char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_gzopen()
/PHP-5.3/ext/phar/
H A Ddirstream.h36 …th, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
H A Dstream.h27 …th, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
/PHP-5.3/ext/curl/
H A Dphp_curl.h161 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);

Completed in 63 milliseconds

12