Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c8051 pcre_uint32 branchfirstchar, branchreqchar; in compile_regex() local
8131 if (!compile_branch(&options, &code, &ptr, errorcodeptr, &branchfirstchar, in compile_regex()
8153 firstchar = branchfirstchar; in compile_regex()
8171 (firstcharflags != branchfirstcharflags || firstchar != branchfirstchar)) in compile_regex()
8186 branchreqchar = branchfirstchar; in compile_regex()