Searched refs:vstring_get (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/util/
H A Dvstring_vstream.h22 extern int vstring_get(VSTRING *, VSTREAM *);
34 (vstring_get((s), (p)) == VSTREAM_EOF ? 0 : (s))
H A Dvstring_vstream.c9 /* int vstring_get(vp, fp)
40 /* vstring_get() reads one line from the named stream, including the
49 /* the vstring_get<whatever>_bound() routines read no more
85 /* vstring_get - read line from file, keep newline */
87 int vstring_get(VSTRING *vp, VSTREAM *fp) function
H A Dhtable.c396 while (vstring_get(buf, VSTREAM_IN) != VSTREAM_EOF)
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmemcache_proto.c68 last_char = (bound == 0 ? vstring_get(vp, stream) :
H A Dsmtp_stream.c320 last_char = (bound == 0 ? vstring_get(vp, stream) :
/macosx-10.10/postfix-255/postfix/src/postconf/
H A Dpostconf_edit.c117 while (vstring_get(buf, src) != VSTREAM_EOF) {
138 || vstring_get(line_buf, src) == VSTREAM_EOF)

Completed in 201 milliseconds