Home
last modified time | relevance | path

Searched refs:body_offset (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmime_state.c312 off_t body_offset; /* offset in body block */ member
357 (ptr)->body_offset = 0; \
365 (ptr)->body_offset = 0; \
441 (text), (len), (ptr)->body_offset); \
442 (ptr)->body_offset += (len) + 1; \
509 state->body_offset = 0; /* XXX */ in mime_state_alloc()
971 state->body_offset = 0; /* XXX */ in mime_state_update()
1029 if (state->body_offset <= 1 in mime_state_update()
/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_body_edit.c104 state->cont_length = state->body_offset - state->data_offset; in cleanup_body_edit_start()
Dcleanup_state.c105 state->body_offset = -1; in cleanup_state_alloc()
Dcleanup.h81 off_t body_offset; /* start of body content */ member
Dcleanup_message.c913 state->body_offset = state->append_hdr_pt_target; in cleanup_header_done_callback()