Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c572 heapframe *assert_accept_frame; /* For passing back the frame with captures */ in match() local
777 assert_accept_frame = F; in match()
5136 (char *)assert_accept_frame + offsetof(heapframe, ovector), in match()
5137 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5138 Foffset_top = assert_accept_frame->offset_top; in match()
5139 Fmark = assert_accept_frame->mark; in match()
5327 (char *)assert_accept_frame + offsetof(heapframe, ovector), in match()
5328 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5329 Foffset_top = assert_accept_frame->offset_top; in match()