Home
last modified time | relevance | path

Searched refs:OP_NOT_HSPACE (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c282 case OP_NOT_HSPACE: in find_minlength()
906 case OP_NOT_HSPACE: in set_start_bits()
H A Dpcre_exec.c2484 case OP_NOT_HSPACE: in match()
4457 case OP_NOT_HSPACE: in match()
4708 case OP_NOT_HSPACE: in match()
5195 case OP_NOT_HSPACE: in match()
5320 case OP_NOT_HSPACE: in match()
5792 case OP_NOT_HSPACE: in match()
5809 if (gotspace == (ctype == OP_NOT_HSPACE)) break; in match()
6008 case OP_NOT_HSPACE: in match()
H A Dpcre_compile.c1903 case OP_NOT_HSPACE: in find_fixedlength()
2595 case OP_NOT_HSPACE: in could_be_empty_branch()
2981 case OP_NOT_HSPACE: in get_chr_property_list()
3551 case OP_NOT_HSPACE: in compare_opcodes()
H A Dpcre_internal.h1913 OP_NOT_HSPACE, /* 18 \H (not horizontal whitespace) */ enumerator
H A Dpcre_jit_compile.c605 case OP_NOT_HSPACE: in next_opcode()
1360 case OP_NOT_HSPACE: in get_framesize()
5450 case OP_NOT_HSPACE: in compile_char1_matchingpath()
5453 read_char_range(common, 0x9, 0x3000, type == OP_NOT_HSPACE); in compile_char1_matchingpath()
5455 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
7936 case OP_NOT_HSPACE: in compile_iterator_matchingpath()
8313 case OP_NOT_HSPACE: in compile_matchingpath()
H A DHACKING183 OP_NOT_HSPACE \H

Completed in 73 milliseconds