/PHP-5.4/main/streams/ |
H A D | php_stream_plain_wrapper.h | 31 #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 D | plain_wrapper.c | 46 #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_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument 49 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument 57 PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags) in php_stream_parse_fopen_modes() 154 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() 230 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST… in _php_stream_fopen_from_fd() 856 static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_plain_files_dir_opener() 895 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, char **opened_path, in… in _php_stream_fopen() 994 …atic php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_plain_files_stream_opener() 1143 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir() [all …]
|
H A D | memory.c | 44 int mode; member 309 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC TSRMLS_DC) in _php_stream_memory_open() 353 int mode; member 551 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC TSRMLS_DC) in _php_stream_temp_create() 571 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t lengt… in _php_stream_temp_open() 601 static php_stream * php_stream_url_wrap_rfc2397(php_stream_wrapper *wrapper, char *path, char *mode… in php_stream_url_wrap_rfc2397()
|
H A D | php_stream_mmap.h | 54 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 D | mmap.c | 25 …map_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_operation_t mode, size… in _php_stream_mmap_range()
|
H A D | php_streams_int.h | 59 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
|
/PHP-5.4/main/ |
H A D | php_memory_streams.h | 32 #define php_stream_memory_create(mode) _php_stream_memory_create((mode) STREAMS_CC TSRMLS_CC) argument 33 #define php_stream_memory_create_rel(mode) _php_stream_memory_create((mode) STREAMS_REL_CC TSRMLS_C… 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_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 202 char mode[16]; /* "rwb" etc. ala stdio */ member 247 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument 346 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument 408 #define php_stream_lock(stream, mode) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, … argument 559 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument [all …]
|
H A D | fopen_wrappers.c | 57 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 342 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, char **opened_path T… 611 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **o…
|
/PHP-5.4/TSRM/ |
H A D | tsrm_virtual_cwd.h | 259 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode TSRMLS_CC) argument 263 #define VCWD_CREAT(path, mode) virtual_creat(path, mode TSRMLS_CC) argument 272 #define VCWD_MKDIR(pathname, mode) virtual_mkdir(pathname, mode TSRMLS_CC) argument 276 #define VCWD_ACCESS(pathname, mode) virtual_access(pathname, mode TSRMLS_CC) argument 280 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode TSRMLS_CC) argument 291 #define VCWD_FOPEN(path, mode) fopen(path, mode) argument 293 #define VCWD_OPEN_MODE(path, flags, mode) open(path, flags, mode) argument 294 #define VCWD_CREAT(path, mode) creat(path, mode) argument 308 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode) argument 315 #define VCWD_ACCESS(pathname, mode) access(pathname, mode) argument [all …]
|
H A D | tsrm_nw.c | 63 int mode = O_RDONLY; local 66 NXMode_t mode = NX_O_RDONLY; local
|
/PHP-5.4/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
|
/PHP-5.4/ext/bz2/ |
H A D | php_bz2.h | 53 #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz),… argument 54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
|
H A D | bz2.c | 195 char *mode, php_stream *innerstream STREAMS_DC TSRMLS_DC) in _php_stream_bz2open_from_BZFILE() 209 char *mode, in _php_stream_bz2open() 370 char *mode; /* The mode to open the stream with */ in PHP_FUNCTION() local
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 70 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument 74 #define S_ISREG(mode) ((mode) & _S_IFREG) argument
|
/PHP-5.4/ext/intl/idn/ |
H A D | idn.c | 137 const char *domain, int domain_len, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46() 205 const char *domain, int domain_len, uint32_t option, int mode) in php_intl_idn_to() 262 static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_intl_idn_handoff()
|
/PHP-5.4/ext/ftp/ |
H A D | php_ftp.c | 331 #define XTYPE(xtype, mode) { \ argument 608 long mode; in PHP_FUNCTION() local 744 long mode, resumepos=0; in PHP_FUNCTION() local 788 long mode, resumepos=0, ret; in PHP_FUNCTION() local 858 long mode, resumepos=0; in PHP_FUNCTION() local 921 long mode, resumepos=0; in PHP_FUNCTION() local 1027 long mode, startpos=0; in PHP_FUNCTION() local 1074 long mode, startpos=0; in PHP_FUNCTION() local 1127 long mode, startpos=0; in PHP_FUNCTION() local 1180 long mode, startpos=0, ret; in PHP_FUNCTION() local
|
/PHP-5.4/ext/mcrypt/ |
H A D | mcrypt.c | 550 char *mode, *mode_dir; in PHP_FUNCTION() local 1172 … cipher, const char *key, int key_len, const char *data, int data_len, char *mode, const char *iv,… in php_mcrypt_do_crypt() 1283 zval **mode; in PHP_FUNCTION() local 1299 zval **mode; in PHP_FUNCTION() local 1315 zval **mode; in PHP_FUNCTION() local 1331 zval **mode; in PHP_FUNCTION() local 1347 zval **mode; in PHP_FUNCTION() local 1363 zval **mode; in PHP_FUNCTION() local
|
/PHP-5.4/ext/phar/ |
H A D | tar.h | 43 char mode[8]; /* file mode */ member 67 char mode[8]; /* file mode */ member
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_pixelate.c | 3 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) in gdImagePixelate()
|
/PHP-5.4/ext/mbstring/libmbfl/tests/ |
H A D | conv_kana.c | 32 int mode = 0; in main() local
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_php.c | 26 …ter(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage TSRMLS… 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-5.4/ext/standard/ |
H A D | filestat.c | 89 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument 92 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument 95 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) argument 671 long mode; in PHP_FUNCTION() local
|
H A D | ftp_fopen_wrapper.c | 133 static php_stream *php_ftp_fopen_connect(php_stream_wrapper *wrapper, char *path, char *mode, int o… in php_ftp_fopen_connect() 413 php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_ftp() 694 php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, char *path, char *mode, int option… in php_stream_ftp_opendir() 1035 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_… in php_stream_ftp_mkdir()
|
H A D | microtime.c | 53 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday()
|