Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/pspell/
H A Dpspell.c264 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
361 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
771 zend_long conf, mode; in PHP_FUNCTION() local
/PHP-7.4/ext/posix/
H A Dposix.c915 zend_long mode; in PHP_FUNCTION() local
944 zend_long mode; in PHP_FUNCTION() local
1038 zend_long mode = 0; in PHP_FUNCTION() local
/PHP-7.4/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.c575 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update()
649 char mode[4], *pmode, *lock_file_mode = NULL; in php_dba_open() local
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c120 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex()
965 …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.c590 char mode[3] = "wb"; in PHP_FUNCTION() local
869 char *filename, *mode; in PHP_NAMED_FUNCTION() local
926 char *command, *mode; in PHP_FUNCTION() local
1310 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
1325 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir()
1338 zend_long mode = 0777; in PHP_FUNCTION() local
H A Dinfo.c643 PHPAPI zend_string *php_get_uname(char mode) in php_get_uname()
1332 char *mode = "a"; in PHP_FUNCTION() local
H A Dmt_rand.c191 zend_long mode = MT_RAND_MT19937; in PHP_FUNCTION() local
/PHP-7.4/main/
H A Dfopen_wrappers.c338 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened…
635 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c225 int mode = CONST_CS | CONST_PERSISTENT; /* CONST_PERSISTENT is ok here */ in ZEND_GET_MODULE() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dtar.h55 char mode[8]; member
/PHP-7.4/win32/
H A Dioutil.h280 __forceinline static int php_win32_ioutil_access(const char *path, mode_t mode) in php_win32_ioutil_access()
307 mode_t mode = 0; in php_win32_ioutil_open() local
532 __forceinline static int php_win32_ioutil_chmod(const char *patha, int mode) in php_win32_ioutil_chmod()
559 __forceinline static int php_win32_ioutil_mkdir(const char *path, mode_t mode) in php_win32_ioutil_mkdir()
/PHP-7.4/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.4/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.4/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.4/ext/phar/
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.4/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.4/ext/zlib/
H A Dzlib_fopen_wrapper.c108 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int … in php_stream_gzopen()
/PHP-7.4/ext/gd/libgd/
H A Dgd_crop.c79 gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) in gdImageCropAuto()
/PHP-7.4/ext/shmop/
H A Dshmop.c148 zend_long key, mode, size; in PHP_FUNCTION() local
/PHP-7.4/ext/calendar/
H A Dcalendar.c685 zend_long julday, mode = CAL_DOW_DAYNO; in PHP_FUNCTION() local
716 zend_long julday, mode; in PHP_FUNCTION() local
/PHP-7.4/ext/zip/
H A Dzip_stream.c264 const char *mode, in php_stream_zip_opener()
/PHP-7.4/main/streams/
H A Dglob_wrapper.c199 …php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_glob_stream_opener()

Completed in 89 milliseconds

12345