Searched refs:table_limit (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_study.c787 table_limit 32 for non-UTF-8; 16 for UTF-8
793 set_type_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit) argument
796 for (c = 0; c < table_limit; c++)
799 if (table_limit == 32) return;
828 table_limit 32 for non-UTF-8; 16 for UTF-8
834 set_nottype_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit) argument
837 for (c = 0; c < table_limit; c++)
840 if (table_limit != 32) for (c = 24; c < 32; c++) re->start_bitmap[c] = 0xff;
880 int table_limit = utf? 16:32; local
882 int table_limit local
[all...]

Completed in 74 milliseconds