Home
last modified time | relevance | path

Searched defs:match_block (Results 26 – 50 of 205) sorted by relevance

123456789

/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_intmodedep.h844 typedef struct match_block { struct
845 pcre2_memctl memctl; /* For general use */
850 PCRE2_SIZE heap_limit; /* As it says */
851 uint32_t match_limit; /* As it says */
852 uint32_t match_limit_depth; /* As it says */
855 BOOL hasthen; /* Pattern contains (*THEN) */
856 BOOL allowemptypartial; /* Allow empty hard partial */
860 PCRE2_SIZE start_offset; /* The start offset value */
862 uint16_t partial; /* PARTIAL options */
863 uint16_t bsr_convention; /* \R interpretation */
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_intmodedep.h844 typedef struct match_block { struct
845 pcre2_memctl memctl; /* For general use */
850 PCRE2_SIZE heap_limit; /* As it says */
851 uint32_t match_limit; /* As it says */
852 uint32_t match_limit_depth; /* As it says */
855 BOOL hasthen; /* Pattern contains (*THEN) */
856 BOOL allowemptypartial; /* Allow empty hard partial */
860 PCRE2_SIZE start_offset; /* The start offset value */
862 uint16_t partial; /* PARTIAL options */
863 uint16_t bsr_convention; /* \R interpretation */
[all …]
/dports/www/mod_php74/php-7.4.27/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h844 typedef struct match_block { struct
845 pcre2_memctl memctl; /* For general use */
850 PCRE2_SIZE heap_limit; /* As it says */
851 uint32_t match_limit; /* As it says */
852 uint32_t match_limit_depth; /* As it says */
855 BOOL hasthen; /* Pattern contains (*THEN) */
856 BOOL allowemptypartial; /* Allow empty hard partial */
860 PCRE2_SIZE start_offset; /* The start offset value */
862 uint16_t partial; /* PARTIAL options */
863 uint16_t bsr_convention; /* \R interpretation */
[all …]
/dports/www/mod_php80/php-8.0.15/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h844 typedef struct match_block { struct
845 pcre2_memctl memctl; /* For general use */
850 PCRE2_SIZE heap_limit; /* As it says */
851 uint32_t match_limit; /* As it says */
852 uint32_t match_limit_depth; /* As it says */
855 BOOL hasthen; /* Pattern contains (*THEN) */
856 BOOL allowemptypartial; /* Allow empty hard partial */
860 PCRE2_SIZE start_offset; /* The start offset value */
862 uint16_t partial; /* PARTIAL options */
863 uint16_t bsr_convention; /* \R interpretation */
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_intmodedep.h844 typedef struct match_block { struct
845 pcre2_memctl memctl; /* For general use */
850 PCRE2_SIZE heap_limit; /* As it says */
851 uint32_t match_limit; /* As it says */
852 uint32_t match_limit_depth; /* As it says */
855 BOOL hasthen; /* Pattern contains (*THEN) */
856 BOOL allowemptypartial; /* Allow empty hard partial */
860 PCRE2_SIZE start_offset; /* The start offset value */
862 uint16_t partial; /* PARTIAL options */
863 uint16_t bsr_convention; /* \R interpretation */
[all …]
/dports/lang/php73/php-7.3.33/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h842 typedef struct match_block { struct
843 pcre2_memctl memctl; /* For general use */
845 heapframe *match_frames; /* Points to vector of frames */
848 PCRE2_SIZE heap_limit; /* As it says */
849 uint32_t match_limit; /* As it says */
850 uint32_t match_limit_depth; /* As it says */
853 BOOL hasthen; /* Pattern contains (*THEN) */
857 PCRE2_SIZE start_offset; /* The start offset value */
859 uint16_t partial; /* PARTIAL options */
860 uint16_t bsr_convention; /* \R interpretation */
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_intmodedep.h842 typedef struct match_block { struct
843 pcre2_memctl memctl; /* For general use */
845 heapframe *match_frames; /* Points to vector of frames */
848 PCRE2_SIZE heap_limit; /* As it says */
849 uint32_t match_limit; /* As it says */
850 uint32_t match_limit_depth; /* As it says */
853 BOOL hasthen; /* Pattern contains (*THEN) */
857 PCRE2_SIZE start_offset; /* The start offset value */
859 uint16_t partial; /* PARTIAL options */
860 uint16_t bsr_convention; /* \R interpretation */
[all …]
/dports/www/mod_php73/php-7.3.33/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h842 typedef struct match_block { struct
843 pcre2_memctl memctl; /* For general use */
845 heapframe *match_frames; /* Points to vector of frames */
848 PCRE2_SIZE heap_limit; /* As it says */
849 uint32_t match_limit; /* As it says */
850 uint32_t match_limit_depth; /* As it says */
853 BOOL hasthen; /* Pattern contains (*THEN) */
857 PCRE2_SIZE start_offset; /* The start offset value */
859 uint16_t partial; /* PARTIAL options */
860 uint16_t bsr_convention; /* \R interpretation */
[all …]
/dports/biology/diamond/diamond-2.0.13/src/search/
H A Dfinger_print.h37 static uint64_t match_block(__m256i x, __m256i y) in match_block() function
59 static uint64_t match_block(__m256i x, __m256i y) in match_block() function
87 static uint64_t match_block(__m128i x, __m128i y) in match_block() function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/async-await/issues/
H A Dissue-67611-static-mut-refs.rs22 let match_block = async { in main() localVariable
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/parser/
H A Dtest.rs5 fn match_block() { in match_block() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/parser/
H A Dtest.rs5 fn match_block() { in match_block() function
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/parser/
H A Dtest.rs5 fn match_block() { in match_block() function
/dports/www/p5-HTML-Mason/HTML-Mason-1.59/lib/HTML/Mason/
H A DLexer.pm161 sub match_block subroutine
/dports/www/firefox-esr/firefox-91.8.0/media/libaom/
H A Dcmakeparser.py27 def match_block(command, parsed, start): function
/dports/www/firefox/firefox-99.0/media/libaom/
H A Dcmakeparser.py27 def match_block(command, parsed, start): function
/dports/mail/thunderbird/thunderbird-91.8.0/media/libaom/
H A Dcmakeparser.py27 def match_block(command, parsed, start): function
/dports/lang/spidermonkey78/firefox-78.9.0/media/libaom/
H A Dcmakeparser.py27 def match_block(command, parsed, start): function
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/normalize/token_check/
H A Dmod.rs120 let mut match_block = Self::default(); in new() localVariable
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/normalize/token_check/
H A Dmod.rs120 let mut match_block = Self::default(); in new() localVariable
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/normalize/token_check/
H A Dmod.rs126 let mut match_block = Self::default(); in new() localVariable
/dports/devel/sunpromake/schily-2021-09-18/sh/
H A Dword.c589 match_block(argp, c, d) in word() function
/dports/devel/sccs/schily-2021-09-18/sh/
H A Dword.c589 match_block(argp, c, d) in word() function
/dports/devel/schilybase/schily-2021-09-18/sh/
H A Dword.c589 match_block(argp, c, d) in word() function
/dports/net/rscsi/schily-2021-09-18/sh/
H A Dword.c589 match_block(argp, c, d) in word() function

123456789