Home
last modified time | relevance | path

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

12345

/PHP-7.3/ext/phar/
H A Ddirstream.c304 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, … in phar_wrapper_open_dir()
412 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()
161 …har_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phar_wrapper_open_url()
/PHP-7.3/ext/standard/
H A Dmath.c97 static inline double php_round_helper(double value, int mode) { in php_round_helper()
127 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round()
360 zend_long mode = PHP_ROUND_HALF_UP; in PHP_FUNCTION() local
854 int mode = 0; in _php_math_basetozval() local
H A Dhttp_fopen_wrapper.c121 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex()
977 …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.c592 char mode[3] = "wb"; in PHP_FUNCTION() local
875 char *filename, *mode; in PHP_NAMED_FUNCTION() local
932 char *command, *mode; in PHP_FUNCTION() local
1313 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
1328 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir()
1341 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 Dinfo.c662 PHPAPI zend_string *php_get_uname(char mode) in php_get_uname()
1340 char *mode = "a"; in PHP_FUNCTION() local
H A Dmt_rand.c191 zend_long mode = MT_RAND_MT19937; in PHP_FUNCTION() local
/PHP-7.3/ext/pspell/
H A Dpspell.c266 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
363 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
773 zend_long conf, mode; in PHP_FUNCTION() local
/PHP-7.3/ext/posix/
H A Dposix.c904 zend_long mode; in PHP_FUNCTION() local
933 zend_long mode; in PHP_FUNCTION() local
1020 zend_long mode = 0; in PHP_FUNCTION() local
/PHP-7.3/main/
H A Dfopen_wrappers.c329 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened…
620 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
/PHP-7.3/ext/dba/
H A Dphp_dba.h38 int mode; /* LOCK_EX,LOCK_SH */ member
45 dba_mode_t mode; member
H A Ddba_dbm.c43 #define TRUNC_IT(extension, mode) \ argument
H A Ddba_lmdb.c45 int rc, mode = 0644, flags = MDB_NOSUBDIR; in DBA_OPEN_FUNC() local
H A Ddba.c573 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update()
647 char mode[4], *pmode, *lock_file_mode = NULL; in php_dba_open() local
/PHP-7.3/ext/com_dotnet/
H A Dcom_extension.c227 int mode = CONST_CS | CONST_PERSISTENT; /* CONST_PERSISTENT is ok here */ in ZEND_GET_MODULE() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dtar.h55 char mode[8]; member
/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c285 int c1, c2, s1, s2, mode; in mbfl_filt_conv_wchar_sjis_mac() local
/PHP-7.3/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.3/ext/spl/
H A Dspl_directory.h137 #define SPL_FILE_DIR_CURRENT(intern,mode) ((intern->flags&SPL_FILE_DIR_CURRENT_MODE_MASK)==mode) argument
143 #define SPL_FILE_DIR_KEY(intern,mode) ((intern->flags&SPL_FILE_DIR_KEY_MODE_MASK)==mode) argument
/PHP-7.3/TSRM/
H A Dtsrm_win32.c193 TSRM_API int tsrm_win32_access(const char *pathname, int mode) in tsrm_win32_access()
451 int fno, type_len, read, mode; in popen_ex() local
/PHP-7.3/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-7.3/ext/gd/libgd/
H A Dgd_crop.c78 gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) in gdImageCropAuto()
/PHP-7.3/ext/shmop/
H A Dshmop.c148 zend_long key, mode, size; in PHP_FUNCTION() local
/PHP-7.3/ext/calendar/
H A Dcalendar.c683 zend_long julday, mode = CAL_DOW_DAYNO; in PHP_FUNCTION() local
714 zend_long julday, mode; in PHP_FUNCTION() local

Completed in 101 milliseconds

12345