Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c1835 if (cb != NULL && cb->nestptr[0] != NULL) in PRIV()
3979 if (c == CHAR_NULL && cb->nestptr[0] != NULL) in compile_branch()
3981 ptr = cb->nestptr[0]; in compile_branch()
3982 cb->nestptr[0] = cb->nestptr[1]; in compile_branch()
3983 cb->nestptr[1] = NULL; in compile_branch()
4140 if (!is_quantifier && cb->nestptr[0] == NULL) in compile_branch()
4250 cb->nestptr[0] = ptr + 7; in compile_branch()
4257 cb->nestptr[0] = ptr + 7; in compile_branch()
4449 cb->nestptr[0] = tempptr + 1; in compile_branch()
4597 cb->nestptr[1] = cb->nestptr[0]; in compile_branch()
[all …]
Dpcre2_intmodedep.h696 PCRE2_SPTR nestptr[2]; /* Pointer(s) saved for string substitution */ member