Home
last modified time | relevance | path

Searched refs:prev_rec_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmime_state.c305 int prev_rec_type; /* previous input record type */ member
514 state->prev_rec_type = 0; in mime_state_alloc()
767 state->prev_rec_type = rec_type; \ in mime_state_update()
775 if (!input_is_text && state->prev_rec_type == REC_TYPE_CONT) in mime_state_update()
799 if (state->prev_rec_type == REC_TYPE_CONT) { in mime_state_update()
857 state->prev_rec_type = 0; in mime_state_update()
1087 if (state->stack && state->prev_rec_type != REC_TYPE_CONT in mime_state_update()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c3583 int prev_rec_type; in receive_data_message() local
3605 for (prev_rec_type = 0; /* void */ ; prev_rec_type = curr_rec_type) { in receive_data_message()
3623 if (prev_rec_type != REC_TYPE_CONT && *start == '.' in receive_data_message()