Searched defs:match_block (Results 1 – 8 of 8) sorted by relevance
864 typedef struct match_block { struct865 pcre2_memctl memctl; /* For general use */866 uint32_t heap_limit; /* As it says */867 uint32_t match_limit; /* As it says */868 uint32_t match_limit_depth; /* As it says */869 uint32_t match_call_count; /* Number of times a new frame is created */870 BOOL hitend; /* Hit the end of the subject at some point */871 BOOL hasthen; /* Pattern contains (*THEN) */872 BOOL allowemptypartial; /* Allow empty hard partial */873 const uint8_t *lcc; /* Points to lower casing table */[all …]
2009 #define match_block PCRE2_SUFFIX(match_block_) macro
76 match_block(agx_block *blk) in match_block() function
23 match_block(agx_context *ctx, agx_block *block) in match_block() function
97 fn match_block(f: impl Fn(u8) -> bool, block: ByteBlock) -> usize { in match_block() function
363 pub fn match_block<S: AsRef<str>, F>(&mut self, value: S, cb: F) in match_block() method
431 pub(crate) fn match_block<S: AsRef<str>, F>(&mut self, value: S, cb: F) in match_block() method
119 let match_block = usize::from_ne_bytes(block2.try_into().unwrap()); in count_same_bytes() localVariable