Home
last modified time | relevance | path

Searched refs:VSTREAM_GETC (Results 1 – 21 of 21) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvstring_vstream.c139 while ((c = VSTREAM_GETC(fp)) != VSTREAM_EOF) { in vstring_get_flags()
158 while ((c = VSTREAM_GETC(fp)) != VSTREAM_EOF && c != '\n') in vstring_get_flags_nonl()
174 while ((c = VSTREAM_GETC(fp)) != VSTREAM_EOF && c != 0) in vstring_get_flags_null()
194 while (bound-- > 0 && (c = VSTREAM_GETC(fp)) != VSTREAM_EOF) { in vstring_get_flags_bound()
217 while (bound-- > 0 && (c = VSTREAM_GETC(fp)) != VSTREAM_EOF && c != '\n') in vstring_get_flags_nonl_bound()
237 while (bound-- > 0 && (c = VSTREAM_GETC(fp)) != VSTREAM_EOF && c != 0) in vstring_get_flags_null_bound()
H A Dreadlline.c98 while ((ch = VSTREAM_GETC(fp)) != VSTREAM_EOF && ch != '\n') in readllines()
113 if ((next = VSTREAM_GETC(fp)) != VSTREAM_EOF) in readllines()
H A Dattr_scan_plain.c203 while ((ch = VSTREAM_GETC(fp)) != '\n' in attr_scan_plain_string()
314 if ((ch = VSTREAM_GETC(fp)) == VSTREAM_EOF) in attr_vscan_plain()
410 while (ch != '\n' && (ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) in attr_vscan_plain()
545 switch (ch = VSTREAM_GETC(fp)) { in attr_scan_more_plain()
H A Dattr_scan64.c209 while ((ch = VSTREAM_GETC(fp)) != ':' && ch != '\n') { in attr_scan64_string()
301 if ((ch = VSTREAM_GETC(fp)) == VSTREAM_EOF) in attr_vscan64()
397 while (ch != '\n' && (ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) in attr_vscan64()
567 switch (ch = VSTREAM_GETC(fp)) { in attr_scan_more64()
H A Dnetstring.c207 switch (ch = VSTREAM_GETC(stream)) { in netstring_get_length()
255 if (VSTREAM_GETC(stream) != ',') in netstring_get_terminator()
H A Dvstream.h113 #define VSTREAM_GETC(vp) VBUF_GET(&(vp)->buf) macro
118 #define VSTREAM_GETCHAR() VSTREAM_GETC(VSTREAM_IN)
H A Dattr_scan0.c298 if ((ch = VSTREAM_GETC(fp)) == VSTREAM_EOF) in attr_vscan0()
498 switch (ch = VSTREAM_GETC(fp)) { in attr_scan_more0()
H A Dvstream_test.ref37 VSTREAM_GETC should return VSTREAM_EOF
H A Dvstream.c1877 while ((c = VSTREAM_GETC(VSTREAM_IN)) != VSTREAM_EOF) { in copy_line()
1993 while ((ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) in do_memory_stream()
2007 ch = VSTREAM_GETC(fp); in do_memory_stream()
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dmemcache_proto.c83 if ((next_char = VSTREAM_GETC(stream)) == '\n') { in memcache_get()
152 || VSTREAM_GETC(stream) != '\r' in memcache_fread()
153 || VSTREAM_GETC(stream) != '\n') { in memcache_fread()
H A Drecord.c255 if ((type = VSTREAM_GETC(stream)) == VSTREAM_EOF) in rec_get_raw()
269 if ((len_byte = VSTREAM_GETC(stream)) == VSTREAM_EOF) { in rec_get_raw()
281 while (len-- > 0 && VSTREAM_GETC(stream) != VSTREAM_EOF) in rec_get_raw()
H A Dsmtp_stream.c337 ch = VSTREAM_GETC(stream); in smtp_fgetc()
403 if ((next_char = VSTREAM_GETC(stream)) == '\n') { in smtp_get_noexcept()
439 while ((next_char = VSTREAM_GETC(stream)) != VSTREAM_EOF in smtp_get_noexcept()
H A Drec_streamlf.c88 if ((ch = VSTREAM_GETC(stream)) == VSTREAM_EOF) in rec_streamlf_get()
H A Ddeliver_request.c187 (void) VSTREAM_GETC(stream); in deliver_request_final()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postcat/
H A Dpostcat.c194 if (VSTREAM_GETC(fp) == VSTREAM_EOF) in postcat()
208 && (ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) { in postcat()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpstone/
H A Dqmqp-sink.c128 if (VSTREAM_GETC(state->stream) == VSTREAM_EOF) in read_data()
H A Dsmtp-sink.c922 if ((ch = VSTREAM_GETC(state->stream)) == VSTREAM_EOF) in data_read()
1164 (PUSH_BACK_PEEK(state) ? PUSH_BACK_GET(state) : VSTREAM_GETC(state->stream)) in command_read()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postconf/
H A Dpostconf_edit.c135 if ((ch = VSTREAM_GETC(src)) != VSTREAM_EOF) in pcf_gobble_cf_line()
/dports/mail/postfix-current/postfix-3.7-20211107/src/qmqpd/
H A Dqmqpd.c405 while ((ch = VSTREAM_GETC(state->client)) != ',') { in qmqpd_copy_recipients()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postscreen/
H A Dpostscreen_smtpd.c186 VSTREAM_GETC((state)->smtp_client_stream)
/dports/mail/postfix-current/postfix-3.7-20211107/src/milter/
H A Dmilter8.c610 else if ((cmd = VSTREAM_GETC(milter->fp)) == VSTREAM_EOF) { in milter8_read_resp()
691 if ((ch = VSTREAM_GETC(milter->fp)) == VSTREAM_EOF) { in vmilter8_read_data()