Home
last modified time | relevance | path

Searched refs:BitSetRef (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c150 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range()
160 bitset_set_all(BitSetRef bs)
170 bitset_invert(BitSetRef bs) in bitset_invert()
179 bitset_invert_to(BitSetRef from, BitSetRef to) in bitset_invert_to()
188 bitset_and(BitSetRef dest, BitSetRef bs) in bitset_and()
197 bitset_or(BitSetRef dest, BitSetRef bs) in bitset_or()
206 bitset_copy(BitSetRef dest, BitSetRef bs) in bitset_copy()
1952 BitSetRef bsr1, bsr2; in and_cclass()
2010 BitSetRef bsr1, bsr2; in or_cclass()
5027 BitSetRef bs = cc->bs; in parse_exp()
H A Dregint.h433 typedef Bits* BitSetRef; typedef
H A Dregexec.c1829 if (BITSET_AT(((BitSetRef )p), *s) == 0) goto fail; in match_at()
1871 if (BITSET_AT(((BitSetRef )p), *s) == 0) in match_at()
1884 if (BITSET_AT(((BitSetRef )p), *s) != 0) goto fail; in match_at()
1938 if (BITSET_AT(((BitSetRef )p), *s) != 0) in match_at()
H A Dregcomp.c99 bitset_is_empty(BitSetRef bs) in bitset_is_empty()
110 bitset_on_num(BitSetRef bs) in bitset_on_num()
267 add_bitset(regex_t* reg, BitSetRef bs) in add_bitset()
5720 n = bitset_on_num((BitSetRef )bp); in onig_print_compiled_byte_code()
5726 n = bitset_on_num((BitSetRef )bp); in onig_print_compiled_byte_code()
5745 n = bitset_on_num((BitSetRef )bp); in onig_print_compiled_byte_code()

Completed in 51 milliseconds