Searched refs:VSTREAM_GETC (Results 1 – 21 of 21) sorted by relevance
141 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()
100 while ((ch = VSTREAM_GETC(fp)) != VSTREAM_EOF && ch != '\n') in readllines()115 if ((next = VSTREAM_GETC(fp)) != VSTREAM_EOF) in readllines()
211 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()
205 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()
209 switch (ch = VSTREAM_GETC(stream)) { in netstring_get_length()257 if (VSTREAM_GETC(stream) != ',') in netstring_get_terminator()
115 #define VSTREAM_GETC(vp) VBUF_GET(&(vp)->buf) macro120 #define VSTREAM_GETCHAR() VSTREAM_GETC(VSTREAM_IN)
300 if ((ch = VSTREAM_GETC(fp)) == VSTREAM_EOF) in attr_vscan0()500 switch (ch = VSTREAM_GETC(fp)) { in attr_scan_more0()
37 VSTREAM_GETC should return VSTREAM_EOF
1879 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()
85 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()
257 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()
347 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()
90 if ((ch = VSTREAM_GETC(stream)) == VSTREAM_EOF) in rec_streamlf_get()
189 (void) VSTREAM_GETC(stream); in deliver_request_final()
196 if (VSTREAM_GETC(fp) == VSTREAM_EOF) in postcat()210 if (start_offset == 0 && (ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) { in postcat()
130 if (VSTREAM_GETC(state->stream) == VSTREAM_EOF) in read_data()
924 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()
137 if ((ch = VSTREAM_GETC(src)) != VSTREAM_EOF) in pcf_gobble_cf_line()
408 while ((ch = VSTREAM_GETC(state->client)) != ',') { in qmqpd_copy_recipients()
188 VSTREAM_GETC((state)->smtp_client_stream)
617 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()