Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 112) sorted by path

12345

/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
H A Dtsrm_win32.h35 unsigned short mode; member
/PHP-7.4/Zend/
H A Dzend_compile.c4121 static void zend_compile_static_var_common(zend_string *var_name, zval *value, uint32_t mode) /* {{… in zend_compile_static_var_common()
5552 uint32_t mode = var_name_ast->attr; in zend_compile_closure_binding() local
H A Dzend_strtod.c3716 (dd, mode, ndigits, decpt, sign, rve) in zend_dtoa() argument
H A Dzend_virtual_cwd.c1299 CWD_API FILE *virtual_fopen(const char *path, const char *mode) /* {{{ */ in virtual_fopen()
1326 CWD_API int virtual_access(const char *pathname, int mode) /* {{{ */ in virtual_access()
1373 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod()
1447 mode_t mode; in virtual_open() local
1471 CWD_API int virtual_creat(const char *path, mode_t mode) /* {{{ */ in virtual_creat()
1584 CWD_API int virtual_mkdir(const char *pathname, mode_t mode) /* {{{ */ in virtual_mkdir()
H A Dzend_virtual_cwd.h258 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode) argument
262 #define VCWD_CREAT(path, mode) virtual_creat(path, mode) argument
279 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode) argument
289 #define VCWD_CREAT(path, mode) creat(path, mode) argument
305 #define VCWD_FOPEN(path, mode) fopen(path, mode) argument
309 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode) argument
313 #define VCWD_ACCESS(pathname, mode) access(pathname, mode) argument
315 #define VCWD_CHMOD(path, mode) chmod(path, mode) argument
359 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
363 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
[all …]
/PHP-7.4/ext/bz2/
H A Dbz2.c231 const char *mode, php_stream *innerstream STREAMS_DC) in _php_stream_bz2open_from_BZFILE()
248 const char *mode, in _php_stream_bz2open()
405 char *mode; /* The mode to open the stream with */ in PHP_FUNCTION() local
H A Dphp_bz2.h54 #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz),… argument
55 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/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/com_dotnet/
H A Dcom_com.c44 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION() local
H A Dcom_extension.c225 int mode = CONST_CS | CONST_PERSISTENT; /* CONST_PERSISTENT is ok here */ in ZEND_GET_MODULE() local
H A Dcom_typeinfo.c181 PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage) in php_com_import_typelib()
/PHP-7.4/ext/curl/
H A Dinterface.c76 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
/PHP-7.4/ext/dba/
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
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 Dphp_dba.h38 int mode; /* LOCK_EX,LOCK_SH */ member
45 dba_mode_t mode; member
/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/dom/
H A Ddocument.c1372 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser()
1493 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document()
2018 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html()
H A Dnode.c1693 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c433 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ in _php_finfo_get_type()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c949 apprentice_list(struct mlist *mlist, int mode) in apprentice_list()
H A Dfile.h421 mode_t mode; /* copy of current stat mode */ member
H A Dsoftmagic.c122 uint16_t *indir_count, uint16_t *name_count, int mode, int text) in file_softmagic()
201 const struct buffer *b, size_t offset, int mode, int text, in match()
1504 int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, in mget()
H A Dtar.h55 char mode[8]; member

Completed in 173 milliseconds

12345