Home
last modified time | relevance | path

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

12345

/PHP-5.5/main/streams/
H A Dphp_streams_int.h59 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
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.5/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.c319 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options,… in phar_wrapper_open_dir()
432 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stre… in phar_wrapper_mkdir()
H A Dstream.c59 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS… in phar_parse_url()
158 static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int … in phar_wrapper_open_url()
/PHP-5.5/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.5/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.5/ext/standard/
H A Dhttp_fopen_wrapper.c111 php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path, char *mode, int op… in php_stream_url_wrap_http_ex()
938 php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_http()
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()
348 long mode = PHP_ROUND_HALF_UP; in PHP_FUNCTION() local
844 int mode = 0; in _php_math_basetozval() local
H A Dfile.c126 # define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
582 char mode[3] = "wb"; in PHP_FUNCTION() local
864 char *filename, *mode; in PHP_NAMED_FUNCTION() local
919 char *command, *mode; in PHP_FUNCTION() local
1295 PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC) in php_mkdir_ex()
1323 long mode = 0777; in PHP_FUNCTION() local
H A Dphp_fopen_wrapper.c160 php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_php()
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.5/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.5/ext/fileinfo/libmagic/
H A Dtar.h55 char mode[8]; member
H A Dsoftmagic.c79 size_t level, int mode, int text) in file_softmagic()
121 const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, in match()
1131 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget()
/PHP-5.5/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.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c283 int c1, c2, s1, s2, mode; in mbfl_filt_conv_wchar_sjis_mac() local
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, in php_stream_gzopen()
/PHP-5.5/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.5/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.5/ext/gd/libgd/
H A Dgd_crop.c114 gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) in gdImageCropAuto()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c161 char *mode = "cbc"; in php_mcrypt_filter_create() local
/PHP-5.5/ext/shmop/
H A Dshmop.c159 long key, mode, size; in PHP_FUNCTION() local

Completed in 121 milliseconds

12345