Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c3957 pcre_uchar *save_hwm) in adjust_recurse() argument
3969 for (hc = save_hwm; hc < cd->hwm; hc += LINK_SIZE) in adjust_recurse()
4414 pcre_uchar *save_hwm = NULL; in compile_branch() local
5927 adjust_recurse(previous, 1, utf, cd, save_hwm); in compile_branch()
5951 adjust_recurse(previous, 2 + LINK_SIZE, utf, cd, save_hwm); in compile_branch()
6018 WORK_SIZE_SAFETY_MARGIN - (this_hwm - save_hwm)) in compile_branch()
6020 size_t save_offset = save_hwm - cd->start_workspace; in compile_branch()
6024 save_hwm = (pcre_uchar *)cd->start_workspace + save_offset; in compile_branch()
6028 for (hc = save_hwm; hc < this_hwm; hc += LINK_SIZE) in compile_branch()
6033 save_hwm = this_hwm; in compile_branch()
[all …]