Searched refs:match_block (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 775 typedef struct match_block { struct 825 } match_block; argument
|
D | pcre2_match.c | 146 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()
|
D | pcre2_internal.h | 1902 #define match_block PCRE2_SUFFIX(match_block_) macro
|