Home
last modified time | relevance | path

Searched defs:mode (Results 101 – 112 of 112) sorted by path

12345

/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h29 #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened), 0 … argument
32 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen… argument
35 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C… argument
38 #define php_stream_fopen_from_fd(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mode), (… argument
41 #define php_stream_fopen_from_pipe(file, mode) _php_stream_fopen_from_pipe((file), (mode) STREAMS_C… argument
53 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
H A Dplain_wrapper.c47 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (… 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
64 PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags) in php_stream_parse_fopen_modes()
170 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()
266 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST… in _php_stream_fopen_from_fd()
1004 …stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_dir_opener()
1043 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_p… in _php_stream_fopen()
1143 …eam *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_stream_opener()
1304 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir()
[all …]
H A Dstreams.c1949 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
2078 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
H A Duserspace.c329 …hp_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const char *mode, in user_wrapper_opener()
424 …p_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const char *mode, in user_wrapper_opendir()
1199 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c835 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, php_socket_t fd) /* … in php_cli_server_poller_add()
848 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, php_socket_t fd) … in php_cli_server_poller_remove()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1329 int mode = ZEND_INI_USER; in init_request_info() local
1338 int mode = ZEND_INI_SYSTEM; in init_request_info() local
1358 int *mode = (int *)arg; in fastcgi_ini_parser() local
H A Dfpm_php.c24 …ter(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage) /* {{… in fpm_php_zend_ini_alter_master()
80 int fpm_php_apply_defines_ex(struct key_value_s *kv, int mode) /* {{{ */ in fpm_php_apply_defines_ex()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1335 …_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phpdbg_stream_url_wrap_php()
H A Dphpdbg_wait.c225 int mode = phpdbg_array_intersect(&pos, &module); in phpdbg_webdata_decompress() local
/PHP-7.4/win32/
H A Dconsole.c30 DWORD mode; in php_win32_console_fileno_is_console() local
48 DWORD mode; in php_win32_console_fileno_has_vt100() local
70 DWORD mode; in php_win32_console_fileno_set_vt100() local
H A Dioutil.c76 PW32IO BOOL php_win32_ioutil_posix_to_open_opts(int flags, mode_t mode, php_ioutil_open_opts *opts) in php_win32_ioutil_posix_to_open_opts()
194 mode_t mode = 0; in php_win32_ioutil_open_w() local
288 PW32IO int php_win32_ioutil_mkdir_w(const wchar_t *path, mode_t mode) in php_win32_ioutil_mkdir_w()
669 PW32IO int php_win32_ioutil_access_w(const wchar_t *path, mode_t mode) in php_win32_ioutil_access_w()
697 PW32IO FILE *php_win32_ioutil_fopen_w(const wchar_t *path, const wchar_t *mode) in php_win32_ioutil_fopen_w()
H A Dioutil.h280 __forceinline static int php_win32_ioutil_access(const char *path, mode_t mode) in php_win32_ioutil_access()
307 mode_t mode = 0; in php_win32_ioutil_open() local
532 __forceinline static int php_win32_ioutil_chmod(const char *patha, int mode) in php_win32_ioutil_chmod()
559 __forceinline static int php_win32_ioutil_mkdir(const char *path, mode_t mode) in php_win32_ioutil_mkdir()

Completed in 58 milliseconds

12345