Searched refs:vstring_get (Results 1 – 6 of 6) sorted by relevance
37 #define vstring_get(string, stream) \ macro58 (vstring_get((s), (p)) == VSTREAM_EOF ? 0 : (s))
413 while (vstring_get(buf, VSTREAM_IN) != VSTREAM_EOF) in main()
419 while (vstring_get(buf, VSTREAM_IN) != VSTREAM_EOF) in main()
75 last_char = (bound == 0 ? vstring_get(vp, stream) : in memcache_get()
119 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()
8999 Bugfix: vstring_get() etc. now return VSTREAM_EOF when they9083 UNDO the 20040104 change (vstring_get() etc. return23719 Cleanup: figured out why vstring_get() did not return