Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring_vstream.c141 while ((c = VSTREAM_GETC(fp)) != VSTREAM_EOF) { in vstring_get_flags()
160 while ((c = VSTREAM_GETC(fp)) != VSTREAM_EOF && c != '\n') in vstring_get_flags_nonl()
176 while ((c = VSTREAM_GETC(fp)) != VSTREAM_EOF && c != 0) in vstring_get_flags_null()
196 while (bound-- > 0 && (c = VSTREAM_GETC(fp)) != VSTREAM_EOF) { in vstring_get_flags_bound()
219 while (bound-- > 0 && (c = VSTREAM_GETC(fp)) != VSTREAM_EOF && c != '\n') in vstring_get_flags_nonl_bound()
239 while (bound-- > 0 && (c = VSTREAM_GETC(fp)) != VSTREAM_EOF && c != 0) in vstring_get_flags_null_bound()
H A Dreadlline.c100 while ((ch = VSTREAM_GETC(fp)) != VSTREAM_EOF && ch != '\n') in readllines()
115 if ((next = VSTREAM_GETC(fp)) != VSTREAM_EOF) in readllines()
H A Dattr_scan64.c211 while ((ch = VSTREAM_GETC(fp)) != ':' && ch != '\n') { in attr_scan64_string()
303 if ((ch = VSTREAM_GETC(fp)) == VSTREAM_EOF) in attr_vscan64()
399 while (ch != '\n' && (ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) in attr_vscan64()
569 switch (ch = VSTREAM_GETC(fp)) { in attr_scan_more64()
H A Dattr_scan_plain.c205 while ((ch = VSTREAM_GETC(fp)) != '\n' in attr_scan_plain_string()
316 if ((ch = VSTREAM_GETC(fp)) == VSTREAM_EOF) in attr_vscan_plain()
412 while (ch != '\n' && (ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) in attr_vscan_plain()
547 switch (ch = VSTREAM_GETC(fp)) { in attr_scan_more_plain()
H A Dnetstring.c209 switch (ch = VSTREAM_GETC(stream)) { in netstring_get_length()
257 if (VSTREAM_GETC(stream) != ',') in netstring_get_terminator()
H A Dvstream.h115 #define VSTREAM_GETC(vp) VBUF_GET(&(vp)->buf) macro
120 #define VSTREAM_GETCHAR() VSTREAM_GETC(VSTREAM_IN)
H A Dattr_scan0.c300 if ((ch = VSTREAM_GETC(fp)) == VSTREAM_EOF) in attr_vscan0()
500 switch (ch = VSTREAM_GETC(fp)) { in attr_scan_more0()
H A Dvstream_test.ref37 VSTREAM_GETC should return VSTREAM_EOF
H A Dvstream.c1879 while ((c = VSTREAM_GETC(VSTREAM_IN)) != VSTREAM_EOF) { in copy_line()
1995 while ((ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) in do_memory_stream()
2009 ch = VSTREAM_GETC(fp); in do_memory_stream()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmemcache_proto.c85 if ((next_char = VSTREAM_GETC(stream)) == '\n') { in memcache_get()
154 || VSTREAM_GETC(stream) != '\r' in memcache_fread()
155 || VSTREAM_GETC(stream) != '\n') { in memcache_fread()
H A Drecord.c257 if ((type = VSTREAM_GETC(stream)) == VSTREAM_EOF) in rec_get_raw()
271 if ((len_byte = VSTREAM_GETC(stream)) == VSTREAM_EOF) { in rec_get_raw()
283 while (len-- > 0 && VSTREAM_GETC(stream) != VSTREAM_EOF) in rec_get_raw()
H A Dsmtp_stream.c347 ch = VSTREAM_GETC(stream); in smtp_fgetc()
413 if ((next_char = VSTREAM_GETC(stream)) == '\n') { in smtp_get_noexcept()
452 while ((next_char = VSTREAM_GETC(stream)) != VSTREAM_EOF in smtp_get_noexcept()
H A Drec_streamlf.c90 if ((ch = VSTREAM_GETC(stream)) == VSTREAM_EOF) in rec_streamlf_get()
H A Ddeliver_request.c189 (void) VSTREAM_GETC(stream); in deliver_request_final()
/netbsd-src/external/ibm-public/postfix/dist/src/postcat/
H A Dpostcat.c196 if (VSTREAM_GETC(fp) == VSTREAM_EOF) in postcat()
210 if (start_offset == 0 && (ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) { in postcat()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-sink.c130 if (VSTREAM_GETC(state->stream) == VSTREAM_EOF) in read_data()
H A Dsmtp-sink.c924 if ((ch = VSTREAM_GETC(state->stream)) == VSTREAM_EOF) in data_read()
1166 (PUSH_BACK_PEEK(state) ? PUSH_BACK_GET(state) : VSTREAM_GETC(state->stream)) in command_read()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_edit.c137 if ((ch = VSTREAM_GETC(src)) != VSTREAM_EOF) in pcf_gobble_cf_line()
/netbsd-src/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd.c408 while ((ch = VSTREAM_GETC(state->client)) != ',') { in qmqpd_copy_recipients()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_smtpd.c188 VSTREAM_GETC((state)->smtp_client_stream)
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c617 else if ((cmd = VSTREAM_GETC(milter->fp)) == VSTREAM_EOF) { in milter8_read_resp()
698 if ((ch = VSTREAM_GETC(milter->fp)) == VSTREAM_EOF) { in vmilter8_read_data()