Lines Matching refs:compiled

74 holds the compiled pattern length does not overflow. We make it a bit less than
99 is partly compiled into this space, but the compiled parts are discarded as
359 POSIX classes (e.g. graph, print, punct) a special property code is compiled
487 "this version of PCRE is compiled without UTF support\0"
503 "support for \\P, \\p, and \\X has not been compiled\0"
529 "this version of PCRE is not compiled with Unicode property support\0"
1481 PCRE is compiled with support for Unicode properties. On entry, ptrptr is
1640 /* This is called by several functions that scan a compiled expression looking
2036 * Scan compiled regex for specific bracket *
2039 /* This little function scans through a compiled pattern until it finds a
2064 the table is zero; the actual length is stored in the compiled code. */
2175 * Scan compiled regex for recursion reference *
2178 /* This little function scans through a compiled pattern until it finds an
2199 the table is zero; the actual length is stored in the compiled code. */
2320 * Scan compiled branch for non-emptiness *
2323 /* This function scans through a branch of a compiled pattern to see whether it
2376 measures the size of the compiled pattern. */
2495 actual length is stored in the compiled code, so we must update "code"
2701 * Scan compiled regex for non-emptiness *
3591 * Scan compiled regex for auto-possession *
3595 if appropriate. This function modifies the compiled opcode!
3937 inserted before it, after it has been compiled. This means that any OP_RECURSE
3940 is called, the partially compiled regex must be temporarily terminated with
4732 opcode is compiled. It may optionally have a bit map for characters < 256,
4849 8-bit characters because in that case the compiled code doesn't use the bit
5442 actual compiled code. */
7410 compiled. In the pre-compile phase, however, the code pointer can have
7415 has been compiled at that level. Thus, a test for both these conditions
7584 less the brackets at either end. Then reduce the compiled code to just a
8082 start and end of each alternative, because compiled items are discarded during
8090 pre-compile phase to find out whether anything has yet been compiled or not. */
8096 e.g. OP_SCBRAPOS, happens later, after the group has been compiled. */
8733 holding a compiled version of the expression. The original API for this
8746 Returns: pointer to compiled data block, or NULL on error,
8973 /* Can't support UTF unless PCRE has been compiled to include the code. The
8999 /* Can't support UCP unless PCRE has been compiled to include the code. */
9076 to compile parts of the pattern into; the compiled code is discarded when it is
9132 /* Compute the size of the data block for storing the compiled pattern. Integer
9151 regex compiled on a system with 4-byte pointers is run on another with 8-byte
9447 /* Print out the compiled data if debugging is enabled. This is never the
9483 was compiled can be seen. */