repeat_type 4457 ext/pcre/pcrelib/pcre_compile.c int repeat_type, op_type; repeat_type 5681 ext/pcre/pcrelib/pcre_compile.c repeat_type = 0; /* Force greedy */ repeat_type 5687 ext/pcre/pcrelib/pcre_compile.c repeat_type = greedy_non_default; repeat_type 5690 ext/pcre/pcrelib/pcre_compile.c else repeat_type = greedy_default; repeat_type 5802 ext/pcre/pcrelib/pcre_compile.c repeat_type += op_type; repeat_type 5809 ext/pcre/pcrelib/pcre_compile.c if (repeat_max == -1) *code++ = OP_STAR + repeat_type; repeat_type 5810 ext/pcre/pcrelib/pcre_compile.c else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type; repeat_type 5813 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_UPTO + repeat_type; repeat_type 5826 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_PLUS + repeat_type; repeat_type 5831 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_UPTO + repeat_type; repeat_type 5868 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_STAR + repeat_type; repeat_type 5895 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_QUERY + repeat_type; repeat_type 5899 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_UPTO + repeat_type; repeat_type 5946 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_CRSTAR + repeat_type; repeat_type 5948 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_CRPLUS + repeat_type; repeat_type 5950 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_CRQUERY + repeat_type; repeat_type 5953 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_CRRANGE + repeat_type; repeat_type 6037 ext/pcre/pcrelib/pcre_compile.c *previous++ = OP_BRAZERO + repeat_type; repeat_type 6055 ext/pcre/pcrelib/pcre_compile.c *previous++ = OP_BRAZERO + repeat_type; repeat_type 6180 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_BRAZERO + repeat_type; repeat_type 6273 ext/pcre/pcrelib/pcre_compile.c *ketcode = OP_KETRMAX + repeat_type; repeat_type 6343 ext/pcre/pcrelib/pcre_compile.c else *ketcode = OP_KETRMAX + repeat_type; repeat_type 6990 ext/pcre/pcrelib/pcre_jit_compile.c int repeat_type = 0, repeat_count = 0; repeat_type 7021 ext/pcre/pcrelib/pcre_jit_compile.c repeat_type = PRIVATE_DATA(matchingpath + 2); repeat_type 7023 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); repeat_type 7024 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_UPTO) repeat_type 7026 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_MINUPTO) repeat_type 7139 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type != 0) repeat_type 7142 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_EXACT) repeat_type 7152 ext/pcre/pcrelib/pcre_jit_compile.c if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0) repeat_type 7381 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_MINUPTO) repeat_type 7403 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_MINUPTO) repeat_type 7439 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type != 0) repeat_type 7470 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_EXACT) repeat_type 7476 ext/pcre/pcrelib/pcre_jit_compile.c else if (repeat_type == OP_UPTO) repeat_type 8866 ext/pcre/pcrelib/pcre_jit_compile.c int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; repeat_type 8896 ext/pcre/pcrelib/pcre_jit_compile.c repeat_type = PRIVATE_DATA(ccbegin + 2); repeat_type 8898 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(repeat_type != 0 && repeat_count != 0); repeat_type 8899 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_UPTO) repeat_type 8901 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_MINUPTO) repeat_type 8925 ext/pcre/pcrelib/pcre_jit_compile.c if (ket != OP_KET && repeat_type != 0) repeat_type 8930 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_UPTO) repeat_type 8950 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type != 0) repeat_type 8976 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type != 0) repeat_type 8985 ext/pcre/pcrelib/pcre_jit_compile.c else if (repeat_type == OP_EXACT) repeat_type 9123 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_MINUPTO) repeat_type 9145 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_MINUPTO) repeat_type 9276 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_EXACT)