Home | History | Annotate | Download | only in dist

Lines Matching full:start_bits

4340           pcre_uint8 *start_bits = NULL;
4346 if (new_info(re, extra, PCRE_INFO_FIRSTTABLE, &start_bits) == 0)
4348 if (start_bits == NULL)
4357 if ((start_bits[i/8] & (1<<(i&7))) != 0)