| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regex2.h | 80 * and a mask to pick out the relevant bit of each byte. A hash code 90 uch mask; /* bit within array */ member in struct:__anon72 96 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) 97 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) 98 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
|
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 10210 ** Expr.flags mask, then Expr.x.pSelect is valid. Otherwise, Expr.x.pList is 10259 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no 10272 /* If the EP_Reduced flag is set in the Expr.flags mask, then no 10743 ** The TriggerPrg.aColmask[0] variable is set to a mask of old.* columns 10746 ** a mask of new.* columns used by the program. 14383 /* 0x87f3f is a mask of SQLITE_OPEN_ flags that are valid to be passed 15273 ** Return TRUE if the mask of type in eType matches the type of the 15295 ** Return TRUE if the mask of type in eType matches no bits of the type of the 21181 ** SLOT_2_0 A mask for (0x7f<<14) | 0x7f 21183 ** SLOT_4_2_0 A mask fo 23553 u32 mask; /* Mask of locks to take or release */ local 27131 long lk, mask; local 28096 { u16 mask; local 28464 u16 mask; /* Mask of locks to take or release */ local 33137 u16 mask; /* Mask of locks to take or release */ local 58546 yDbMask mask; local 58568 yDbMask mask; local 59958 sqlite3VdbeDeleteAuxData(VdbeFunc *pVdbeFunc, int mask) argument 77491 yDbMask mask; local 80832 yDbMask mask; local 82059 u32 mask; /* Mask of OLD.* columns in use */ local 82244 int mask; /* 0 for min() or 0xffffffff for max() */ local 84658 u32 mask = 0; local 88251 int mask; /* Mask for the db->flags value */ member in struct:sPragmaType 88299 int mask = p->mask; /* Mask of bits to set or clear. */ local 95773 int mask = 0; local 96227 u32 mask = 0; local 98773 Bitmask mask = 0; local 98790 Bitmask mask = 0; local 98799 Bitmask mask = 0; local 102908 Bitmask mask; /* Mask of tables not yet ready */ local 103514 struct {int value; int mask;} yy215; member in struct:__anon432::__anon433 108454 u32 mask; /* Mask of the bit in sqlite3.flags to set/clear */ member in struct:__anon435 109864 int mask = 0; local [all...] |
| /PHP_TRUNK/ext/standard/html_tables/ |
| H A D | html_table_gen.php | 738 $mask = $numelems - 1; variable 741 $hashes[hashfun($e[0]) & $mask][] = $e;
|
| /PHP_TRUNK/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 414 void DeleteTempFiles(const char *mask) argument 420 _snprintf(FindPath, sizeof(FindPath)-1, "%s\\%s", temppath, mask);
|
| /PHP_TRUNK/ext/pcntl/ |
| H A D | pcntl.c | 1233 sigset_t mask; local 1238 sigfillset(&mask); 1239 sigprocmask(SIG_BLOCK, &mask, &old_mask); 1278 /* return signal mask to previous state */
|
| /PHP_TRUNK/main/ |
| H A D | snprintf.c | 479 register int mask = (1 << nbits) - 1; local 486 *--p = digits[num & mask];
|
| /PHP_TRUNK/main/streams/ |
| H A D | php_stream_context.h | 49 int mask; member in struct:_php_stream_notifier 104 (context)->notifier->mask |= PHP_STREAM_NOTIFIER_PROGRESS; \ 107 #define php_stream_notify_progress_increment(context, dsofar, dmax) do { if ((context) && (context)->notifier && (context)->notifier->mask & PHP_STREAM_NOTIFIER_PROGRESS) { \
|
| /PHP_TRUNK/ext/session/ |
| H A D | session.c | 245 int mask; local 253 mask = (1 << nbits) - 1; 269 *out++ = hexconvtab[w & mask];
|
| /PHP_TRUNK/ext/standard/ |
| H A D | string.c | 346 /* {{{ proto int strspn(string str, string mask [, start [, len]]) 347 Finds length of initial segment consisting entirely of characters found in mask. If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars) */ 354 /* {{{ proto int strcspn(string str, string mask [, start [, len]]) 355 Finds length of initial segment consisting entirely of characters not found in mask. If start or/and length is provide works like strcspn(substr($s,$start,$len),$bad_chars) */ 742 static inline int php_charmask(unsigned char *input, int len, char *mask TSRMLS_DC) 748 memset(mask, 0, 256); 753 memset(mask+c, 1, input[3] - c + 1); 778 mask[c]=1; 795 char mask[256]; local 798 php_charmask((unsigned char*)what, what_len, mask TSRMLS_C [all...] |
| /PHP_TRUNK/ext/reflection/ |
| H A D | php_reflection.c | 1177 static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) argument 1186 RETURN_BOOL(mptr->common.fn_flags & mask); 4054 static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) argument 4063 RETVAL_BOOL(ce->ce_flags & mask); 4900 static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ argument 4909 RETURN_BOOL(ref->prop.flags & mask);
|
| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zip_close.c | 81 mode_t mask; 340 mask = umask(0); 341 umask(mask); 342 chmod(za->zn, 0666&~mask); 78 mode_t mask; local
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | ZendAccelerator.c | 1230 int mask = 0; local 1234 mask |= n; 1238 return mask; 1251 static void zend_accel_set_auto_globals(int mask TSRMLS_DC) 1257 if (mask & n) {
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_builtin_functions.c | 1650 zend_uint mask = va_arg(args, zend_uint); local 1652 zend_uint comply_mask = (comply)? mask:0; 1656 && (comply_mask == (ce->ce_flags & mask))) { 1672 zend_uint mask = ZEND_ACC_TRAIT; local 1680 zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply); 1689 zend_uint mask = ZEND_ACC_INTERFACE | (ZEND_ACC_TRAIT & ~ZEND_ACC_EXPLICIT_ABSTRACT_CLASS); local 1697 zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply); 1705 zend_uint mask = ZEND_ACC_INTERFACE; local 1713 zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply);
|