Home
last modified time | relevance | path

Searched defs:compile_block (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_intmodedep.h713 typedef struct compile_block { struct
714 pcre2_real_compile_context *cx; /* Points to the compile context */
715 const uint8_t *lcc; /* Points to lower casing table */
716 const uint8_t *fcc; /* Points to case-flipping table */
717 const uint8_t *cbits; /* Points to character type table */
718 const uint8_t *ctypes; /* Points to table of type maps */
719 PCRE2_SPTR start_workspace; /* The start of working space */
720 PCRE2_SPTR start_code; /* The start of the compiled code */
721 PCRE2_SPTR start_pattern; /* The start of the pattern */
722 PCRE2_SPTR end_pattern; /* The end of the pattern */
[all …]
Dpcre2_internal.h1873 #define compile_block PCRE2_SUFFIX(compile_block_) macro