Lines Matching refs:compiled
15 about the algorithm was that the amount of space required to hold the compiled
56 release 8.32, PCRE supports 32-bit data strings. The library can be compiled
110 will use most of the time. From release 8.20, if PCRE is compiled with
111 just-in-time (JIT) support, and studying a compiled pattern with JIT is
123 intreprets the same compiled pattern data as pcre_exec(); however, not all the
144 Format of compiled patterns
147 The compiled form of a pattern is a vector of unsigned units (bytes in 8-bit
154 within the compiled pattern. LINK_SIZE always specifies a number of bytes. The
155 default value for LINK_SIZE is 2, but PCRE can be compiled to use 3-byte or
158 larger than 2 is necessary only when patterns whose compiled length is greater
429 compiled data its minimum number of times (or once with OP_BRAZERO if the
436 compiled as (abc)(abc)((abc)((abc)(abc)?)?)?, except that each bracketed group