Home
last modified time | relevance | path

Searched refs:vstr_init (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dvstr.c41 void vstr_init(vstr_t *vstr, size_t alloc) { in vstr_init() function
54 vstr_init(vstr, len + 1); in vstr_init_len()
66 vstr_init(vstr, alloc); in vstr_init_print()
80 vstr_init(vstr, alloc); in vstr_new()
A Dstream.c123 vstr_init(&vstr, sz); in stream_read_generic()
308 vstr_init(&vstr, DEFAULT_BUFFER_SIZE); in stream_readall()
354 vstr_init(&vstr, max_size); in stream_unbuffered_readline()
356 vstr_init(&vstr, 16); in stream_unbuffered_readline()
A Dlexer.c824 vstr_init(&lex->vstr, 32); in mp_lexer_new()
826 vstr_init(&lex->fstring_args, 0); in mp_lexer_new()
A Dmisc.h175 void vstr_init(vstr_t *vstr, size_t alloc);
A Dmodbuiltins.c245 vstr_init(&line, 16); in mp_builtin_input()
A Dobjstr.c252 vstr_init(&vstr, 16); in bytes_make_new()
255 vstr_init(&vstr, len); in bytes_make_new()
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dpyexec.c488 vstr_init(&line, 32); in pyexec_raw_repl()
547 vstr_init(&line, 32); in pyexec_friendly_repl()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodubinascii.c131 vstr_init(&vstr, (bufinfo.len / 4) * 3 + 1); // Potentially over-allocate in mod_binascii_a2b_base64()
A Dvfs_lfsx.c122 vstr_init(&self->cur_dir, 16); in MP_VFS_LFSx()
246 vstr_init(&path_new, vstr_len(&self->cur_dir)); in MP_VFS_LFSx()
A Dmodujson.c152 vstr_init(&vstr, 8); in mod_ujson_load()
A Dmodure.c306 vstr_init(&vstr_return, match->caps[0] - subj.begin); in re_sub_helper()
A Dvfs_posix.c100 vstr_init(&vfs->root, 0); in vfs_posix_make_new()
A Dvfs.c356 vstr_init(&vstr, MP_STATE_VM(vfs_cur)->len + strlen(cwd) + 1); in mp_vfs_getcwd()
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c78 vstr_init(&vstr, 16); in compile_and_save()

Completed in 24 milliseconds