Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre_internal.h2019 typedef struct compile_data { struct
2020 const pcre_uint8 *lcc; /* Points to lower casing table */
2021 const pcre_uint8 *fcc; /* Points to case-flipping table */
2022 const pcre_uint8 *cbits; /* Points to character type table */
2023 const pcre_uint8 *ctypes; /* Points to table of type maps */
2024 const pcre_uchar *start_workspace;/* The start of working space */
2048 } compile_data; argument