Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring_vstream.h44 #define vstring_get_bound(string, stream, size) \ macro
64 (vstring_get_bound((s), (p), (l)) == VSTREAM_EOF ? 0 : (s))
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmemcache_proto.c76 vstring_get_bound(vp, stream, bound)); in memcache_get()