| /PHP_5_3/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_3/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_3/ext/fileinfo/libmagic/ |
| H A D | tar.h | 55 char mode[8]; member in struct:record::header
|
| /PHP_5_3/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) {
|
| /PHP_5_3/ext/intl/idn/ |
| H A D | idn.c | 57 static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS, int mode) argument 96 if (mode == INTL_IDN_TO_ASCII) {
|
| /PHP_5_3/ext/mbstring/libmbfl/filters/ |
| 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_3/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_3/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);
|
| /PHP_5_3/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 371 char *mode; /* The mode to open the stream with */ local [all...] |
| /PHP_5_3/ext/calendar/ |
| H A D | calendar.c | 113 ZEND_ARG_INFO(0, mode) 118 ZEND_ARG_INFO(0, mode) 673 /* {{{ proto mixed jddayofweek(int juliandaycount [, int mode]) 677 long julday, mode = CAL_DOW_DAYNO; local 681 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|l", &julday, &mode) == FAILURE) { 689 switch (mode) { 704 /* {{{ proto string jdmonthname(int juliandaycount, int mode) 708 long julday, mode; local 712 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ll", &julday, &mode) == FAILURE) { 716 switch (mode) { [all...] |
| /PHP_5_3/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_3/ext/curl/ |
| H A D | streams.c | 172 /* if we are in blocking mode, set a timeout */ 269 php_stream *php_curl_stream_opener(php_stream_wrapper *wrapper, char *filename, char *mode, argument 279 stream = php_stream_alloc(&php_curl_stream_ops, curlstream, 0, mode); 434 /* prepare for "pull" mode */
|
| /PHP_5_3/ext/fileinfo/ |
| H A D | fileinfo.c | 345 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid mode '%ld'.", options); 416 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ argument 440 mode = FILEINFO_MODE_FILE; 444 mode = FILEINFO_MODE_STREAM; 476 switch (mode) {
|
| /PHP_5_3/ext/mbstring/ |
| H A D | php_unicode.c | 306 int mode = 0; local 312 if (mode) { 317 mode = 0; 321 mode = 1;
|
| /PHP_5_3/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_3/ext/standard/ |
| H A D | exec.c | 209 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ argument 216 if (mode) { 231 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_3/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_3/main/ |
| H A D | safe_mode.c | 44 * 4 - check mode and param 48 PHPAPI int php_checkuid_ex(const char *filename, const char *fopen_mode, int mode, int flags) argument 70 mode = CHECKUID_DISALLOW_FILE_NOT_EXISTS; 72 mode = CHECKUID_CHECK_FILE_AND_DIR; 79 if (mode != CHECKUID_ALLOW_ONLY_DIR) { 92 if (mode == CHECKUID_DISALLOW_FILE_NOT_EXISTS) { 97 } else if (mode == CHECKUID_ALLOW_FILE_NOT_EXISTS) { 149 if (mode != CHECKUID_ALLOW_ONLY_FILE) { 173 if (mode == CHECKUID_ALLOW_ONLY_DIR) { 198 PHPAPI int php_checkuid(const char *filename, const char *fopen_mode, int mode) argument [all...] |
| /PHP_5_3/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:__anon264 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_3/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
|