Home
last modified time | relevance | path

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

/dports/mail/fetchmailconf/fetchmail-6.4.28/
H A Dtransact.c430 struct addrblk **resent_to_chainptr = &resent_to_addrchain; in readheaders() local
909 *resent_to_chainptr = (struct addrblk *)xmalloc(sizeof(struct addrblk)); in readheaders()
910 (*resent_to_chainptr)->offset = (line - msgblk.headers); in readheaders()
911 resent_to_chainptr = &(*resent_to_chainptr)->next; in readheaders()
912 *resent_to_chainptr = NULL; in readheaders()
/dports/mail/fetchmail/fetchmail-6.4.28/
H A Dtransact.c430 struct addrblk **resent_to_chainptr = &resent_to_addrchain; in readheaders() local
909 *resent_to_chainptr = (struct addrblk *)xmalloc(sizeof(struct addrblk)); in readheaders()
910 (*resent_to_chainptr)->offset = (line - msgblk.headers); in readheaders()
911 resent_to_chainptr = &(*resent_to_chainptr)->next; in readheaders()
912 *resent_to_chainptr = NULL; in readheaders()