Searched refs:vstr_init_fixed_buf (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | misc.h | 173 #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 D | vstr.c | 58 void vstr_init_fixed_buf(vstr_t *vstr, size_t alloc, char *buf) { in vstr_init_fixed_buf() function
|
A D | modio.c | 239 vstr_init_fixed_buf(o->vstr, len + 1, (char *)data); in resource_stream()
|
A D | objstringio.c | 204 vstr_init_fixed_buf(o->vstr, bufinfo.len, bufinfo.buf); in stringio_make_new()
|
Completed in 6 milliseconds