Home
last modified time | relevance | path

Searched refs:VSTREAM_GETCHAR (Results 1 – 3 of 3) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dwatchdog.c309 } while (VSTREAM_GETCHAR() != VSTREAM_EOF); in main()
H A Dnetstring.c414 ch = VSTREAM_GETCHAR(); in stdin_read_event()
H A Dvstream.h118 #define VSTREAM_GETCHAR() VSTREAM_GETC(VSTREAM_IN) macro