Searched refs:set_type_bits (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 836 set_type_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit) in set_type_bits() function 1289 set_type_bits(re, cbit_digit, table_limit); in set_start_bits() 1299 set_type_bits(re, cbit_space, table_limit); in set_start_bits() 1309 set_type_bits(re, cbit_word, table_limit); in set_start_bits() 1418 set_type_bits(re, cbit_digit, table_limit); in set_start_bits() 1426 set_type_bits(re, cbit_space, table_limit); in set_start_bits() 1434 set_type_bits(re, cbit_word, table_limit); in set_start_bits()
|
Completed in 17 milliseconds