Home
last modified time | relevance | path

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

123456

/php-src/ext/bz2/
H A Dbz2.c163 const char *mode, php_stream *innerstream STREAMS_DC) in _php_stream_bz2open_from_BZFILE()
180 const char *mode, in _php_stream_bz2open()
335 char *mode; /* The mode to open the stream with */ in PHP_FUNCTION() local
H A Dbz2.stub.php9 function bzopen($file, string $mode) {}
/php-src/ext/gd/libgd/
H A Dgd_pixelate.c3 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) in gdImagePixelate()
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c125 …php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_ftp_fopen_connect()
403 …p_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_stream_url_wrap_ftp()
681 php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode in php_stream_ftp_opendir()
1022 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options… in php_stream_ftp_mkdir()
H A Dmicrotime.c46 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday()
H A Dhttp_fopen_wrapper.c119 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex()
981 …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.c463 char mode[3] = "wb"; in PHP_FUNCTION() local
737 char *filename, *mode; in PHP_FUNCTION() local
792 char *command, *mode; in PHP_FUNCTION() local
1123 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
1138 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir()
1150 zend_long mode = 0777; in PHP_FUNCTION() local
H A Dmath.c65 …ine double php_round_helper(double integral, double value, double exponent, int places, int mode) { in php_round_helper()
164 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round()
310 zend_long mode = PHP_ROUND_HALF_UP; in PHP_FUNCTION() local
766 int mode = 0; in _php_math_basetozval() local
/php-src/sapi/fpm/fpm/
H A Dfpm_php.c24 …ter(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage) /* {{… in fpm_php_zend_ini_alter_master()
85 int fpm_php_apply_defines_ex(struct key_value_s *kv, int mode) /* {{{ */ in fpm_php_apply_defines_ex()
/php-src/Zend/
H A Dzend_virtual_cwd.c1307 CWD_API FILE *virtual_fopen(const char *path, const char *mode) /* {{{ */ in virtual_fopen()
1334 CWD_API int virtual_access(const char *pathname, int mode) /* {{{ */ in virtual_access()
1381 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod()
1455 mode_t mode; in virtual_open() local
1479 CWD_API int virtual_creat(const char *path, mode_t mode) /* {{{ */ in virtual_creat()
1592 CWD_API int virtual_mkdir(const char *pathname, mode_t mode) /* {{{ */ in virtual_mkdir()
/php-src/ext/zip/
H A Dzip_stream.c240 php_stream *php_stream_zip_open(struct zip *arch, struct zip_stat *sb, const char *mode, zip_flags_… in php_stream_zip_open()
279 const char *mode, in php_stream_zip_opener()
/php-src/ext/shmop/
H A Dshmop.stub.php11 function shmop_open(int $key, string $mode, int $permissions, int $size): Shmop|false {}
/php-src/ext/posix/
H A Dposix.c586 zend_long mode; in PHP_FUNCTION() local
614 zend_long mode; in PHP_FUNCTION() local
702 zend_long mode = 0; in PHP_FUNCTION() local
738 zend_long mode = 0; in PHP_FUNCTION() local
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c61 mode_t mode; in create_tempfile() local
/php-src/main/streams/
H A Dcast.c47 FILE *fopencookie(void *cookie, const char *mode, cookie_io_functions_t *funcs) in fopencookie()
343 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
/php-src/ext/dom/
H A Dxpath_callbacks.h41 php_dom_register_functions_mode mode; member
/php-src/ext/phar/
H A Ddirstream.c289 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, … in phar_wrapper_open_dir()
397 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir()
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php26 public function pgsqlLOBOpen(string $oid, string $mode = "rb") {}
H A Dpdo_pgsql.stub.php43 public function lobOpen(string $oid, string $mode = "rb"){}
/php-src/ext/dba/
H A Dphp_dba.h35 int mode; /* LOCK_EX,LOCK_SH */ member
42 dba_mode_t mode; member
/php-src/ext/spl/
H A Dspl_directory.h102 #define SPL_FILE_DIR_CURRENT(intern,mode) ((intern->flags&SPL_FILE_DIR_CURRENT_MODE_MASK)==mode) argument
108 #define SPL_FILE_DIR_KEY(intern,mode) ((intern->flags&SPL_FILE_DIR_KEY_MODE_MASK)==mode) argument
/php-src/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/php-src/ext/fileinfo/libmagic/
H A Dtar.h55 char mode[8]; member
/php-src/main/
H A Dfopen_wrappers.c339 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-src/win32/
H A Dioutil.h278 __forceinline static int php_win32_ioutil_access(const char *path, mode_t mode) in php_win32_ioutil_access()
305 mode_t mode = 0; in php_win32_ioutil_open() local
530 __forceinline static int php_win32_ioutil_chmod(const char *patha, int mode) in php_win32_ioutil_chmod()
557 __forceinline static int php_win32_ioutil_mkdir(const char *path, mode_t mode) in php_win32_ioutil_mkdir()

Completed in 137 milliseconds

123456