Home
last modified time | relevance | path

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

12

/PHP-7.4/main/streams/
H A Dphp_stream_context.h22 typedef void (*php_stream_notification_func)(php_stream_context *context,
58 PHPAPI void php_stream_context_free(php_stream_context *context);
59 PHPAPI php_stream_context *php_stream_context_alloc(void);
60 PHPAPI zval *php_stream_context_get_option(php_stream_context *context,
62 PHPAPI int php_stream_context_set_option(php_stream_context *context,
86 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severit…
88 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context);
H A Duserspace.c48 …per_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context);
51 …pper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context);
54 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
282 static void user_stream_create_object(struct php_user_stream_wrapper *uwrap, php_stream_context *co… in user_stream_create_object()
330 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opener()
425 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir()
1154 int options, php_stream_context *context) in user_wrapper_rename()
1200 int options, php_stream_context *context) in user_wrapper_mkdir()
1248 int options, php_stream_context *context) in user_wrapper_rmdir()
1294 void *value, php_stream_context *context) in user_wrapper_metadata()
[all …]
H A Dphp_stream_transport.h32 php_stream_context *context STREAMS_DC);
51 php_stream_context *context,
H A Dstreams.c370 php_stream_context *context; in _php_stream_free()
2030 php_stream_context *context STREAMS_DC)
2079 zend_string **opened_path, php_stream_context *context STREAMS_DC)
2226 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context)
2228 php_stream_context *oldcontext = PHP_STREAM_CONTEXT(stream);
2250 PHPAPI void php_stream_context_free(php_stream_context *context)
2263 PHPAPI php_stream_context *php_stream_context_alloc(void)
2265 php_stream_context *context;
2267 context = ecalloc(1, sizeof(php_stream_context));
2288 PHPAPI zval *php_stream_context_get_option(php_stream_context *context,
[all …]
H A Dplain_wrapper.c1005 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener()
1144 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener()
1153 …wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) in php_plain_files_url_stater()
1177 …iles_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_unlink()
1203 …apper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) in php_plain_files_rename()
1304 …r(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_context *context) in php_plain_files_mkdir()
1389 …files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_rmdir()
1417 …php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context) in php_plain_files_metadata()
H A Dglob_wrapper.c200 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_glob_stream_opener()
/PHP-7.4/ext/phar/
H A Dstream.h25 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
26 …pper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context);
27 …per_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context);
28 …rapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context);
H A Ddirstream.h21 …stream_wrapper *wrapper, const char *url_from, int mode, int options, php_stream_context *context);
22 …pper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context);
34 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
H A Ddirstream.c303 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR… in phar_wrapper_open_dir()
411 …eam_wrapper *wrapper, const char *url_from, int mode, int options, php_stream_context *context) /*… in phar_wrapper_mkdir()
543 …r_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) /*… in phar_wrapper_rmdir()
H A Dstream.c161 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR… in phar_wrapper_open_url()
554 php_stream_statbuf *ssb, php_stream_context *context) /* {{{ */ in phar_wrapper_stat()
662 …_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) /*… in phar_wrapper_unlink()
736 …r *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) /*… in phar_wrapper_rename()
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrappers.h24 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
25 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
H A Dfile.h77 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_chk, php_stream_context *ct…
125 php_stream_context *default_context;
H A Dstreamsfuncs.c47 static php_stream_context *decode_context_param(zval *contextresource);
103 php_stream_context *context = NULL; in PHP_FUNCTION()
189 php_stream_context *context = NULL; in PHP_FUNCTION()
941 php_stream_context *context = NULL; in decode_context_param()
971 php_stream_context *context; in PHP_FUNCTION()
992 php_stream_context *context; in PHP_FUNCTION()
1037 php_stream_context *context; in PHP_FUNCTION()
1059 php_stream_context *context; in PHP_FUNCTION()
1086 php_stream_context *context; in PHP_FUNCTION()
1111 php_stream_context *context; in PHP_FUNCTION()
[all …]
H A Dftp_fopen_wrapper.c132 zend_string **opened_path, php_stream_context *context, php_stream **preuseid, in php_ftp_fopen_connect()
414 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp()
694 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_ftp_opendir()
786 …wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) in php_stream_ftp_url_stat()
909 …_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_stream_ftp_unlink()
959 …apper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) in php_stream_ftp_rename()
1038 …r(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_stream_context *context) in php_stream_ftp_mkdir()
1131 …m_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_stream_ftp_rmdir()
H A Dfile.c139 php_stream_context *context = (php_stream_context*)res->ptr; in ZEND_RSRC_DTOR_FUNC()
534 php_stream_context *context = NULL; in PHP_FUNCTION()
588 php_stream_context *context = NULL; in PHP_FUNCTION()
734 php_stream_context *context = NULL; in PHP_FUNCTION()
874 php_stream_context *context = NULL; in PHP_NAMED_FUNCTION()
1340 php_stream_context *context; in PHP_FUNCTION()
1363 php_stream_context *context; in PHP_FUNCTION()
1387 php_stream_context *context = NULL; in PHP_FUNCTION()
1464 php_stream_context *context; in PHP_FUNCTION()
1504 php_stream_context *context = NULL; in PHP_FUNCTION()
[all …]
H A Ddir.c210 php_stream_context *context = NULL; in _php_do_opendir()
559 php_stream_context *context = NULL; in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_streams.h100 typedef struct _php_stream_context php_stream_context; typedef
135 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
144 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
149 …int (*unlink)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *conte…
155 …(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_stream_context *context);
156 …int (*stream_rmdir)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context
238 ((php_stream_context*) ((stream)->ctx ? ((stream)->ctx->ptr) : NULL))
350 …tream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_context *context);
354 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context);
357 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context);
[all …]
/PHP-7.4/ext/soap/
H A Dphp_http.h33 void http_context_headers(php_stream_context* context,
H A Dphp_sdl.h78 php_stream_context *context;
/PHP-7.4/ext/zlib/
H A Dphp_zlib.h67 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
H A Dzlib_fopen_wrapper.c109 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_gzopen()
/PHP-7.4/ext/bz2/
H A Dphp_bz2.h51 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
/PHP-7.4/ext/zip/
H A Dphp_zip.h73 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
/PHP-7.4/ext/spl/
H A Dspl_directory.h86 php_stream_context *context;
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c31 php_stream_context *context = NULL; in mysqlnd_local_infile_init()

Completed in 187 milliseconds

12