Lines Matching refs:offset_capture
608 int offset_capture; /* Capture match offsets: yes/no */ in php_pcre_match_impl() local
621 offset_capture = flags & PREG_OFFSET_CAPTURE; in php_pcre_match_impl()
636 offset_capture = 0; in php_pcre_match_impl()
725 if (offset_capture) { in php_pcre_match_impl()
759 if (offset_capture) { in php_pcre_match_impl()
781 if (offset_capture) { in php_pcre_match_impl()
1583 int offset_capture; /* If offsets should be captured */ in php_pcre_split_impl() local
1587 offset_capture = flags & PREG_SPLIT_OFFSET_CAPTURE; in php_pcre_split_impl()
1640 if (offset_capture) { in php_pcre_split_impl()
1663 if (offset_capture) { in php_pcre_split_impl()
1720 if (offset_capture) { in php_pcre_split_impl()