Home
last modified time | relevance | path

Searched defs:mode (Results 26 – 50 of 115) sorted by last modified time

12345

/PHP-5.5/ext/zip/
H A Dphp_zip.c1325 char *mode = NULL; in PHP_NAMED_FUNCTION() local
2599 char *mode = "rb"; in ZIPARCHIVE_METHOD() local
/PHP-5.5/ext/standard/
H A Dstring.c850 static void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim()
H A Dproc_open.c444 int mode; /* mode for proc_open code */ member
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
H A Dmicrotime.c53 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday()
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 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 Dimage.c1391 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
H A Dftp_fopen_wrapper.c133 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 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 Dexec.c214 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex()
H A Dfilestat.c89 #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 Darray.c309 long mode = COUNT_NORMAL; in PHP_FUNCTION() local
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1737 long mode = PHP_SQLITE3_BOTH; local
/PHP-5.5/ext/spl/
H A Dspl_iterators.c107 RecursiveIteratorMode mode; member
450 long mode, flags; in spl_recursive_it_it_construct() local
1480 long mode = REGIT_MODE_MATCH; in spl_dual_it_construct() local
2102 long mode; in SPL_METHOD() local
2207 zval **args[5], *object, *regex, *mode, *flags, *preg_flags; in SPL_METHOD() local
H A Dspl_iterators.h159 regex_mode mode; member
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
H A Dspl.php970 function openFile($mode = 'r', $use_include_path = false, $context = NULL) {/**/}
/PHP-5.5/ext/shmop/
H A Dshmop.c159 long key, mode, size; in PHP_FUNCTION() local
/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/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/phar/
H A Dutil.c353 …ntry_data **ret, char *fname, int fname_len, char *path, int path_len, char *mode, char allow_dir,… in phar_get_entry_data()
519 …reate_entry_data(char *fname, int fname_len, char *path, int path_len, char *mode, char allow_dir,… in phar_get_or_create_entry_data()
H A Dphar_object.c4119 mode_t mode; in phar_extract_file() local
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()

Completed in 184 milliseconds

12345