Searched refs:mbfl_hexchar_table (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.c | 102 static char mbfl_hexchar_table[] = { variable 310 ret = (*filter->filter_function)(mbfl_hexchar_table[n], filter); in mbfl_filt_conv_illegal_output() 318 ret = (*filter->filter_function)(mbfl_hexchar_table[0], filter); in mbfl_filt_conv_illegal_output() 336 ret = (*filter->filter_function)(mbfl_hexchar_table[n], filter); in mbfl_filt_conv_illegal_output()
|
H A D | mbfilter.c | 98 static char mbfl_hexchar_table[] = { variable 2280 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_encode_htmlnumericentity() 2286 (*pc->decoder->filter_function)(mbfl_hexchar_table[0], pc->decoder); in collector_encode_htmlnumericentity() 2379 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_decode_htmlnumericentity() 2462 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_decode_htmlnumericentity() 2503 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in collector_encode_hex_htmlnumericentity() 2509 (*pc->decoder->filter_function)(mbfl_hexchar_table[0], pc->decoder); in collector_encode_hex_htmlnumericentity() 2555 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in mbfl_filt_decode_htmlnumericentity_flush() 2582 (*pc->decoder->filter_function)(mbfl_hexchar_table[d], pc->decoder); in mbfl_filt_decode_htmlnumericentity_flush()
|
Completed in 28 milliseconds