Searched refs:vstr_reset (Results 1 – 6 of 6) sorted by relevance
320 vstr_reset(MP_STATE_VM(repl_line)); in pyexec_raw_repl_process_char()327 vstr_reset(MP_STATE_VM(repl_line)); in pyexec_raw_repl_process_char()353 vstr_reset(MP_STATE_VM(repl_line)); in pyexec_raw_repl_process_char()416 vstr_reset(MP_STATE_VM(repl_line)); in pyexec_friendly_repl_process_char()463 vstr_reset(MP_STATE_VM(repl_line)); in pyexec_friendly_repl_process_char()494 vstr_reset(&line); in pyexec_raw_repl()505 vstr_reset(&line); in pyexec_raw_repl()518 vstr_reset(&line); in pyexec_raw_repl()595 vstr_reset(&line); in pyexec_friendly_repl()621 vstr_reset(&line); in pyexec_friendly_repl()
202 vstr_reset(&vstr); in mod_ujson_load()259 vstr_reset(&vstr); in mod_ujson_load()
289 vstr_reset(&self->cur_dir); in MP_VFS_LFSx()
168 vstr_reset(&lex->fstring_args); in next_char()555 vstr_reset(&lex->vstr); in mp_lexer_to_next()
183 static inline void vstr_reset(vstr_t *vstr) { in vstr_reset() function
108 vstr_reset(dest); in find_file()
Completed in 10 milliseconds