Home
last modified time | relevance | path

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

12345

/PHP-7.1/ext/phar/
H A Ddirstream.c303 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.c60 php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int op… in phar_parse_url()
159 …har_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phar_wrapper_open_url()
/PHP-7.1/ext/standard/
H A Dmath.c98 static inline double php_round_helper(double value, int mode) { in php_round_helper()
128 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round()
361 zend_long mode = PHP_ROUND_HALF_UP; in PHP_FUNCTION() local
851 int mode = 0; in _php_math_basetozval() local
H A Dhttp_fopen_wrapper.c113 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex()
991 …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.c584 char mode[3] = "wb"; in PHP_FUNCTION() local
857 char *filename, *mode; in PHP_NAMED_FUNCTION() local
910 char *command, *mode; in PHP_FUNCTION() local
1285 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
1300 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir()
1313 zend_long mode = 0777; in PHP_FUNCTION() local
H A Durl_scanner_ex.c1100 … *output, size_t output_len, char **handled_output, size_t *handled_output_len, int mode, int type) in php_url_scanner_session_handler_impl()
1137 …ndler(char *output, size_t output_len, char **handled_output, size_t *handled_output_len, int mode) in php_url_scanner_session_handler()
1142 …ndler(char *output, size_t output_len, char **handled_output, size_t *handled_output_len, int mode) in php_url_scanner_output_handler()
H A Dmt_rand.c192 zend_long mode = MT_RAND_MT19937; in PHP_FUNCTION() local
/PHP-7.1/ext/com_dotnet/
H A Dcom_extension.c288 int mode = CONST_CS | CONST_PERSISTENT; /* CONST_PERSISTENT is ok here */ in ZEND_GET_MODULE() local
/PHP-7.1/ext/pspell/
H A Dpspell.c268 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
365 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
775 zend_long conf, mode; in PHP_FUNCTION() local
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c1589 CWD_API FILE *virtual_fopen(const char *path, const char *mode) /* {{{ */ in virtual_fopen()
1616 CWD_API int virtual_access(const char *pathname, int mode) /* {{{ */ in virtual_access()
1663 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod()
1737 mode_t mode; in virtual_open() local
1761 CWD_API int virtual_creat(const char *path, mode_t mode) /* {{{ */ in virtual_creat()
1874 CWD_API int virtual_mkdir(const char *pathname, mode_t mode) /* {{{ */ in virtual_mkdir()
/PHP-7.1/main/
H A Dfopen_wrappers.c333 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened…
626 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
/PHP-7.1/ext/dba/
H A Dphp_dba.h40 int mode; /* LOCK_EX,LOCK_SH */ member
47 dba_mode_t mode; member
H A Ddba_dbm.c45 #define TRUNC_IT(extension, mode) \ argument
/PHP-7.1/ext/fileinfo/libmagic/
H A Dtar.h55 char mode[8]; member
H A Dsoftmagic.c82 uint16_t indir_level, uint16_t *name_count, int mode, int text) in file_softmagic()
152 const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, in match()
1200 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget()
/PHP-7.1/ext/posix/
H A Dposix.c903 zend_long mode; in PHP_FUNCTION() local
932 zend_long mode; in PHP_FUNCTION() local
1018 zend_long mode = 0; in PHP_FUNCTION() local
/PHP-7.1/ext/mcrypt/
H A Dmcrypt.c502 char *mode, *mode_dir; in PHP_FUNCTION() local
1266 …r, const char *key, size_t key_len, const char *data, size_t data_len, char *mode, const char *iv,… in php_mcrypt_do_crypt()
1332 char *cipher, *key, *data, *mode, *iv = NULL; in PHP_FUNCTION() local
1348 char *cipher, *key, *data, *mode, *iv = NULL; in PHP_FUNCTION() local
H A Dmcrypt_filter.c161 char *mode = "cbc"; in php_mcrypt_filter_create() local
/PHP-7.1/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-7.1/ext/dba/libflatfile/
H A Dflatfile.c50 int flatfile_store(flatfile *dba, datum key_datum, datum value_datum, int mode) { in flatfile_store()
/PHP-7.1/ext/zlib/
H A Dzlib_fopen_wrapper.c113 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int … in php_stream_gzopen()
/PHP-7.1/TSRM/
H A Dtsrm_win32.c198 TSRM_API int tsrm_win32_access(const char *pathname, int mode) in tsrm_win32_access()
477 int fno, type_len, read, mode; in popen_ex() local
/PHP-7.1/ext/spl/
H A Dspl_directory.h139 #define SPL_FILE_DIR_CURRENT(intern,mode) ((intern->flags&SPL_FILE_DIR_CURRENT_MODE_MASK)==mode) argument
145 #define SPL_FILE_DIR_KEY(intern,mode) ((intern->flags&SPL_FILE_DIR_KEY_MODE_MASK)==mode) argument
/PHP-7.1/ext/shmop/
H A Dshmop.c149 zend_long key, mode, size; in PHP_FUNCTION() local
/PHP-7.1/ext/gd/libgd/
H A Dgd_crop.c114 gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) in gdImageCropAuto()

Completed in 167 milliseconds

12345