Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c2395 end_nests = (nest_save *)(cb->start_workspace + cb->workspace_size); in parse_regex()
3574 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()
3685 if (top_nest > (nest_save *)(cb->start_workspace) && in parse_regex()
4141 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()
4283 if (top_nest == (nest_save *)(cb->start_workspace)) top_nest = NULL; in parse_regex()
5024 if (code > cb->start_workspace + cb->workspace_size - in compile_branch()
5027 *errorcodeptr = (code >= cb->start_workspace + cb->workspace_size)? in compile_branch()
9250 cb.start_workspace = cworkspace; in pcre2_compile()
Dpcre2_intmodedep.h719 PCRE2_SPTR start_workspace; /* The start of working space */ member