Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c5291 uint32_t repeat_type, op_type; in compile_branch() local
6859 repeat_type = 0; /* Force greedy */ in compile_branch()
6867 repeat_type = greedy_non_default; in compile_branch()
6872 repeat_type = greedy_default; in compile_branch()
6950 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
6952 *code++ = OP_CRPLUS + repeat_type; in compile_branch()
6954 *code++ = OP_CRQUERY + repeat_type; in compile_branch()
6957 *code++ = OP_CRRANGE + repeat_type; in compile_branch()
7130 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
7145 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
[all …]
Dpcre2_jit_compile.c10223 int repeat_type = 0, repeat_count = 0; in compile_bracket_matchingpath() local
10254 repeat_type = PRIVATE_DATA(matchingpath + 2); in compile_bracket_matchingpath()
10256 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
10257 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
10259 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10364 if (repeat_type != 0) in compile_bracket_matchingpath()
10367 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
10377 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
10617 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10639 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
[all …]
/external/python/cpython2/Modules/
Ditertoolsmodule.c3674 static PyTypeObject repeat_type; variable
3770 static PyTypeObject repeat_type = { variable
4105 &repeat_type, in inititertools()
/external/python/cpython3/Modules/
Ditertoolsmodule.c4228 static PyTypeObject repeat_type; variable
4330 static PyTypeObject repeat_type = { variable
4699 &repeat_type, in itertoolsmodule_exec()
/external/python/cpython3/Tools/c-analyzer/
DTODO664 Modules/itertoolsmodule.c:repeat_type static PyTypeObject repeat_type
Dknown.tsv1587 Modules/itertoolsmodule.c - repeat_type variable static PyTypeObject repeat_type