Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring_vstream.h37 #define vstring_get(string, stream) \ macro
58 (vstring_get((s), (p)) == VSTREAM_EOF ? 0 : (s))
H A Dhtable.c413 while (vstring_get(buf, VSTREAM_IN) != VSTREAM_EOF) in main()
H A Dbinhash.c419 while (vstring_get(buf, VSTREAM_IN) != VSTREAM_EOF) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmemcache_proto.c75 last_char = (bound == 0 ? vstring_get(vp, stream) : in memcache_get()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_edit.c119 while (vstring_get(buf, src) != VSTREAM_EOF) { in pcf_next_cf_line()
140 || vstring_get(line_buf, src) == VSTREAM_EOF) in pcf_gobble_cf_line()
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY8999 Bugfix: vstring_get() etc. now return VSTREAM_EOF when they
9083 UNDO the 20040104 change (vstring_get() etc. return
23719 Cleanup: figured out why vstring_get() did not return