HomeSort by: relevance | last modified time | path
    Searched defs:mime_state (Results 1 - 6 of 6) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
header_body_checks.c 110 /* are the same as those of mime_state(3) body output call-back
182 #include <mime_state.h>
486 /* head_out - MIME_STATE header call-back */
518 /* header_end - MIME_STATE end-of-header call-back */
527 /* body_out - MIME_STATE body line call-back */
550 /* body_end - MIME_STATE end-of-message call-back */
559 /* err_print - print MIME_STATE errors */
578 MIME_STATE *mime_state; local
603 mime_state = mime_state_alloc(MIME_OPTIONS
    [all...]
  /src/external/ibm-public/postfix/dist/src/postmap/
postmap.c 364 #include <mime_state.h>
745 MIME_STATE *mime_state; local
757 mime_state =
775 mime_errs = mime_state_update(mime_state, REC_TYPE_NORM,
782 mime_errs = mime_state_update(mime_state, REC_TYPE_END, "", 0);
786 mime_state_free(mime_state);
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup.h 35 #include <mime_state.h>
96 MIME_STATE *mime_state; /* MIME state engine */ member in struct:CLEANUP_STATE
  /src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c 558 #include <mime_state.h>
731 MIME_STATE *mime_state = 0; local
916 mime_state = mime_state_alloc(MIME_OPT_DISABLE_MIME
957 if (mime_state) {
958 mime_errs = mime_state_update(mime_state, type, STR(buf),
979 if (mime_state) {
980 mime_errs = mime_state_update(mime_state, REC_TYPE_EOF, "", 0);
986 mime_state = mime_state_free(mime_state);
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp.h 443 struct MIME_STATE *mime_state; /* mime state machine */ member in struct:SMTP_SESSION
  /src/external/ibm-public/postfix/dist/src/milter/
milter8.c 102 #include <mime_state.h>
2312 * Structure to ship context across the MIME_STATE engine.
2376 * the buffer is explicitly allowed by the mime_state(3) interface.
2550 MIME_STATE *mime_state; local
2585 mime_state =
2617 mime_errs = mime_state_update(mime_state, rec_type,
2631 mime_state_free(mime_state);

Completed in 22 milliseconds