Lines Matching refs:mode

62 …hp_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (persisten…  argument
66 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
68 …p_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_with_path((f… argument
70 #define php_stream_fopen_from_fd_rel(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mod… argument
71 #define php_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STRE… argument
73 #define php_stream_fopen_from_pipe_rel(file, mode) _php_stream_fopen_from_pipe((file), (mode) STRE… argument
79 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument
80 …ne php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
134 php_stream *(*stream_opener)(php_stream_wrapper *wrapper, char *filename, char *mode,
143 php_stream *(*dir_opener)(php_stream_wrapper *wrapper, char *filename, char *mode,
155 …int (*stream_mkdir)(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_cont…
200 char mode[16]; /* "rwb" etc. ala stdio */ member
241 const char *persistent_id, const char *mode STREAMS_DC TSRMLS_DC);
243 …p_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (persistent_… argument
333 PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_…
334 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
395 #define php_stream_lock(stream, mode) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, … argument
542 PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options, char **opened_p…
546 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
547 …define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
549 #define php_stream_get_from_zval(stream, zstream, mode, options, opened, context) \ argument
553 php_stream_open_wrapper_ex(Z_STRVAL_PP((zstream)), (mode), (options), (opened), (context)) : NULL