Home
last modified time | relevance | path

Searched defs:match_block (Results 1 – 4 of 4) sorted by relevance

/external/pcre/src/
Dpcre2_intmodedep.h859 typedef struct match_block { struct
860 pcre2_memctl memctl; /* For general use */
861 PCRE2_SIZE heap_limit; /* As it says */
862 uint32_t match_limit; /* As it says */
863 uint32_t match_limit_depth; /* As it says */
864 uint32_t match_call_count; /* Number of times a new frame is created */
865 BOOL hitend; /* Hit the end of the subject at some point */
866 BOOL hasthen; /* Pattern contains (*THEN) */
867 BOOL allowemptypartial; /* Allow empty hard partial */
868 const uint8_t *lcc; /* Points to lower casing table */
[all …]
Dpcre2_internal.h1975 #define match_block PCRE2_SUFFIX(match_block_) macro
/external/rust/crates/protobuf-codegen/2.27.1/src/
Dcode_writer.rs363 pub fn match_block<S: AsRef<str>, F>(&mut self, value: S, cb: F) in match_block() method
/external/rust/crates/protobuf-codegen/src/gen/
Dcode_writer.rs431 pub(crate) fn match_block<S: AsRef<str>, F>(&mut self, value: S, cb: F) in match_block() method