Lines Matching refs:php_stream_context

100 typedef struct _php_stream_context php_stream_context;  typedef
135 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
141 …m_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSR…
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…
152 …tream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSR…
155 …ir)(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSR…
156 …int (*stream_rmdir)(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *conte…
158 …(php_stream_wrapper *wrapper, char *url, int options, void *value, php_stream_context *context TSR…
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…
357 PHPAPI int _php_stream_scandir(char *dirname, char **namelist[], int flags, php_stream_context *con…
551 …rapper_ex(char *path, char *mode, int options, char **opened_path, php_stream_context *context STR…