Home | History | Annotate | Download | only in pcre

Lines Matching defs:LINK_SIZE

84 /* The value of LINK_SIZE determines the number of bytes used to store links as
88 #define LINK_SIZE 3
159 #if LINK_SIZE == 3
161 #elif LINK_SIZE == 2
164 # error LINK_SIZE not supported.
170 #if LINK_SIZE == 3
172 #elif LINK_SIZE == 2
175 # error LINK_SIZE not supported.
180 COMPILE_ASSERT(MAX_PATTERN_SIZE < (1 << (8 * LINK_SIZE)), pcre_max_pattern_fits_in_bytecode);
198 opcodePtr += LINK_SIZE;
204 opcodePtr += LINK_SIZE;