Home
last modified time | relevance | path

Searched refs:VSTRING_FLAG_EXACT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring.c328 if ((bp->flags & VSTRING_FLAG_EXACT) == 0 && bp->len > incr) in vstring_extend()
417 vp->vbuf.flags |= VSTRING_FLAG_EXACT; in vstring_ctl()
H A Dvstring.h66 #define VSTRING_FLAG_EXACT (1<<24) /* exact allocation for tests */ macro
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY23127 Bugfix: in tests that enable the VSTRING_FLAG_EXACT flag,