Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 117) sorted by last modified time

12345

/PHP-7.1/win32/
H A Dioutil.c73 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
307 PW32IO int php_win32_ioutil_mkdir(const char *path, mode_t mode) in php_win32_ioutil_mkdir()
H A Dioutil.h246 #define php_win32_ioutil_access_cond(path, mode) _waccess(pathw, mode) argument
250 __forceinline static int php_win32_ioutil_access(const char *path, mode_t mode) in php_win32_ioutil_access()
277 mode_t mode = 0; in php_win32_ioutil_open() local
508 __forceinline static int php_win32_ioutil_chmod(const char *patha, int mode) in php_win32_ioutil_chmod()
/PHP-7.1/
H A Dserver-tests.php132 function mkpath($path,$mode = 0777) {
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_wait.c225 int mode = phpdbg_array_intersect(&pos, &module); in phpdbg_webdata_decompress() local
H A Dphpdbg.c1345 …_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phpdbg_stream_url_wrap_php()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c1400 int mode = ZEND_INI_USER; local
1409 int mode = ZEND_INI_SYSTEM; local
1429 int *mode = (int *)arg; local
H A Dfpm_php.c25 …ter(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage) /* {{… in fpm_php_zend_ini_alter_master()
78 int fpm_php_apply_defines_ex(struct key_value_s *kv, int mode) /* {{{ */ in fpm_php_apply_defines_ex()
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c756 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, php_socket_t fd) /* … in php_cli_server_poller_add()
769 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.1/main/streams/
H A Dmemory.c44 int mode; member
313 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC) in _php_stream_memory_open()
357 int mode; member
567 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir… in _php_stream_temp_create_ex()
589 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC) in _php_stream_temp_create()
596 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t lengt… in _php_stream_temp_open()
627 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
H A Dmmap.c25 …_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_… in _php_stream_mmap_range()
H A Dphp_stream_plain_wrapper.h31 #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened), 0 … argument
34 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen… argument
37 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C… argument
40 #define php_stream_fopen_from_fd(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mode), (… argument
43 #define php_stream_fopen_from_pipe(file, mode) _php_stream_fopen_from_pipe((file), (mode) STREAMS_C… argument
55 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
H A Dphp_stream_mmap.h54 php_stream_mmap_access_t mode; member
71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
H A Dplain_wrapper.c49 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (… argument
51 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
52 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
66 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()
246 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST… in _php_stream_fopen_from_fd()
936 …stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_dir_opener()
975 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_p… in _php_stream_fopen()
1073 …eam *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_stream_opener()
1234 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.c1883 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
2010 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
H A Duserspace.c330 …hp_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const char *mode, in user_wrapper_opener()
425 …p_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const char *mode, in user_wrapper_opendir()
1190 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir()
H A Dcast.c49 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie()
345 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
H A Dglob_wrapper.c209 …php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_glob_stream_opener()
/PHP-7.1/main/
H A Dsnprintf.c146 int mode = ndigit >= 0 ? 2 : 0; in php_gcvt() local
H A Dphp_memory_streams.h32 #define php_stream_memory_create(mode) _php_stream_memory_create((mode) STREAMS_CC) argument
33 #define php_stream_memory_create_rel(mode) _php_stream_memory_create((mode) STREAMS_REL_CC) argument
34 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… argument
38 #define php_stream_temp_create(mode, max_memory_usage) _php_stream_temp_create((mode), (max_memory_… argument
39 #define php_stream_temp_create_ex(mode, max_memory_usage, tmpdir) _php_stream_temp_create_ex((mode)… argument
40 #define php_stream_temp_create_rel(mode, max_memory_usage) _php_stream_temp_create((mode), (max_mem… argument
41 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
H A Dphp_streams.h64 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
68 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
72 #define php_stream_fopen_from_fd_rel(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mod… argument
73 #define php_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STRE… argument
75 #define php_stream_fopen_from_pipe_rel(file, mode) _php_stream_fopen_from_pipe((file), (mode) STRE… argument
81 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument
202 char mode[16]; /* "rwb" etc. ala stdio */ member
248 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
351 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
413 #define php_stream_lock(stream, mode) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, … argument
[all …]
H A Dmain.c345 int mode; in php_get_display_errors_mode() local
386 int mode, tmp_value_length, cgi_or_cli; in PHP_INI_DISP() local
1416 PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode) /*… in php_stream_open_for_zend_ex()
H A Dfopen_wrappers.c333 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened…
626 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
/PHP-7.1/ext/zlib/
H A Dzlib.c607 char *mode; in PHP_FUNCTION() local
H A Dzlib_fopen_wrapper.c113 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int … in php_stream_gzopen()
/PHP-7.1/ext/zip/
H A Dzip_stream.c261 const char *mode, in php_stream_zip_opener()

Completed in 115 milliseconds

12345