Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c6115 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch() local
6120 (this_hwm_offset - base_hwm_offset)) in compile_branch()
6127 hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset; in compile_branch()
6133 base_hwm_offset = this_hwm_offset; in compile_branch()
6178 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch() local
6201 (this_hwm_offset - base_hwm_offset)) in compile_branch()
6208 hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset; in compile_branch()
6214 base_hwm_offset = this_hwm_offset; in compile_branch()

Completed in 32 milliseconds