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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c674 table_limit 32 for non-UTF-8; 16 for UTF-8
681 set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, argument
685 for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
687 if (table_limit == 32) return;
716 table_limit 32 for non-UTF-8; 16 for UTF-8
723 set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, argument
727 for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];
729 if (table_limit != 32) for (c = 24; c < 32; c++) start_bits[c] = 0xff;
766 int table_limit = utf? 16:32; local
768 int table_limit local
[all...]

Completed in 28 milliseconds