/PHP-7.3/main/ |
H A D | php_memory_streams.h | 31 #define php_stream_memory_create(mode) _php_stream_memory_create((mode) STREAMS_CC) argument 32 #define php_stream_memory_create_rel(mode) _php_stream_memory_create((mode) STREAMS_REL_CC) argument 33 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… argument 37 #define php_stream_temp_create(mode, max_memory_usage) _php_stream_temp_create((mode), (max_memory_… argument 38 #define php_stream_temp_create_ex(mode, max_memory_usage, tmpdir) _php_stream_temp_create_ex((mode)… argument 39 #define php_stream_temp_create_rel(mode, max_memory_usage) _php_stream_temp_create((mode), (max_mem… argument 40 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
|
H A D | php_streams.h | 62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument 66 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… 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 209 char mode[16]; /* "rwb" etc. ala stdio */ member 250 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument 353 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument 415 #define php_stream_lock(stream, mode) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, … argument [all …]
|
/PHP-7.3/main/streams/ |
H A D | php_stream_plain_wrapper.h | 29 #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 D | memory.c | 42 int mode; member 276 PHPAPI int php_stream_mode_from_str(const char *mode) in php_stream_mode_from_str() 288 PHPAPI const char *_php_stream_mode_to_str(int mode) in _php_stream_mode_to_str() 320 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC) in _php_stream_memory_open() 364 int mode; member 574 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir… in _php_stream_temp_create_ex() 596 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC) in _php_stream_temp_create() 603 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t lengt… in _php_stream_temp_open() 634 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
|
H A D | plain_wrapper.c | 47 #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() 168 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() 244 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST… in _php_stream_fopen_from_fd() 975 …stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_dir_opener() 1014 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_p… in _php_stream_fopen() 1110 …eam *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_stream_opener() 1271 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 D | php_stream_mmap.h | 52 php_stream_mmap_access_t mode; member 69 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
|
H A D | mmap.c | 23 …_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 D | cast.c | 47 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie() 343 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
|
/PHP-7.3/Zend/ |
H A D | zend_virtual_cwd.h | 236 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode) argument 240 #define VCWD_CREAT(path, mode) virtual_creat(path, mode) argument 257 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode) argument 267 #define VCWD_CREAT(path, mode) creat(path, mode) argument 283 #define VCWD_FOPEN(path, mode) fopen(path, mode) argument 287 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode) argument 291 #define VCWD_ACCESS(pathname, mode) access(pathname, mode) argument 293 #define VCWD_CHMOD(path, mode) chmod(path, mode) argument 337 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument 341 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument [all …]
|
H A D | zend_virtual_cwd.c | 1537 CWD_API FILE *virtual_fopen(const char *path, const char *mode) /* {{{ */ in virtual_fopen() 1564 CWD_API int virtual_access(const char *pathname, int mode) /* {{{ */ in virtual_access() 1611 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod() 1685 mode_t mode; in virtual_open() local 1709 CWD_API int virtual_creat(const char *path, mode_t mode) /* {{{ */ in virtual_creat() 1822 CWD_API int virtual_mkdir(const char *pathname, mode_t mode) /* {{{ */ in virtual_mkdir()
|
/PHP-7.3/win32/ |
H A D | console.c | 28 DWORD mode; in php_win32_console_fileno_is_console() local 46 DWORD mode; in php_win32_console_fileno_has_vt100() local 68 DWORD mode; in php_win32_console_fileno_set_vt100() local
|
H A D | ioutil.c | 74 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() 192 mode_t mode = 0; in php_win32_ioutil_open_w() local 286 PW32IO int php_win32_ioutil_mkdir_w(const wchar_t *path, mode_t mode) in php_win32_ioutil_mkdir_w() 667 PW32IO int php_win32_ioutil_access_w(const wchar_t *path, mode_t mode) in php_win32_ioutil_access_w() 695 PW32IO FILE *php_win32_ioutil_fopen_w(const wchar_t *path, const wchar_t *mode) in php_win32_ioutil_fopen_w()
|
H A D | ioutil.h | 273 __forceinline static int php_win32_ioutil_access(const char *path, mode_t mode) in php_win32_ioutil_access() 300 mode_t mode = 0; in php_win32_ioutil_open() local 525 __forceinline static int php_win32_ioutil_chmod(const char *patha, int mode) in php_win32_ioutil_chmod() 552 __forceinline static int php_win32_ioutil_mkdir(const char *path, mode_t mode) in php_win32_ioutil_mkdir()
|
/PHP-7.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_tl_jisx0201_jisx0208.c | 44 int mode = ((mbfl_filt_tl_jisx0201_jisx0208_param *)filt->opaque)->mode; in mbfl_filt_tl_jisx0201_jisx0208() local 274 int mode = ((mbfl_filt_tl_jisx0201_jisx0208_param *)filt->opaque)->mode; in mbfl_filt_tl_jisx0201_jisx0208_flush() local
|
H A D | mbfilter_tl_jisx0201_jisx0208.h | 74 int mode; member
|
/PHP-7.3/ext/ftp/ |
H A D | php_ftp.c | 356 #define XTYPE(xtype, mode) { \ argument 652 zend_long mode; in PHP_FUNCTION() local 835 zend_long mode=FTPTYPE_IMAGE, resumepos=0; in PHP_FUNCTION() local 881 zend_long mode=FTPTYPE_IMAGE, resumepos=0, ret; in PHP_FUNCTION() local 955 zend_long mode=FTPTYPE_IMAGE, resumepos=0; in PHP_FUNCTION() local 1021 zend_long mode=FTPTYPE_IMAGE, resumepos=0; in PHP_FUNCTION() local 1131 zend_long mode=FTPTYPE_IMAGE, startpos=0; in PHP_FUNCTION() local 1181 zend_long mode=FTPTYPE_IMAGE, startpos=0; in PHP_FUNCTION() local 1236 zend_long mode=FTPTYPE_IMAGE, startpos=0; in PHP_FUNCTION() local 1290 zend_long mode=FTPTYPE_IMAGE; in PHP_FUNCTION() local [all …]
|
/PHP-7.3/ext/bz2/ |
H A D | php_bz2.h | 54 #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz),… argument 55 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
|
H A D | bz2.c | 224 const char *mode, php_stream *innerstream STREAMS_DC) in _php_stream_bz2open_from_BZFILE() 241 const char *mode, in _php_stream_bz2open() 397 char *mode; /* The mode to open the stream with */ in PHP_FUNCTION() local
|
/PHP-7.3/ext/intl/idn/ |
H A D | idn.c | 136 const zend_string *domain, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46() 206 const zend_string *domain, uint32_t option, int mode) in php_intl_idn_to() 273 static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_intl_idn_handoff()
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_php.c | 24 …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.3/ext/phar/ |
H A D | tar.h | 43 char mode[8]; /* file mode */ member 67 char mode[8]; /* file mode */ member
|
/PHP-7.3/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 131 …php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_ftp_fopen_connect() 413 …p_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_stream_url_wrap_ftp() 693 php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode… in php_stream_ftp_opendir() 1038 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options… in php_stream_ftp_mkdir()
|
H A D | microtime.c | 49 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday()
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_pixelate.c | 3 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) in gdImagePixelate()
|
/PHP-7.3/ext/mbstring/libmbfl/tests/ |
H A D | conv_kana.c | 32 int mode = 0; in main() local
|