Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1737 long mode = PHP_SQLITE3_BOTH; local
/PHP-5.5/ext/standard/
H A Darray.c309 long mode = COUNT_NORMAL; in PHP_FUNCTION() local
H A Dexec.c214 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex()
H A Dfile.c126 # define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
582 char mode[3] = "wb"; in PHP_FUNCTION() local
864 char *filename, *mode; in PHP_NAMED_FUNCTION() local
919 char *command, *mode; in PHP_FUNCTION() local
1295 PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC) in php_mkdir_ex()
1323 long mode = 0777; in PHP_FUNCTION() local
H A Dfilestat.c89 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
92 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
95 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) argument
671 long mode; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c133 static php_stream *php_ftp_fopen_connect(php_stream_wrapper *wrapper, char *path, char *mode, int o… in php_ftp_fopen_connect()
413 php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_ftp()
694 php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, char *path, char *mode, int option… in php_stream_ftp_opendir()
1035 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_… in php_stream_ftp_mkdir()
H A Dhttp_fopen_wrapper.c111 php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path, char *mode, int op… in php_stream_url_wrap_http_ex()
938 php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_http()
H A Dimage.c1391 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
H A Dinfo.c759 PHPAPI char *php_get_uname(char mode) in php_get_uname()
1457 char *mode = "a"; in PHP_FUNCTION() local
H A Dmath.c109 static inline double php_round_helper(double value, int mode) { in php_round_helper()
139 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round()
348 long mode = PHP_ROUND_HALF_UP; in PHP_FUNCTION() local
844 int mode = 0; in _php_math_basetozval() local
H A Dmicrotime.c53 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday()
H A Dphp_fopen_wrapper.c160 php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_php()
H A Dproc_open.c444 int mode; /* mode for proc_open code */ member
H A Dstring.c850 static void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1325 char *mode = NULL; in PHP_NAMED_FUNCTION() local
2599 char *mode = "rb"; in ZIPARCHIVE_METHOD() local
H A Dzip_stream.c239 char *mode, in php_stream_zip_opener()
/PHP-5.5/ext/zlib/
H A Dzlib.c590 char *mode; in PHP_FUNCTION() local
H A Dzlib_fopen_wrapper.c109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, in php_stream_gzopen()
/PHP-5.5/main/
H A Dfopen_wrappers.c57 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
342 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, char **opened_path T…
611 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **o…
H A Dmain.c118 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
333 int mode; in php_get_display_errors_mode() local
374 int mode, tmp_value_length, cgi_or_cli; in PHP_INI_DISP() local
H A Dphp_ini.c41 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
H A Dphp_memory_streams.h32 #define php_stream_memory_create(mode) _php_stream_memory_create((mode) STREAMS_CC TSRMLS_CC) argument
33 #define php_stream_memory_create_rel(mode) _php_stream_memory_create((mode) STREAMS_REL_CC TSRMLS_C… argument
34 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… argument
38 #define php_stream_temp_create(mode, max_memory_usage) _php_stream_temp_create((mode), (max_memory_… 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
198 char mode[16]; /* "rwb" etc. ala stdio */ member
243 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
342 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
404 #define php_stream_lock(stream, mode) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, … argument
555 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
[all …]
/PHP-5.5/main/streams/
H A Dcast.c49 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie()
354 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, char **opened_p… in _php_stream_open_wrapper_as_file()
H A Dglob_wrapper.c209 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_glob_stream_opener()

Completed in 108 milliseconds

12345