Home
last modified time | relevance | path

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

12

/PHP-8.0/main/streams/
H A Dphp_stream_context.h20 typedef void (*php_stream_notification_func)(php_stream_context *context,
56 PHPAPI void php_stream_context_free(php_stream_context *context);
57 PHPAPI php_stream_context *php_stream_context_alloc(void);
58 PHPAPI zval *php_stream_context_get_option(php_stream_context *context,
60 PHPAPI int php_stream_context_set_option(php_stream_context *context,
84 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severit…
86 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context);
H A Duserspace.c45 …per_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context);
48 …pper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context);
51 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
278 static void user_stream_create_object(struct php_user_stream_wrapper *uwrap, php_stream_context *co… in user_stream_create_object()
305 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opener()
399 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir()
1118 int options, php_stream_context *context) in user_wrapper_rename()
1163 int options, php_stream_context *context) in user_wrapper_mkdir()
1210 int options, php_stream_context *context) in user_wrapper_rmdir()
1255 void *value, php_stream_context *context) in user_wrapper_metadata()
[all …]
H A Dphp_stream_transport.h30 php_stream_context *context STREAMS_DC);
49 php_stream_context *context,
H A Dstreams.c368 php_stream_context *context; in _php_stream_free()
2003 php_stream_context *context STREAMS_DC)
2052 zend_string **opened_path, php_stream_context *context STREAMS_DC)
2199 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context)
2201 php_stream_context *oldcontext = PHP_STREAM_CONTEXT(stream);
2223 PHPAPI void php_stream_context_free(php_stream_context *context)
2236 PHPAPI php_stream_context *php_stream_context_alloc(void)
2238 php_stream_context *context;
2240 context = ecalloc(1, sizeof(php_stream_context));
2261 PHPAPI zval *php_stream_context_get_option(php_stream_context *context,
[all …]
H A Dplain_wrapper.c1013 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener()
1152 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener()
1161 …wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) in php_plain_files_url_stater()
1185 …iles_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_unlink()
1211 …apper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) in php_plain_files_rename()
1312 …r(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_context *context) in php_plain_files_mkdir()
1397 …files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_rmdir()
1425 …php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context) in php_plain_files_metadata()
H A Dglob_wrapper.c198 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_glob_stream_opener()
/PHP-8.0/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.c291 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR… in phar_wrapper_open_dir()
399 …eam_wrapper *wrapper, const char *url_from, int mode, int options, php_stream_context *context) /*… in phar_wrapper_mkdir()
531 …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()
551 php_stream_statbuf *ssb, php_stream_context *context) /* {{{ */ in phar_wrapper_stat()
659 …_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) /*… in phar_wrapper_unlink()
733 …r *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) /*… in phar_wrapper_rename()
/PHP-8.0/ext/standard/
H A Dphp_fopen_wrappers.h22 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
23 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
H A Dfile.h43 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_chk, php_stream_context *ct…
94 php_stream_context *default_context;
H A Dstreamsfuncs.c45 static php_stream_context *decode_context_param(zval *contextresource);
112 php_stream_context *context = NULL; in PHP_FUNCTION()
201 php_stream_context *context = NULL; in PHP_FUNCTION()
949 php_stream_context *context = NULL; in decode_context_param()
978 php_stream_context *context; in PHP_FUNCTION()
998 php_stream_context *context; in PHP_FUNCTION()
1051 php_stream_context *context; in PHP_FUNCTION()
1072 php_stream_context *context; in PHP_FUNCTION()
1098 php_stream_context *context; in PHP_FUNCTION()
1124 php_stream_context *context; in PHP_FUNCTION()
[all …]
H A Dftp_fopen_wrapper.c126 zend_string **opened_path, php_stream_context *context, php_stream **preuseid, in php_ftp_fopen_connect()
406 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp()
683 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_ftp_opendir()
774 …wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) in php_stream_ftp_url_stat()
896 …_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_stream_ftp_unlink()
945 …apper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) in php_stream_ftp_rename()
1023 …r(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_stream_context *context) in php_stream_ftp_mkdir()
1115 …m_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_stream_ftp_rmdir()
H A Dfile.c133 php_stream_context *context = (php_stream_context*)res->ptr; in ZEND_RSRC_DTOR_FUNC()
532 php_stream_context *context = NULL; in PHP_FUNCTION()
587 php_stream_context *context = NULL; in PHP_FUNCTION()
732 php_stream_context *context = NULL; in PHP_FUNCTION()
867 php_stream_context *context = NULL; in PHP_FUNCTION()
1282 php_stream_context *context; in PHP_FUNCTION()
1304 php_stream_context *context; in PHP_FUNCTION()
1327 php_stream_context *context = NULL; in PHP_FUNCTION()
1402 php_stream_context *context; in PHP_FUNCTION()
1441 php_stream_context *context = NULL; in PHP_FUNCTION()
[all …]
H A Ddir.c200 php_stream_context *context = NULL; in _php_do_opendir()
537 php_stream_context *context = NULL; in PHP_FUNCTION()
/PHP-8.0/main/
H A Dphp_streams.h98 typedef struct _php_stream_context php_stream_context; typedef
133 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
142 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
147 …int (*unlink)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *conte…
153 …(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_stream_context *context);
154 …int (*stream_rmdir)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context
240 ((php_stream_context*) ((stream)->ctx ? ((stream)->ctx->ptr) : NULL))
352 …tream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_context *context);
356 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context);
359 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context);
[all …]
/PHP-8.0/ext/soap/
H A Dphp_http.h31 void http_context_headers(php_stream_context* context,
H A Dphp_sdl.h76 php_stream_context *context;
/PHP-8.0/ext/zlib/
H A Dphp_zlib.h66 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
H A Dzlib_fopen_wrapper.c107 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_gzopen()
/PHP-8.0/ext/bz2/
H A Dphp_bz2.h49 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
/PHP-8.0/ext/zip/
H A Dphp_zip.h77 …r *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STR…
/PHP-8.0/ext/spl/
H A Dspl_directory.h84 php_stream_context *context;
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_loaddata.c29 php_stream_context *context = NULL; in mysqlnd_local_infile_init()

Completed in 73 milliseconds

12