Searched refs:mbfl_hexchar_table (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.c | 109 static char mbfl_hexchar_table[] = { variable 522 ret = (*filter->filter_function)(mbfl_hexchar_table[n], filter); in mbfl_filt_conv_illegal_output() 530 ret = (*filter->filter_function)(mbfl_hexchar_table[0], filter); in mbfl_filt_conv_illegal_output() 548 ret = (*filter->filter_function)(mbfl_hexchar_table[n], filter); in mbfl_filt_conv_illegal_output() 559 ret = (*filter->filter_function)(mbfl_hexchar_table[0], filter); in mbfl_filt_conv_illegal_output()
|
H A D | mbfilter.c | 110 static char mbfl_hexchar_table[] = { variable 2709 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_encode_htmlnumericentity() 2715 (*pc->decoder->filter_function)(mbfl_hexchar_table[0], pc->decoder); in collector_encode_htmlnumericentity() 2810 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_decode_htmlnumericentity() 2893 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_decode_htmlnumericentity() 2934 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_encode_hex_htmlnumericentity() 2940 (*pc->decoder->filter_function)(mbfl_hexchar_table[0], pc->decoder); in collector_encode_hex_htmlnumericentity() 2988 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in mbfl_filt_decode_htmlnumericentity_flush() 3015 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in mbfl_filt_decode_htmlnumericentity_flush()
|
Completed in 19 milliseconds