Home
last modified time | relevance | path

Searched defs:mode (Results 101 – 112 of 112) sorted by last modified time

12345

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h258 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode) argument
262 #define VCWD_CREAT(path, mode) virtual_creat(path, mode) argument
279 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode) argument
289 #define VCWD_CREAT(path, mode) creat(path, mode) argument
305 #define VCWD_FOPEN(path, mode) fopen(path, mode) argument
309 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode) argument
313 #define VCWD_ACCESS(pathname, mode) access(pathname, mode) argument
315 #define VCWD_CHMOD(path, mode) chmod(path, mode) argument
359 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
363 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
[all …]
/PHP-7.4/TSRM/
H A Dtsrm_win32.h35 unsigned short mode; member
/PHP-7.4/sapi/fpm/fpm/
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/ext/phar/
H A Dfunc_interceptors.c330 char *filename, *mode; in PHAR_FUNC() local
H A Dstream.c60 php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int op… in phar_parse_url()
161 …har_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phar_wrapper_open_url()
H A Dtar.h43 char mode[8]; /* file mode */ member
67 char mode[8]; /* file mode */ member
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c285 int c1, c2, s1, s2, mode; in mbfl_filt_conv_wchar_sjis_mac() local
H A Dmbfilter_tl_jisx0201_jisx0208.c44 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 Dmbfilter_tl_jisx0201_jisx0208.h74 int mode; member
/PHP-7.4/ext/gd/libgd/
H A Dgd_pixelate.c3 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) in gdImagePixelate()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dtar.h55 char mode[8]; member
H A Dapprentice.c949 apprentice_list(struct mlist *mlist, int mode) in apprentice_list()

Completed in 53 milliseconds

12345