Home
last modified time | relevance | path

Searched defs:mode (Results 26 – 50 of 117) sorted by relevance

12345

/PHP-5.6/ext/mbstring/libmbfl/filters/
H A Dmbfilter_tl_jisx0201_jisx0208.h74 int mode; member
H A Dmbfilter_sjis_mac.c283 int c1, c2, s1, s2, mode; in mbfl_filt_conv_wchar_sjis_mac() local
/PHP-5.6/main/streams/
H A Dcast.c49 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie()
354 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, char **opened_p… in _php_stream_open_wrapper_as_file()
/PHP-5.6/ext/com_dotnet/
H A Dcom_extension.c283 int mode = CONST_CS | CONST_PERSISTENT; /* CONST_PERSISTENT is ok here */ in PHP_INI_MH() local
/PHP-5.6/ext/phar/
H A Dfunc_interceptors.c328 char *filename, *mode; in PHAR_FUNC() local
424 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
427 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
430 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) argument
H A Ddirstream.c302 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, … in phar_wrapper_open_dir()
411 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir()
H A Dstream.c59 php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int op… in phar_parse_url()
158 …har_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phar_wrapper_open_url()
/PHP-5.6/ext/standard/
H A Dmath.c109 static inline double php_round_helper(double value, int mode) { in php_round_helper()
139 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round()
354 long mode = PHP_ROUND_HALF_UP; in PHP_FUNCTION() local
822 int mode = 0; in _php_math_basetozval() local
H A Dhttp_fopen_wrapper.c113 const char *path, const char *mode, int options, char **opened_path, in php_stream_url_wrap_http_ex()
979 …stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in php_stream_url_wrap_http()
H A Dfile.c126 # define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
590 char mode[3] = "wb"; in PHP_FUNCTION() local
872 char *filename, *mode; in PHP_NAMED_FUNCTION() local
927 char *command, *mode; in PHP_FUNCTION() local
1299 PHPAPI int php_mkdir_ex(const char *dir, long mode, int options TSRMLS_DC) in php_mkdir_ex()
1327 long mode = 0777; in PHP_FUNCTION() local
H A Dinfo.c759 PHPAPI char *php_get_uname(char mode) in php_get_uname()
1457 char *mode = "a"; in PHP_FUNCTION() local
/PHP-5.6/ext/posix/
H A Dposix.c838 long mode; in PHP_FUNCTION() local
867 long mode; in PHP_FUNCTION() local
950 long mode = 0; in PHP_FUNCTION() local
/PHP-5.6/ext/dba/
H A Dphp_dba.h37 int mode; /* LOCK_EX,LOCK_SH */ member
44 dba_mode_t mode; member
H A Ddba_dbm.c45 #define TRUNC_IT(extension, mode) \ argument
H A Ddba.c552 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update()
626 char mode[4], *pmode, *lock_file_mode = NULL; in php_dba_open() local
/PHP-5.6/ext/fileinfo/libmagic/
H A Dtar.h55 char mode[8]; member
H A Dsoftmagic.c88 size_t level, int mode, int text) in file_softmagic()
130 const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, in match()
1163 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget()
/PHP-5.6/ext/pspell/
H A Dpspell.c264 long mode = 0L, speed = 0L; in PHP_FUNCTION() local
361 long mode = 0L, speed = 0L; in PHP_FUNCTION() local
776 long conf, mode; in PHP_FUNCTION() local
/PHP-5.6/ext/zlib/
H A Dzlib_fopen_wrapper.c111 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int … in php_stream_gzopen()
/PHP-5.6/ext/json/
H A DJSON_parser.c202 push(JSON_parser jp, int mode) in push()
219 pop(JSON_parser jp, int mode) in pop()
/PHP-5.6/ext/spl/
H A Dspl_directory.h128 #define SPL_FILE_DIR_CURRENT(intern,mode) ((intern->flags&SPL_FILE_DIR_CURRENT_MODE_MASK)==mode) argument
134 #define SPL_FILE_DIR_KEY(intern,mode) ((intern->flags&SPL_FILE_DIR_KEY_MODE_MASK)==mode) argument
/PHP-5.6/ext/gd/libgd/
H A Dgd_crop.c114 gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) in gdImageCropAuto()
/PHP-5.6/ext/mcrypt/
H A Dmcrypt_filter.c161 char *mode = "cbc"; in php_mcrypt_filter_create() local
/PHP-5.6/ext/shmop/
H A Dshmop.c159 long key, mode, size; in PHP_FUNCTION() local
/PHP-5.6/ext/calendar/
H A Dcalendar.c696 long julday, mode = CAL_DOW_DAYNO; in PHP_FUNCTION() local
727 long julday, mode; in PHP_FUNCTION() local

Completed in 114 milliseconds

12345