Home
last modified time | relevance | path

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

12345

/PHP-5.5/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
1642 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
276 #define VCWD_ACCESS(pathname, mode) virtual_access(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
315 #define VCWD_ACCESS(pathname, mode) access(pathname, mode) argument
[all …]
H A Dtsrm_win32.c460 int fno, type_len = strlen(type), read, mode; in popen_ex() local
H A Dtsrm_win32.h33 unsigned short mode; member
/PHP-5.5/Zend/
H A Dzend_compile.c5588 …onstant(znode *result, znode *constant_container, znode *constant_name, int mode, zend_bool check_… in zend_do_fetch_constant()
H A Dzend_hash.c849 int mode = (overwrite?HASH_UPDATE:HASH_ADD); in _zend_hash_merge() local
1231 … 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.h378 …pdate_current_key_ex(HashTable *ht, const char *arKey, uint nKeyLength, int mode, HashPosition *po… in zend_symtable_update_current_key_ex()
383 #define zend_symtable_update_current_key(ht,arKey,nKeyLength,mode) \ argument
H A Dzend_strtod.c1442 ZEND_API char * zend_dtoa(double _d, int mode, int ndigits, int *decpt, int *sign, char **rve) in zend_dtoa()
/PHP-5.5/ext/bz2/
H A Dbz2.c199 char *mode, php_stream *innerstream STREAMS_DC TSRMLS_DC) in _php_stream_bz2open_from_BZFILE()
213 char *mode, in _php_stream_bz2open()
374 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.5/ext/calendar/
H A Dcalendar.c686 long julday, mode = CAL_DOW_DAYNO; in PHP_FUNCTION() local
717 long julday, mode; in PHP_FUNCTION() local
/PHP-5.5/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.5/ext/curl/
H A Dinterface.c98 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
/PHP-5.5/ext/dba/
H A Ddba.c552 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update()
626 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.5/ext/dom/
H A Ddocument.c1552 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, int source_len, int options … in dom_document_parser()
1673 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document()
2178 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.5/ext/fileinfo/
H A Dfileinfo.c411 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c242 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
797 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
H A Dsoftmagic.c79 size_t level, int mode, int text) in file_softmagic()
121 const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, in match()
1131 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget()

Completed in 123 milliseconds

12345