Lines Matching full:pcre
1 Technical Notes about PCRE
5 about PCRE internals. For information about testing PCRE, see the pcretest
44 For the set of functions that form the "basic" PCRE library (which are
55 From release 8.30, PCRE supports 16-bit as well as 8-bit data strings; and from
56 release 8.32, PCRE supports 32-bit data strings. The library can be compiled
61 However, so as not to over-complicate the text, the names of PCRE functions are
68 Up to and including release 6.7, PCRE worked by running a very degenerate first
109 as compatible with Perl as possible. This is the function most users of PCRE
110 will use most of the time. From release 8.20, if PCRE is compiled with
119 From PCRE 6.0, there is also a supplementary matching function called
138 others) may change in the middle of patterns. From PCRE 8.13, their processing
155 default value for LINK_SIZE is 2, but PCRE can be compiled to use 3-byte or
402 Non-capturing brackets use the opcode OP_BRA. Originally PCRE was limited to 99