Home
last modified time | relevance | path

Searched refs:php_stream_context (Results 1 – 25 of 47) sorted by relevance

12

/PHP-5.3/main/streams/
H A Dphp_stream_context.h24 typedef void (*php_stream_notification_func)(php_stream_context *context,
61 PHPAPI void php_stream_context_free(php_stream_context *context);
62 PHPAPI php_stream_context *php_stream_context_alloc(void);
63 PHPAPI int php_stream_context_get_option(php_stream_context *context,
65 PHPAPI int php_stream_context_set_option(php_stream_context *context,
68 PHPAPI int php_stream_context_get_link(php_stream_context *context,
70 PHPAPI int php_stream_context_set_link(php_stream_context *context,
72 PHPAPI int php_stream_context_del_link(php_stream_context *context,
96 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severit…
98 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context);
H A Dstreams.c342 php_stream_context *context = NULL; in _php_stream_free()
1893 php_stream_context *context STREAMS_DC TSRMLS_DC)
2087 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context)
2089 php_stream_context *oldcontext = stream->context;
2111 PHPAPI void php_stream_context_free(php_stream_context *context)
2128 PHPAPI php_stream_context *php_stream_context_alloc(void)
2130 php_stream_context *context;
2132 context = ecalloc(1, sizeof(php_stream_context));
2188 PHPAPI int php_stream_context_get_link(php_stream_context *context,
2203 PHPAPI int php_stream_context_set_link(php_stream_context *context,
[all …]
H A Duserspace.c40 …m_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSR…
41 …rapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR…
42 …tream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSR…
43 …dir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSR…
44 …wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR…
46 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
408 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir()
1082 …rapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR… in user_wrapper_unlink()
1136 …tream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSR… in user_wrapper_rename()
1195 …dir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSR… in user_wrapper_mkdir()
[all …]
H A Dphp_stream_transport.h33 php_stream_context *context STREAMS_DC TSRMLS_DC);
52 php_stream_context *context,
H A Dplain_wrapper.c853 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_dir_opener()
995 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_stream_opener()
1011 …m_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSR… in php_plain_files_url_stater()
1045 …_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR… in php_plain_files_unlink()
1080 …tream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSR… in php_plain_files_rename()
1174 …dir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php_stream_context *context TSR… in php_plain_files_mkdir()
1269 …n_files_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR… in php_plain_files_rmdir()
H A Dglob_wrapper.c210 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_glob_stream_opener()
/PHP-5.3/ext/phar/
H A Dstream.h27 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR…
28 …tream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSR…
29 …rapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR…
30 …m_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSR…
H A Ddirstream.h23 …hp_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stream_context *context TSR…
24 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con…
36 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR…
H A Ddirstream.c322 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR… in phar_wrapper_open_dir()
435 …hp_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stream_context *context TSR… in phar_wrapper_mkdir()
567 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con… in phar_wrapper_rmdir()
/PHP-5.3/ext/standard/
H A Dphp_fopen_wrappers.h26 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR…
27 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR…
H A Dfile.h79 PHPAPI int php_copy_file_ctx(char *src, char *dest, int src_chk, php_stream_context *context TSRMLS…
123 php_stream_context *default_context;
H A Dstreamsfuncs.c43 static php_stream_context *decode_context_param(zval *contextresource TSRMLS_DC);
99 php_stream_context *context = NULL; in PHP_FUNCTION()
184 php_stream_context *context = NULL; in PHP_FUNCTION()
980 php_stream_context *context = NULL; in decode_context_param()
1009 php_stream_context *context; in PHP_FUNCTION()
1029 php_stream_context *context; in PHP_FUNCTION()
1065 php_stream_context *context; in PHP_FUNCTION()
1086 php_stream_context *context; in PHP_FUNCTION()
1114 php_stream_context *context; in PHP_FUNCTION()
1138 php_stream_context *context; in PHP_FUNCTION()
[all …]
H A Dftp_fopen_wrapper.c133 …per *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context, in php_ftp_fopen_connect()
414 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR… in php_stream_url_wrap_ftp()
695 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR… in php_stream_ftp_opendir()
784 …m_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSR… in php_stream_ftp_url_stat()
907 …am_ftp_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR… in php_stream_ftp_unlink()
957 …tream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSR… in php_stream_ftp_rename()
1036 …dir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSR… in php_stream_ftp_mkdir()
1130 …eam_ftp_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR… in php_stream_ftp_rmdir()
H A Dfile.c152 php_stream_context *context = (php_stream_context*)rsrc->ptr; in ZEND_RSRC_DTOR_FUNC()
540 php_stream_context *context = NULL; in PHP_FUNCTION()
599 php_stream_context *context = NULL; in PHP_FUNCTION()
749 php_stream_context *context = NULL; in PHP_FUNCTION()
917 php_stream_context *context = NULL; in PHP_NAMED_FUNCTION()
1424 php_stream_context *context; in PHP_FUNCTION()
1447 php_stream_context *context; in PHP_FUNCTION()
1473 php_stream_context *context = NULL; in PHP_FUNCTION()
1550 php_stream_context *context; in PHP_FUNCTION()
1595 php_stream_context *context = NULL; in PHP_FUNCTION()
[all …]
H A Ddir.c215 php_stream_context *context = NULL; in _php_do_opendir()
562 php_stream_context *context = NULL; in PHP_FUNCTION()
/PHP-5.3/main/
H A Dphp_streams.h100 typedef struct _php_stream_context php_stream_context; typedef
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);
149 …int (*unlink)(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR…
156 …int (*stream_rmdir)(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *conte…
212 php_stream_context *context;
329 PHPAPI int _php_stream_stat_path(char *path, int flags, php_stream_statbuf *ssb, php_stream_context
333 PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_…
336 PHPAPI int _php_stream_rmdir(char *path, int options, php_stream_context *context TSRMLS_DC);
339 PHPAPI php_stream *_php_stream_opendir(char *path, int options, php_stream_context *context STREAMS…
[all …]
/PHP-5.3/ext/soap/
H A Dphp_http.h36 void http_context_headers(php_stream_context* context,
H A Dphp_sdl.h79 php_stream_context *context;
/PHP-5.3/ext/zlib/
H A Dphp_zlib.h46 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR…
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/bz2/
H A Dphp_bz2.h50 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR…
/PHP-5.3/ext/zip/
H A Dphp_zip.h84 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR…
/PHP-5.3/ext/spl/
H A Dspl_directory.h89 php_stream_context *context;
/PHP-5.3/ext/curl/
H A Dphp_curl.h161 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c52 php_stream_context *context = NULL; in mysqlnd_local_infile_init()

Completed in 123 milliseconds

12