Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h775 typedef struct match_block { struct
825 } match_block; argument
Dpcre2_match.c146 match_block *mb, BOOL caseless, PCRE2_SIZE *lengthptr) in match_ref()
429 PCRE2_SIZE offset_top, match_block *mb, eptrblock *eptrb, uint32_t rdepth);
472 PCRE2_SPTR mstart, PCRE2_SIZE offset_top, match_block *mb, eptrblock *eptrb, in op_recurse_ovecsave()
580 PCRE2_SIZE offset_top, match_block *mb, eptrblock *eptrb, uint32_t rdepth) in match()
6403 release_match_heapframes (heapframe *frame_base, match_block *mb) in release_match_heapframes()
6476 match_block actual_match_block; in pcre2_match()
6477 match_block *mb = &actual_match_block; in pcre2_match()
Dpcre2_internal.h1902 #define match_block PCRE2_SUFFIX(match_block_) macro