Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c280 case OP_NOT_HSPACE: in find_minlength()
904 case OP_NOT_HSPACE: in set_start_bits()
H A Dpcre_exec.c2482 case OP_NOT_HSPACE: in match()
4455 case OP_NOT_HSPACE: in match()
4706 case OP_NOT_HSPACE: in match()
5193 case OP_NOT_HSPACE: in match()
5318 case OP_NOT_HSPACE: in match()
5790 case OP_NOT_HSPACE: in match()
5807 if (gotspace == (ctype == OP_NOT_HSPACE)) break; in match()
6006 case OP_NOT_HSPACE: in match()
H A Dpcre_compile.c1901 case OP_NOT_HSPACE: in find_fixedlength()
2593 case OP_NOT_HSPACE: in could_be_empty_branch()
2979 case OP_NOT_HSPACE: in get_chr_property_list()
3549 case OP_NOT_HSPACE: in compare_opcodes()
H A Dpcre_internal.h1909 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 79 milliseconds