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

  /src/external/ibm-public/postfix/dist/src/pickup/
pickup.c 229 /* copy_segment - copy a record group */
231 static int copy_segment(VSTREAM *qfile, VSTREAM *cleanup, PICKUP_INFO *info, function
359 if ((status = copy_segment(qfile, cleanup, info, buf, REC_TYPE_ENVELOPE)) != 0)
399 if ((status = copy_segment(qfile, cleanup, info, buf, REC_TYPE_CONTENT)) != 0)
409 if ((status = copy_segment(qfile, cleanup, info, buf, REC_TYPE_EXTRACT)) != 0)

Completed in 23 milliseconds