Searched defs:cbit_type (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c681 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];
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];

Completed in 30 milliseconds