Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/ip/imap4d/
H A Dfetch.c233 p = fetchBodyPart(f, msgSize(m)); in fetchBody()
257 p = fetchBodyPart(f, m->size); in fetchBody()
325 fetchBodyPart(Fetch *f, ulong size) in fetchBodyPart() function
367 p = fetchBodyPart(f, size); in fetchBodyStr()
H A Dfns.h46 Pair fetchBodyPart(Fetch *f, ulong size);