Lines Matching refs:tables

94 *      Code parameters and static tables         *
556 patterns. Note that the tables in chartables are dependent on the locale, and
2335 cd contains pointers to tables etc.
2716 cd pointers to tables etc
3953 cd contains pointers to tables etc.
4008 cd pointers to tables etc
4036 cd pointers to tables etc
4130 cd contains pointers to tables etc.
4288 cd contains pointers to tables etc.
4329 cd contains pointers to tables etc.
4377 cd contains pointers to tables etc.
8031 cd points to the data block with tables pointers etc.
8744 tables pointer to character tables or NULL
8753 int *erroroffset, const unsigned char *tables)
8757 int *erroroffset, const unsigned char *tables)
8761 int *erroroffset, const unsigned char *tables)
8765 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8767 return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8769 return pcre32_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8777 const char **errorptr, int *erroroffset, const unsigned char *tables)
8781 const char **errorptr, int *erroroffset, const unsigned char *tables)
8785 const char **errorptr, int *erroroffset, const unsigned char *tables)
8847 /* Set up pointers to the individual character tables */
8849 if (tables == NULL) tables = PRIV(default_tables);
8850 cd->lcc = tables + lcc_offset;
8851 cd->fcc = tables + fcc_offset;
8852 cd->cbits = tables + cbits_offset;
8853 cd->ctypes = tables + ctypes_offset;
9150 tables. The nullpad field is at the end; it's there to help in the case when a
9166 re->tables = (tables == PRIV(default_tables))? NULL : tables;