Home
last modified time | relevance | path

Searched refs:mask (Results 51 – 58 of 58) sorted by relevance

123

/PHP-5.5/Zend/
H A Dzend_API.h716 #define ZEND_DEFINE_PROPERTY(class_ptr, name, value, mask) \ argument
720 zend_declare_property(class_ptr, _name, namelen, value, mask TSRMLS_CC); \
/PHP-5.5/ext/session/
H A Dsession.c253 int mask; in bin_to_readable() local
261 mask = (1 << nbits) - 1; in bin_to_readable()
277 *out++ = hexconvtab[w & mask]; in bin_to_readable()
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt39 * If the filter's expected input data mask does not match the provided data
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c29589 { u16 mask;
62273 assert( mask==BTREE_BULKLOAD || mask==BTREE_SEEK_EQ || mask==0 );
96482 assert( mask==-1 || mask==0 );
99281 u32 mask = 0;
99296 return mask;
112920 int mask = 0;
113377 u32 mask = 0;
113393 return mask;
116497 return mask;
116507 return mask;
[all …]
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1177 static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _function_check_flag() argument
1186 RETURN_BOOL(mptr->common.fn_flags & mask); in _function_check_flag()
4054 static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _class_check_flag() argument
4063 RETVAL_BOOL(ce->ce_flags & mask); in _class_check_flag()
4900 static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _property_check_flag() argument
4909 RETURN_BOOL(ref->prop.flags & mask); in _property_check_flag()
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1050 cs->mask = 1 << ((no) % CHAR_BIT);
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1186 ZEND_ARG_INFO(0, mask)
2161 ZEND_ARG_INFO(0, mask)
2168 ZEND_ARG_INFO(0, mask)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4508 # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
16224 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
16225 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default …
16226 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
17640 0 string \0\0\1\236\0\0\0\0\0\0\0\0\0\0\0\0 BEA TUXEDO DES mask data

Completed in 549 milliseconds

123