Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c278 case OP_NOT_HSPACE: in find_minlength()
900 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.c1884 case OP_NOT_HSPACE: in find_fixedlength()
2576 case OP_NOT_HSPACE: in could_be_empty_branch()
2962 case OP_NOT_HSPACE: in get_chr_property_list()
3532 case OP_NOT_HSPACE: in compare_opcodes()
H A Dpcre_jit_compile.c605 case OP_NOT_HSPACE: in next_opcode()
1337 case OP_NOT_HSPACE: in get_framesize()
5413 case OP_NOT_HSPACE: in compile_char1_matchingpath()
5416 read_char_range(common, 0x9, 0x3000, type == OP_NOT_HSPACE); in compile_char1_matchingpath()
5418 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
7894 case OP_NOT_HSPACE: in compile_iterator_matchingpath()
8271 case OP_NOT_HSPACE: in compile_matchingpath()
H A Dpcre_internal.h1905 OP_NOT_HSPACE, /* 18 \H (not horizontal whitespace) */ enumerator
H A DHACKING183 OP_NOT_HSPACE \H

Completed in 80 milliseconds