Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c5973 size_t base_hwm_offset = item_hwm_offset; in compile_branch() local
6120 (this_hwm_offset - base_hwm_offset)) in compile_branch()
6126 for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset; in compile_branch()
6133 base_hwm_offset = this_hwm_offset; in compile_branch()
6201 (this_hwm_offset - base_hwm_offset)) in compile_branch()
6207 for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset; in compile_branch()
6214 base_hwm_offset = this_hwm_offset; in compile_branch()

Completed in 35 milliseconds