Searched defs:LINK_SIZE (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_config.h127 /* The value of LINK_SIZE determines the number of bytes used to store links
132 #define LINK_SIZE 2 macro
H A Dpcre_internal.h421 The macros are controlled by the value of LINK_SIZE. This defaults to 2 in
427 #if LINK_SIZE == 2
439 #elif LINK_SIZE == 3
452 #elif LINK_SIZE == 4
467 #error LINK_SIZE must be either 2, 3, or 4
472 #if LINK_SIZE == 2
474 /* Redefine LINK_SIZE as a multiple of sizeof(pcre_uchar) */
475 #undef LINK_SIZE macro
476 #define LINK_SIZE 1 macro
486 #elif LINK_SIZE
489 #undef LINK_SIZE macro
490 #define LINK_SIZE macro
510 #undef LINK_SIZE macro
511 #define LINK_SIZE macro
[all...]

Completed in 66 milliseconds