Lines Matching refs:tables
1467 const pcre_uint8 *tables; in pcre_study() local
1513 tables = re->tables; in pcre_study()
1516 if (tables == NULL) in pcre_study()
1518 (void *)(&tables)); in pcre_study()
1520 if (tables == NULL) in pcre_study()
1522 (void *)(&tables)); in pcre_study()
1524 if (tables == NULL) in pcre_study()
1526 (void *)(&tables)); in pcre_study()
1529 compile_block.lcc = tables + lcc_offset; in pcre_study()
1530 compile_block.fcc = tables + fcc_offset; in pcre_study()
1531 compile_block.cbits = tables + cbits_offset; in pcre_study()
1532 compile_block.ctypes = tables + ctypes_offset; in pcre_study()