Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_compile.c5389 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_branch() argument
5411 PCRE2_UCHAR *code = *codeptr; in compile_branch()
5574 *codeptr = code; in compile_branch()
8097 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() argument
8102 PCRE2_UCHAR *code = *codeptr; in compile_regex()
8302 *codeptr = code; in compile_regex()
8331 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()