Searched refs:select_opt_exact_info (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regcomp.c | 4341 select_opt_exact_info(OnigEncoding enc, OptExactInfo* now, OptExactInfo* alt) in select_opt_exact_info() function 4556 select_opt_exact_info(enc, &to->exm, &add->exb); in concat_left_node_opt_info() 4557 select_opt_exact_info(enc, &to->exm, &add->exm); in concat_left_node_opt_info() 4565 select_opt_exact_info(enc, &to->exb, &to->expr); in concat_left_node_opt_info() 4567 select_opt_exact_info(enc, &to->exm, &to->expr); in concat_left_node_opt_info() 5046 select_opt_exact_info(reg->enc, &opt.exb, &opt.exm); in set_optimize_info_from_tree()
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | HISTORY | 222 2007/01/05: [tune] select_opt_exact_info() didn't work for empty info. 993 memory access violation in select_opt_exact_info(). 1101 2004/06/16: [impl] change select_opt_exact_info() to use ByteValTable[].
|
Completed in 32 milliseconds