Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c933 memcpy(newspace, cd->start_workspace, cd->workspace_size * sizeof(pcre_uchar)); in expand_workspace()
934 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace()
936 (PUBL(free))((void *)cd->start_workspace); in expand_workspace()
937 cd->start_workspace = newspace; in expand_workspace()
2437 if (cd->start_workspace != NULL) in could_be_empty_branch()
2440 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
4029 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4050 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4591 if (code > cd->start_workspace + cd->workspace_size - in compile_branch()
4642 else if (cd->hwm > cd->start_workspace + cd->workspace_size) in compile_branch()
[all …]
Dpcre_internal.h2430 const pcre_uchar *start_workspace;/* The start of working space */ member