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