Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dvstr.c48 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()
A Dobjstringio.c73 o->vstr->fixed_buf = false; in stringio_copy_on_write()
83 if (o->vstr->fixed_buf) { in stringio_write()
A Dmisc.h169 bool fixed_buf : 1; member

Completed in 5 milliseconds