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

  /src/external/ibm-public/postfix/dist/src/global/
smtp_stream.c 25 /* int smtp_fgetc(stream)
100 /* smtp_fgetc() reads one character from the named stream.
339 /* smtp_fgetc - read one character from SMTP peer */
341 int smtp_fgetc(VSTREAM *stream) function
355 smtp_longjmp(stream, SMTP_ERR_TIME, "smtp_fgetc");
357 smtp_longjmp(stream, SMTP_ERR_EOF, "smtp_fgetc");

Completed in 22 milliseconds