Lines Matching refs:OP_ASSERT_NOT
973 case OP_ASSERT_NOT: in next_opcode()
1880 case OP_ASSERT_NOT: in set_private_data_ptrs()
2502 case OP_ASSERT_NOT: in get_recurse_data_length()
2851 case OP_ASSERT_NOT: in copy_recurse_data()
5648 case OP_ASSERT_NOT: in scan_prefix()
10285 if (conditional || (opcode == OP_ASSERT_NOT || opcode == OP_ASSERTBACK_NOT)) in compile_assert_matchingpath()
10357 if ((opcode != OP_ASSERT_NOT && opcode != OP_ASSERTBACK_NOT) || conditional) in compile_assert_matchingpath()
10382 if (opcode == OP_ASSERT_NOT || opcode == OP_ASSERTBACK_NOT) in compile_assert_matchingpath()
12668 case OP_ASSERT_NOT: in compile_matchingpath()
13014 if (*cc == OP_ASSERT_NOT || *cc == OP_ASSERTBACK_NOT) in compile_assert_backtrackingpath()
13427 …if ((ccbegin[1 + LINK_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && as… in compile_bracket_backtrackingpath()
13836 case OP_ASSERT_NOT: in compile_backtrackingpath()