| mime_state.c | 13 /* err_print, context) 23 /* void (*err_print)(void *ptr, int err_flag, const char *text) 113 /* .IP err_print 333 MIME_STATE_ERR_PRINT err_print; /* error report */ member in struct:MIME_STATE 421 if (state->err_print != 0) \ 422 state->err_print(state->app_context, err_type, text, len); \ 511 MIME_STATE_ERR_PRINT err_print, 536 state->err_print = err_print; 1254 static void err_print(void *unused_context, int err_flag function [all...] |