Home
last modified time | relevance | path

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

123

/PHP-5.4/ext/filter/docs/
H A Dfilter.txt39 * If the filter's expected input data mask does not match the provided data
/PHP-5.4/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.4/ext/reflection/
H A Dphp_reflection.c1174 static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _function_check_flag() argument
1183 RETURN_BOOL(mptr->common.fn_flags & mask); in _function_check_flag()
4043 static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _class_check_flag() argument
4052 RETVAL_BOOL(ce->ce_flags & mask); in _class_check_flag()
4875 static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _property_check_flag() argument
4884 RETURN_BOOL(ref->prop.flags & mask); in _property_check_flag()
/PHP-5.4/ext/ereg/regex/
H A Dregcomp.c1050 cs->mask = 1 << ((no) % CHAR_BIT);
/PHP-5.4/ext/standard/
H A Dbasic_functions.c1183 ZEND_ARG_INFO(0, mask)
2147 ZEND_ARG_INFO(0, mask)
2154 ZEND_ARG_INFO(0, mask)
/PHP-5.4/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 480 milliseconds

123