Home
last modified time | relevance | path

Searched refs:php_stream_context (Results 26 – 45 of 45) sorted by path

12

/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c160 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR… in php_stream_url_wrap_php()
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 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 Durl.c706 php_stream_context *context;
/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…
H A Dzip_stream.c242 php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_zip_opener()
/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/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/main/streams/
H A Dglob_wrapper.c210 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_glob_stream_opener()
H A Dmemory.c609 …*wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STR… in php_stream_url_wrap_rfc2397()
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 Dphp_stream_transport.h33 php_stream_context *context STREAMS_DC TSRMLS_DC);
52 php_stream_context *context,
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 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 Dtransports.c55 php_stream_context *context, in _php_stream_xport_create()
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 Dxp_socket.c782 php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_generic_socket_factory()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c558 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles()
/PHP-5.5/win32/
H A Dphp5dllts.dsp2527 SOURCE=..\main\streams\php_stream_context.h

Completed in 103 milliseconds

12