Home
last modified time | relevance | path

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

12345

/PHP-5.3/TSRM/
H A Dtsrm_nw.c63 int mode = O_RDONLY; local
66 NXMode_t mode = NX_O_RDONLY; local
H A Dtsrm_virtual_cwd.c92 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
96 #define S_ISREG(mode) ((mode) & _S_IFREG) argument
1656 mode_t mode; in virtual_open() local
H A Dtsrm_virtual_cwd.h259 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode TSRMLS_CC) argument
263 #define VCWD_CREAT(path, mode) virtual_creat(path, mode TSRMLS_CC) argument
272 #define VCWD_MKDIR(pathname, mode) virtual_mkdir(pathname, mode TSRMLS_CC) argument
280 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode TSRMLS_CC) argument
291 #define VCWD_FOPEN(path, mode) fopen(path, mode) argument
293 #define VCWD_OPEN_MODE(path, flags, mode) open(path, flags, mode) argument
294 #define VCWD_CREAT(path, mode) creat(path, mode) argument
308 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode) argument
313 #define VCWD_ACCESS(pathname, mode) tsrm_win32_access(pathname, mode) argument
315 #define VCWD_ACCESS(pathname, mode) access(pathname, mode) argument
[all …]
H A Dtsrm_win32.c193 TSRM_API int tsrm_win32_access(const char *pathname, int mode) in tsrm_win32_access()
460 int fno, type_len = strlen(type), read, mode; in popen_ex() local
H A Dtsrm_win32.h33 unsigned short mode; member
/PHP-5.3/Zend/
H A Dzend_compile.c3919 …onstant(znode *result, znode *constant_container, znode *constant_name, int mode, zend_bool check_… in zend_do_fetch_constant()
H A Dzend_hash.c807 int mode = (overwrite?HASH_UPDATE:HASH_ADD); in _zend_hash_merge() local
1175 … int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *po… in zend_hash_update_current_key_ex()
H A Dzend_hash.h370 …pdate_current_key_ex(HashTable *ht, const char *arKey, uint nKeyLength, int mode, HashPosition *po… in zend_symtable_update_current_key_ex()
375 #define zend_symtable_update_current_key(ht,arKey,nKeyLength,mode) \ argument
H A Dzend_strtod.c1443 ZEND_API char * zend_dtoa(double _d, int mode, int ndigits, int *decpt, int *sign, char **rve) in zend_dtoa()
/PHP-5.3/ext/bz2/
H A Dbz2.c195 char *mode, php_stream *innerstream STREAMS_DC TSRMLS_DC) in _php_stream_bz2open_from_BZFILE()
209 char *mode, in _php_stream_bz2open()
371 char *mode; /* The mode to open the stream with */ in PHP_FUNCTION() local
H A Dphp_bz2.h53 #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz),… argument
54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.3/ext/calendar/
H A Dcalendar.c677 long julday, mode = CAL_DOW_DAYNO; in PHP_FUNCTION() local
708 long julday, mode; in PHP_FUNCTION() local
/PHP-5.3/ext/com_dotnet/
H A Dcom_com.c46 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION() local
H A Dcom_extension.c283 int mode = CONST_CS | CONST_PERSISTENT; /* CONST_PERSISTENT is ok here */ in PHP_INI_MH() local
H A Dcom_typeinfo.c156 PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage TSRMLS_DC) in php_com_import_typelib()
/PHP-5.3/ext/curl/
H A Dinterface.c97 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
H A Dstreams.c269 php_stream *php_curl_stream_opener(php_stream_wrapper *wrapper, char *filename, char *mode, in php_curl_stream_opener()
/PHP-5.3/ext/dba/
H A Ddba.c533 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update()
619 char mode[4], *pmode, *lock_file_mode = NULL; in php_dba_open() local
H A Ddba_dbm.c45 #define TRUNC_IT(extension, mode) \ argument
H A Dphp_dba.h37 int mode; /* LOCK_EX,LOCK_SH */ member
44 dba_mode_t mode; member
/PHP-5.3/ext/dom/
H A Ddocument.c1545 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, int source_len, int options … in dom_document_parser()
1662 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document()
2151 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html()
H A Dnode.c1748 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization()
/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c416 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c204 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
542 apprentice_list(struct mlist *mlist, int mode) in apprentice_list()
H A Dfsmagic.c70 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
74 #define S_ISREG(mode) ((mode) & _S_IFREG) argument

Completed in 105 milliseconds

12345