Searched refs:set_nottype_bits (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 907 set_nottype_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit) in set_nottype_bits() function 1334 set_nottype_bits(re, cbit_digit, table_limit); in set_start_bits() 1344 set_nottype_bits(re, cbit_space, table_limit); in set_start_bits() 1354 set_nottype_bits(re, cbit_word, table_limit); in set_start_bits() 1464 set_nottype_bits(re, cbit_digit, table_limit); in set_start_bits() 1472 set_nottype_bits(re, cbit_space, table_limit); in set_start_bits() 1480 set_nottype_bits(re, cbit_word, table_limit); in set_start_bits()
|
Completed in 10 milliseconds