Searched refs:get_iterator_parameters (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 7746 static SLJIT_INLINE pcre_uchar *get_iterator_parameters(compiler_common *common, pcre_uchar *cc, pc… in get_iterator_parameters() function 7863 cc = get_iterator_parameters(common, cc, &opcode, &type, &max, &min, &end); in compile_iterator_matchingpath() 8555 cc = get_iterator_parameters(common, cc, &opcode, &type, &max, &min, NULL); in compile_iterator_backtrackingpath()
|