Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h2429 typedef struct compile_data { struct
2430 const pcre_uint8 *lcc; /* Points to lower casing table */
2433 const pcre_uint8 *ctypes; /* Points to table of type maps */
2434 const pcre_uchar *start_workspace;/* The start of working space */
2436 const pcre_uchar *start_pattern; /* The start of the pattern */
2437 const pcre_uchar *end_pattern; /* The end of the pattern */
2438 pcre_uchar *hwm; /* High watermark of workspace */
2439 open_capitem *open_caps; /* Chain of open capture items */
2441 pcre_uchar *name_table; /* The name/number table */
2442 int names_found; /* Number of entries so far */
[all …]

Completed in 22 milliseconds