Home
last modified time | relevance | path

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

12

/PHP-5.5/main/streams/
H A Dphp_stream_context.h24 typedef void (*php_stream_notification_func)(php_stream_context *context,
60 PHPAPI void php_stream_context_free(php_stream_context *context);
61 PHPAPI php_stream_context *php_stream_context_alloc(TSRMLS_D);
62 PHPAPI int php_stream_context_get_option(php_stream_context *context,
64 PHPAPI int php_stream_context_set_option(php_stream_context *context,
88 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severit…
90 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context);
H A Duserspace.c50 …rapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR…
51 …tream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSR…
52 …dir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSR…
53 …wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR…
54 …a(php_stream_wrapper *wrapper, char *url, int option, void *value, php_stream_context *context TSR…
56 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
284 static zval *user_stream_create_object(struct php_user_stream_wrapper *uwrap, php_stream_context *c… in user_stream_create_object()
441 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir()
1164 …rapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR… in user_wrapper_unlink()
1263 …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 Dstreams.c388 php_stream_context *context = NULL; in _php_stream_free()
1971 php_stream_context *context STREAMS_DC TSRMLS_DC)
2020 char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC)
2164 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context)
2166 php_stream_context *oldcontext = stream->context;
2188 PHPAPI void php_stream_context_free(php_stream_context *context)
2201 PHPAPI php_stream_context *php_stream_context_alloc(TSRMLS_D)
2203 php_stream_context *context;
2205 context = ecalloc(1, sizeof(php_stream_context));
2227 PHPAPI int php_stream_context_get_option(php_stream_context *context,
[all …]
H A Dplain_wrapper.c886 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_dir_opener()
1024 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_stream_opener()
1033 …m_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSR… in php_plain_files_url_stater()
1059 …_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR… in php_plain_files_unlink()
1085 …tream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSR… in php_plain_files_rename()
1169 …dir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php_stream_context *context TSR… in php_plain_files_mkdir()
1255 …n_files_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR… in php_plain_files_rmdir()
1283 …a(php_stream_wrapper *wrapper, char *url, int option, void *value, php_stream_context *context TSR… in php_plain_files_metadata()
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.5/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.c319 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR… in phar_wrapper_open_dir()
432 …hp_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stream_context *context TSR… in phar_wrapper_mkdir()
564 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con… in phar_wrapper_rmdir()
/PHP-5.5/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 *ctx TSRMLS_DC);
125 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()
991 php_stream_context *context = NULL; in decode_context_param()
1020 php_stream_context *context; in PHP_FUNCTION()
1040 php_stream_context *context; in PHP_FUNCTION()
1076 php_stream_context *context; in PHP_FUNCTION()
1097 php_stream_context *context; in PHP_FUNCTION()
1125 php_stream_context *context; in PHP_FUNCTION()
1149 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()
413 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR… in php_stream_url_wrap_ftp()
694 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR… in php_stream_ftp_opendir()
783 …m_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSR… in php_stream_ftp_url_stat()
906 …am_ftp_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR… in php_stream_ftp_unlink()
956 …tream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSR… in php_stream_ftp_rename()
1035 …dir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSR… in php_stream_ftp_mkdir()
1129 …eam_ftp_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSR… in php_stream_ftp_rmdir()
H A Dfile.c151 php_stream_context *context = (php_stream_context*)rsrc->ptr; in ZEND_RSRC_DTOR_FUNC()
526 php_stream_context *context = NULL; in PHP_FUNCTION()
580 php_stream_context *context = NULL; in PHP_FUNCTION()
730 php_stream_context *context = NULL; in PHP_FUNCTION()
869 php_stream_context *context = NULL; in PHP_NAMED_FUNCTION()
1325 php_stream_context *context; in PHP_FUNCTION()
1344 php_stream_context *context; in PHP_FUNCTION()
1366 php_stream_context *context = NULL; in PHP_FUNCTION()
1439 php_stream_context *context; in PHP_FUNCTION()
1476 php_stream_context *context = NULL; in PHP_FUNCTION()
[all …]
H A Ddir.c219 php_stream_context *context = NULL; in _php_do_opendir()
560 php_stream_context *context = NULL; in PHP_FUNCTION()
/PHP-5.5/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…
210 php_stream_context *context;
337 PHPAPI int _php_stream_stat_path(char *path, int flags, php_stream_statbuf *ssb, php_stream_context
341 PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_…
344 PHPAPI int _php_stream_rmdir(char *path, int options, php_stream_context *context TSRMLS_DC);
347 PHPAPI php_stream *_php_stream_opendir(char *path, int options, php_stream_context *context STREAMS…
[all …]
/PHP-5.5/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.5/ext/zlib/
H A Dphp_zlib.h61 …*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.5/ext/bz2/
H A Dphp_bz2.h50 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR…
/PHP-5.5/ext/zip/
H A Dphp_zip.h84 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR…
/PHP-5.5/
H A DUPGRADING.INTERNALS61 PHPAPI int php_stream_context_get_link(php_stream_context *context,
63 PHPAPI int php_stream_context_set_link(php_stream_context *context,
65 PHPAPI int php_stream_context_del_link(php_stream_context *context,
/PHP-5.5/ext/spl/
H A Dspl_directory.h89 php_stream_context *context;
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c33 php_stream_context *context = NULL; in mysqlnd_local_infile_init()

Completed in 90 milliseconds

12