Searched refs:fixed_buf (Results 1 – 3 of 3) sorted by relevance
48 vstr->fixed_buf = false; in vstr_init()62 vstr->fixed_buf = true; in vstr_init_fixed_buf()72 if (!vstr->fixed_buf) { in vstr_clear()86 if (!vstr->fixed_buf) { in vstr_free()95 if (vstr->fixed_buf) { in vstr_extend()109 if (vstr->fixed_buf) { in vstr_ensure_extra()
73 o->vstr->fixed_buf = false; in stringio_copy_on_write()83 if (o->vstr->fixed_buf) { in stringio_write()
169 bool fixed_buf : 1; member
Completed in 5 milliseconds