Searched refs:table_limit (Results 1 – 1 of 1) sorted by relevance
866 set_type_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit) in set_type_bits() argument869 for (c = 0; c < table_limit; c++) in set_type_bits()872 if (table_limit == 32) return; in set_type_bits()907 set_nottype_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit) in set_nottype_bits() argument910 for (c = 0; c < table_limit; c++) in set_nottype_bits()913 if (table_limit != 32) for (c = 24; c < 32; c++) re->start_bitmap[c] = 0xff; in set_nottype_bits()960 int table_limit = utf? 16:32; in set_start_bits() local962 int table_limit = 32; in set_start_bits() local1334 set_nottype_bits(re, cbit_digit, table_limit); in set_start_bits()1339 set_type_bits(re, cbit_digit, table_limit); in set_start_bits()[all …]