HomeSort by: relevance | last modified time | path
    Searched refs:body_out (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
mime_state.c 12 /* body_out, body_end,
19 /* void (*body_out)(void *ptr, int rec_type,
100 /* .IP body_out
109 /* Caller context that is passed on to the head_out and body_out
199 /* caller: head_out(), head_end(), and body_out() or body_end().
331 MIME_STATE_BODY_OUT body_out; /* body output routine */ member in struct:MIME_STATE
449 #define BODY_OUT(ptr, rec_type, text, len) do { \
450 if ((ptr)->body_out) { \
451 (ptr)->body_out((ptr)->app_context, (rec_type), \
509 MIME_STATE_BODY_OUT body_out,
1236 static void body_out(void *context, int rec_type, const char *buf, ssize_t len, function
    [all...]
mime_state.c 12 /* body_out, body_end,
19 /* void (*body_out)(void *ptr, int rec_type,
100 /* .IP body_out
109 /* Caller context that is passed on to the head_out and body_out
199 /* caller: head_out(), head_end(), and body_out() or body_end().
331 MIME_STATE_BODY_OUT body_out; /* body output routine */ member in struct:MIME_STATE
449 #define BODY_OUT(ptr, rec_type, text, len) do { \
450 if ((ptr)->body_out) { \
451 (ptr)->body_out((ptr)->app_context, (rec_type), \
509 MIME_STATE_BODY_OUT body_out,
1236 static void body_out(void *context, int rec_type, const char *buf, ssize_t len, function
    [all...]
header_body_checks.c 527 /* body_out - MIME_STATE body line call-back */
529 static void body_out(void *context, int rec_type, const char *buf, function
605 body_out, body_end,
header_body_checks.c 527 /* body_out - MIME_STATE body line call-back */
529 static void body_out(void *context, int rec_type, const char *buf, function
605 body_out, body_end,

Completed in 31 milliseconds