Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5280 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_branch() argument
5302 PCRE2_UCHAR *code = *codeptr; in compile_branch()
5466 *codeptr = code; in compile_branch()
7970 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() argument
7975 PCRE2_UCHAR *code = *codeptr; in compile_regex()
8175 *codeptr = code; in compile_regex()
8204 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()

Completed in 23 milliseconds