Searched refs:flush_function_t (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.h | 45 typedef int (*flush_function_t)(void *); typedef 54 flush_function_t flush_function; 67 flush_function_t flush_function, void *data); 69 flush_function_t flush_function, void *data);
|
H A D | mbfl_convert.c | 119 …const struct mbfl_convert_vtbl *vtbl, output_function_t output_function, flush_function_t flush_fu… in mbfl_convert_filter_common_init() 147 flush_function_t flush_function, void* data) in mbfl_convert_filter_new() 160 flush_function_t flush_function, void* data) in mbfl_convert_filter_new2()
|
H A D | mbfilter.c | 133 (flush_function_t)convd->filter2->filter_flush, in mbfl_buffer_converter_new() 1200 encoder->flush_function = (flush_function_t)decoder->filter_flush; in mbfl_strcut() 1608 (flush_function_t)next_filter->filter_flush, in mbfl_ja_jp_hantozen() 1622 (flush_function_t)next_filter->filter_flush, in mbfl_ja_jp_hantozen() 2640 (flush_function_t)mbfl_filt_decode_htmlnumericentity_flush, &pc); in mbfl_html_numeric_entity()
|
/PHP-8.0/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_cp5022x.c | 590 filt->flush_function = (flush_function_t)ctx->last.filter_flush; in mbfl_filt_conv_wchar_cp50220_ctor()
|
Completed in 20 milliseconds