Home
last modified time | relevance | path

Searched defs:mode (Results 101 – 115 of 115) sorted by last modified time

12345

/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c283 int mode = CONST_CS | CONST_PERSISTENT; /* CONST_PERSISTENT is ok here */ in PHP_INI_MH() local
/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/Zend/
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()
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_compile.c5588 …onstant(znode *result, znode *constant_container, znode *constant_name, int mode, zend_bool check_… in zend_do_fetch_constant()
/PHP-5.5/TSRM/
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
H A Dtsrm_nw.c63 int mode = O_RDONLY; local
66 NXMode_t mode = NX_O_RDONLY; local
/PHP-5.5/ext/gd/libgd/
H A Dgd_pixelate.c3 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) in gdImagePixelate()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dtar.h55 char mode[8]; member

Completed in 82 milliseconds

12345