Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c6117 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch() local
6122 (this_hwm_offset - base_hwm_offset)) in compile_branch()
6129 hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset; in compile_branch()
6135 base_hwm_offset = this_hwm_offset; in compile_branch()
6180 size_t this_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch() local
6203 (this_hwm_offset - base_hwm_offset)) in compile_branch()
6210 hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset; in compile_branch()
6216 base_hwm_offset = this_hwm_offset; in compile_branch()

Completed in 29 milliseconds