Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c599 heapframe *assert_accept_frame = NULL; /* For passing back a frame with captures */ in match() local
811 assert_accept_frame = F; in match()
5421 (char *)assert_accept_frame + offsetof(heapframe, ovector), in match()
5422 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5423 Foffset_top = assert_accept_frame->offset_top; in match()
5424 Fmark = assert_accept_frame->mark; in match()
5612 (char *)assert_accept_frame + offsetof(heapframe, ovector), in match()
5613 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5614 Foffset_top = assert_accept_frame->offset_top; in match()

Completed in 17 milliseconds