Home
last modified time | relevance | path

Searched refs:vstring_get_nonl_bound (Results 1 – 2 of 2) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvstring_vstream.h44 #define vstring_get_nonl_bound(string, stream, size) \ macro
64 (vstring_get_nonl_bound((s), (p), (l)) == VSTREAM_EOF ? 0 : (s))
H A Ddict_tcp.c192 last_ch = vstring_get_nonl_bound(dict_tcp->hex_buf, dict_tcp->fp, in dict_tcp_lookup()