Home
last modified time | relevance | path

Searched refs:mbfl_hexchar_table (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c107 static char mbfl_hexchar_table[] = { variable
385 ret = (*filter->filter_function)(mbfl_hexchar_table[n], filter); in mbfl_filt_conv_illegal_output()
393 ret = (*filter->filter_function)(mbfl_hexchar_table[0], filter); in mbfl_filt_conv_illegal_output()
411 ret = (*filter->filter_function)(mbfl_hexchar_table[n], filter); in mbfl_filt_conv_illegal_output()
422 ret = (*filter->filter_function)(mbfl_hexchar_table[0], filter); in mbfl_filt_conv_illegal_output()
H A Dmbfilter.c105 static char mbfl_hexchar_table[] = { variable
2503 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_encode_htmlnumericentity()
2509 (*pc->decoder->filter_function)(mbfl_hexchar_table[0], pc->decoder); in collector_encode_htmlnumericentity()
2602 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_decode_htmlnumericentity()
2685 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_decode_htmlnumericentity()
2726 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_encode_hex_htmlnumericentity()
2732 (*pc->decoder->filter_function)(mbfl_hexchar_table[0], pc->decoder); in collector_encode_hex_htmlnumericentity()
2778 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in mbfl_filt_decode_htmlnumericentity_flush()
2805 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in mbfl_filt_decode_htmlnumericentity_flush()

Completed in 17 milliseconds