HomeSort by: relevance | last modified time | path
    Searched refs:rec_goto (Results 1 - 6 of 6) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
record.h 42 extern int rec_goto(VSTREAM *, const char *);
record.c 54 /* int rec_goto(stream, where)
119 /* rec_goto() takes the argument of a pointer record and moves
308 && (type = rec_goto(stream, vstring_str(buf))) != REC_TYPE_ERROR)
323 /* rec_goto - follow PTR record */
325 int rec_goto(VSTREAM *stream, const char *buf) function
  /src/external/ibm-public/postfix/dist/src/postcat/
postcat.c 346 && rec_goto(fp, STR(buffer)) == REC_TYPE_ERROR)
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_milter.c 906 if (rec_goto(state->dst, STR(buf)) < 0) {
1022 if (rec_goto(state->dst, STR(rec_buf)) < 0) {
1808 if (rec_goto(state->dst, start) < 0) {
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_message.c 397 if ((rec_type = rec_goto(message->fp, start)) == REC_TYPE_ERROR)
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_message.c 437 if ((rec_type = rec_goto(message->fp, start)) == REC_TYPE_ERROR)

Completed in 68 milliseconds