Searched refs:VSTRING_FLAG_EXACT (Results 1 – 3 of 3) sorted by relevance
328 if ((bp->flags & VSTRING_FLAG_EXACT) == 0 && bp->len > incr) in vstring_extend()417 vp->vbuf.flags |= VSTRING_FLAG_EXACT; in vstring_ctl()
66 #define VSTRING_FLAG_EXACT (1<<24) /* exact allocation for tests */ macro
23127 Bugfix: in tests that enable the VSTRING_FLAG_EXACT flag,