Lines Matching defs:mode

47 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id)	_php_stream_fopen_from_fd_int((fd), (…  argument
48 #define php_stream_fopen_from_fd_int_rel(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((f… argument
49 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
50 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
58 PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags) in php_stream_parse_fopen_modes()
155 static php_stream *_php_stream_fopen_from_fd_int(int fd, const char *mode, const char *persistent_i… in _php_stream_fopen_from_fd_int()
231 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST… in _php_stream_fopen_from_fd()
885 static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_plain_files_dir_opener()
924 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, char **opened_path, in… in _php_stream_fopen()
1023 …atic php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_plain_files_stream_opener()
1169 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir()
1290 mode_t mode; in php_plain_files_metadata() local
1389 PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char *path, char **opene… in _php_stream_fopen_with_path()