Home
last modified time | relevance | path

Searched refs:vstr_init_fixed_buf (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmisc.h173 #define VSTR_FIXED(vstr, alloc) vstr_t vstr; char vstr##_buf[(alloc)]; vstr_init_fixed_buf(&vstr, (…
177 void vstr_init_fixed_buf(vstr_t *vstr, size_t alloc, char *buf);
A Dvstr.c58 void vstr_init_fixed_buf(vstr_t *vstr, size_t alloc, char *buf) { in vstr_init_fixed_buf() function
A Dmodio.c239 vstr_init_fixed_buf(o->vstr, len + 1, (char *)data); in resource_stream()
A Dobjstringio.c204 vstr_init_fixed_buf(o->vstr, bufinfo.len, bufinfo.buf); in stringio_make_new()

Completed in 6 milliseconds