Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c280 typedef struct iterator_backtrack { struct
284 } iterator_backtrack; typedef
6045 PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL); in compile_ref_iterator_matchingpath()
6165 BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL(); in compile_ref_iterator_matchingpath()
6211 BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL(); in compile_ref_iterator_matchingpath()
6225 CMPTO(SLJIT_C_LESS, TMP1, 0, SLJIT_IMM, min, BACKTRACK_AS(iterator_backtrack)->matchingpath); in compile_ref_iterator_matchingpath()
7861 PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL); in compile_iterator_matchingpath()
7981 BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
7991 BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
8002 BACKTRACK_AS(iterator_backtrack)->matchingpath = LABEL(); in compile_iterator_matchingpath()
[all …]