Searched refs:VSTR_FIXED (Results 1 – 3 of 3) sorted by relevance
209 VSTR_FIXED(path_buf, MICROPY_ALLOC_PATH_MAX); in resource_stream()
173 #define VSTR_FIXED(vstr, alloc) vstr_t vstr; char vstr##_buf[(alloc)]; vstr_init_fixed_buf(&vstr, (… macro
360 VSTR_FIXED(path, MICROPY_ALLOC_PATH_MAX) in mp_builtin___import__()
Completed in 5 milliseconds