Home
last modified time | relevance | path

Searched defs:mode (Results 76 – 100 of 112) sorted by path

12345

/PHP-7.4/ext/standard/
H A Dfilestat.c588 zend_long mode; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c131 …php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_ftp_fopen_connect()
413 …p_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_stream_url_wrap_ftp()
693 php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode in php_stream_ftp_opendir()
1038 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options… in php_stream_ftp_mkdir()
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 Dimage.c1492 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
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 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
853 int mode = 0; in _php_math_basetozval() local
H A Dmicrotime.c49 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday()
H A Dmt_rand.c191 zend_long mode = MT_RAND_MT19937; in PHP_FUNCTION() local
H A Dphp_fopen_wrapper.c178 …p_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_url_wrap_php()
H A Dproc_open.c394 int mode; /* mode for proc_open code */ member
H A Dstring.c774 …nd_always_inline zend_string *php_trim_int(zend_string *str, char *what, size_t what_len, int mode) in php_trim_int()
866 PHPAPI zend_string *php_trim(zend_string *str, char *what, size_t what_len, int mode) in php_trim()
875 static zend_always_inline void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1262 char *mode = NULL; in PHP_NAMED_FUNCTION() local
2781 char *mode = "rb"; local
H A Dzip_stream.c264 const char *mode, in php_stream_zip_opener()
/PHP-7.4/ext/zlib/
H A Dzlib.c605 char *mode; in PHP_FUNCTION() local
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/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…
H A Dmain.c499 int mode; in php_get_display_errors_mode() local
540 int mode, cgi_or_cli; in PHP_INI_DISP() local
1634 PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode) /*… in php_stream_open_for_zend_ex()
H A Dphp_memory_streams.h31 #define php_stream_memory_create(mode) _php_stream_memory_create((mode) STREAMS_CC) argument
32 #define php_stream_memory_create_rel(mode) _php_stream_memory_create((mode) STREAMS_REL_CC) argument
33 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… argument
37 #define php_stream_temp_create(mode, max_memory_usage) _php_stream_temp_create((mode), (max_memory_… argument
38 #define php_stream_temp_create_ex(mode, max_memory_usage, tmpdir) _php_stream_temp_create_ex((mode)… argument
39 #define php_stream_temp_create_rel(mode, max_memory_usage) _php_stream_temp_create((mode), (max_mem… argument
40 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
66 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
70 #define php_stream_fopen_from_fd_rel(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mod… argument
71 #define php_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STRE… argument
73 #define php_stream_fopen_from_pipe_rel(file, mode) _php_stream_fopen_from_pipe((file), (mode) STRE… argument
79 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument
209 char mode[16]; /* "rwb" etc. ala stdio */ member
250 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
355 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
417 #define php_stream_lock(stream, mode) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, … argument
[all …]
H A Dsnprintf.c140 int mode = ndigit >= 0 ? 2 : 0; in php_gcvt() local
/PHP-7.4/main/streams/
H A Dcast.c47 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie()
347 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
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()
H A Dmemory.c42 int mode; member
276 PHPAPI int php_stream_mode_from_str(const char *mode) in php_stream_mode_from_str()
288 PHPAPI const char *_php_stream_mode_to_str(int mode) in _php_stream_mode_to_str()
320 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC) in _php_stream_memory_open()
364 int mode; member
574 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir… in _php_stream_temp_create_ex()
596 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC) in _php_stream_temp_create()
603 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t lengt… in _php_stream_temp_open()
634 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
H A Dmmap.c23 …_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_… in _php_stream_mmap_range()
H A Dphp_stream_mmap.h52 php_stream_mmap_access_t mode; member
71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument

Completed in 142 milliseconds

12345