| /PHP_5_5/ext/zip/ |
| H A D | zip_stream.c | 188 php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_DC TSRMLS_DC) 197 if (strncmp(mode,"r", strlen("r")) != 0) { 220 stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); 239 char *mode, 274 if (path_len >= MAXPATHLEN || mode[0] != 'r') { 299 stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); 237 php_stream_zip_opener(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) argument
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 26 static int fpm_php_zend_ini_alter_master(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage TSRMLS_DC) /* {{{ */ argument 42 ini_entry->modifiable = mode; 80 int fpm_php_apply_defines_ex(struct key_value_s *kv, int mode) /* {{{ */ argument 95 if (fpm_php_zend_ini_alter_master(name, name_len+1, value, value_len, mode, PHP_INI_STAGE_ACTIVATE TSRMLS_CC) == FAILURE) {
|
| /PHP_5_5/ext/fileinfo/libmagic/ |
| H A D | tar.h | 55 char mode[8]; member in struct:record::header
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gd_pixelate.c | 3 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) argument 12 switch (mode) {
|
| H A D | gd_crop.c | 89 * Automatic croping of the src image using the given mode 95 * mode - crop mode 103 gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) argument 117 switch (mode) {
|
| /PHP_5_5/ext/intl/idn/ |
| H A D | idn.c | 114 static int php_intl_idn_check_status(UErrorCode err, const char *msg, int mode TSRMLS_DC) 120 mode == INTL_IDN_TO_ASCII ? "idn_to_ascii" : "idn_to_utf8", 130 static inline void php_intl_bad_args(const char *msg, int mode TSRMLS_DC) 132 php_intl_idn_check_status(U_ILLEGAL_ARGUMENT_ERROR, msg, mode TSRMLS_CC); 137 const char *domain, int domain_len, uint32_t option, int mode, zval *idna_info) 149 mode TSRMLS_CC) == FAILURE) { 154 if (mode == INTL_IDN_TO_ASCII) { 162 mode TSRMLS_CC) == FAILURE) { 205 const char *domain, int domain_len, uint32_t option, int mode) 232 if (mode 136 php_intl_idn_to_46(INTERNAL_FUNCTION_PARAMETERS, const char *domain, int domain_len, uint32_t option, int mode, zval *idna_info) argument 204 php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS, const char *domain, int domain_len, uint32_t option, int mode) argument 262 php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) argument [all...] |
| /PHP_5_5/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_sjis_mac.c | 283 int c1, c2, s1, s2, mode; local 536 mode = (filter->cache & 0xf0000) >> 16; 541 if (mode == 0x1) { 563 } else if (mode == 0x2) { 571 } else if (mode == 0x4) { 585 mode = (filter->cache & 0xf0000) >> 16; 590 if (mode == 0x2) { 617 } else if (mode == 0x4) { 631 mode = (filter->cache & 0xf0000) >> 16; 636 if (mode [all...] |
| H A D | mbfilter_tl_jisx0201_jisx0208.c | 44 int mode = ((mbfl_filt_tl_jisx0201_jisx0208_param *)filt->opaque)->mode; local 48 if ((mode & MBFL_FILT_TL_HAN2ZEN_ALL) 52 } else if ((mode & MBFL_FILT_TL_HAN2ZEN_ALPHA) && 56 } else if ((mode & MBFL_FILT_TL_HAN2ZEN_NUMERIC) && 60 } else if ((mode & MBFL_FILT_TL_HAN2ZEN_SPACE) && c == 0x20) { 65 if (mode & 68 if ((mode & MBFL_FILT_TL_HAN2ZEN_KATAKANA) && 69 (mode & MBFL_FILT_TL_HAN2ZEN_GLUE)) { 100 } else if ((mode 274 int mode = ((mbfl_filt_tl_jisx0201_jisx0208_param *)filt->opaque)->mode; local [all...] |
| H A D | mbfilter_tl_jisx0201_jisx0208.h | 74 int mode; member in struct:_mbfl_filt_tl_jisx0201_jisx0208_param
|
| /PHP_5_5/ext/mbstring/libmbfl/tests/ |
| H A D | conv_kana.c | 32 int mode = 0; local 51 mode |= 0x1; 54 mode |= 0x10; 57 mode |= 0x2; 60 mode |= 0x20; 63 mode |= 0x4; 66 mode |= 0x40; 69 mode |= 0x8; 72 mode |= 0x80; 75 mode | [all...] |
| /PHP_5_5/TSRM/ |
| H A D | tsrm_nw.c | 63 int mode = O_RDONLY; local 66 NXMode_t mode = NX_O_RDONLY; local 81 /* Set pipe mode according to type -- for now allow only "r" or "w" */ 84 mode = O_RDONLY; 86 mode = NX_O_RDONLY; 90 mode = O_WRONLY; 92 mode = NX_O_WRONLY; 98 pipe_handle = pipe_open(filePath, mode); 102 pipe_handle = mkfifo(filePath, mode); 109 err = NXFifoOpen(0, filePath, mode, [all...] |
| H A D | tsrm_win32.h | 33 unsigned short mode; member in struct:ipc_perm 101 TSRM_API int tsrm_win32_access(const char *pathname, int mode TSRMLS_DC);
|
| /PHP_5_5/ext/bz2/ |
| H A D | bz2.c | 62 ZEND_ARG_INFO(0, mode) 195 char *mode, php_stream *innerstream STREAMS_DC TSRMLS_DC) 204 return php_stream_alloc_rel(&php_stream_bz2io_ops, self, 0, mode); 209 char *mode, 221 if (mode[0] == '\0' || (mode[0] != 'w' && mode[0] != 'r' && mode[1] != '\0')) { 236 bz_file = BZ2_bzopen(path_copy, mode); 245 stream = php_stream_open_wrapper(path, mode, option 194 _php_stream_bz2open_from_BZFILE(BZFILE *bz, char *mode, php_stream *innerstream STREAMS_DC TSRMLS_DC) argument 207 _php_stream_bz2open(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) argument 364 char *mode; /* The mode to open the stream with */ local [all...] |
| /PHP_5_5/ext/com_dotnet/ |
| H A D | com_extension.c | 283 int mode = CONST_CS | CONST_PERSISTENT; /* CONST_PERSISTENT is ok here */ local 296 mode &= ~CONST_CS; 312 php_com_import_typelib(pTL, mode, COMG(code_page) TSRMLS_CC);
|
| /PHP_5_5/ext/fileinfo/ |
| H A D | fileinfo.c | 340 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid mode '%ld'.", options); 411 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ argument 435 mode = FILEINFO_MODE_FILE; 439 mode = FILEINFO_MODE_STREAM; 471 switch (mode) {
|
| /PHP_5_5/ext/ftp/ |
| H A D | php_ftp.c | 103 ZEND_ARG_INFO(0, mode) 132 ZEND_ARG_INFO(0, mode) 140 ZEND_ARG_INFO(0, mode) 153 ZEND_ARG_INFO(0, mode) 161 ZEND_ARG_INFO(0, mode) 173 ZEND_ARG_INFO(0, mode) 181 ZEND_ARG_INFO(0, mode) 189 ZEND_ARG_INFO(0, mode) 197 ZEND_ARG_INFO(0, mode) 331 #define XTYPE(xtype, mode) { \ 608 long mode; local 744 long mode, resumepos=0; local 788 long mode, resumepos=0; local 858 long mode, resumepos=0; local 921 long mode, resumepos=0; local 1024 long mode, startpos=0; local 1071 long mode, startpos=0; local 1124 long mode, startpos=0; local 1177 long mode, startpos=0; local [all...] |
| /PHP_5_5/ext/mbstring/ |
| H A D | php_unicode.c | 306 int mode = 0; local 312 if (mode) { 317 mode = 0; 321 mode = 1;
|
| /PHP_5_5/ext/shmop/ |
| H A D | shmop.c | 52 ZEND_ARG_INFO(0, mode) 155 /* {{{ proto int shmop_open (int key, string flags, int mode, int size) 159 long key, mode, size; local 166 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lsll", &key, &flags, &flags_len, &mode, &size) == FAILURE) { 179 shmop->shmflg |= mode; 201 php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid access mode");
|
| /PHP_5_5/ext/standard/ |
| H A D | exec.c | 171 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ argument 178 if (mode) { 193 ret = php_exec(mode, cmd, NULL, return_value TSRMLS_CC);
|
| H A D | microtime.c | 53 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) argument 70 if (mode) {
|
| /PHP_5_5/ext/zlib/ |
| H A D | zlib_fopen_wrapper.c | 109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, argument 116 if (strchr(mode, '+')) { 129 innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path, context); 137 self->gz_file = gzdopen(dup(fd), mode); 140 stream = php_stream_alloc_rel(&php_stream_gzio_ops, self, 0, mode);
|
| /PHP_5_5/main/streams/ |
| H A D | glob_wrapper.c | 209 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, argument 260 return php_stream_alloc(&php_glob_stream_ops, pglob, 0, mode);
|
| H A D | mmap.c | 25 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_operation_t mode, size_t *mapped_len TSRMLS_DC) argument 31 range.mode = mode;
|
| H A D | php_stream_mmap.h | 54 php_stream_mmap_access_t mode; member in struct:__anon293 70 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_operation_t mode, size_t *mapped_len TSRMLS_DC); 71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length), (mode), (mapped_len) TSRMLS_CC)
|
| /PHP_5_5/ext/phar/ |
| H A D | tar.h | 43 char mode[8]; /* file mode */ member in struct:_old_tar_header 67 char mode[8]; /* file mode */ member in struct:_tar_header
|