Home
last modified time | relevance | path

Searched defs:strtab (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_strtab.c43 static void ir_strtab_resize(ir_strtab *strtab) in ir_strtab_resize()
73 static void ir_strtab_grow_buf(ir_strtab *strtab, uint32_t len) in ir_strtab_grow_buf()
93 void ir_strtab_init(ir_strtab *strtab, uint32_t size, uint32_t buf_size) in ir_strtab_init()
115 ir_ref ir_strtab_find(const ir_strtab *strtab, const char *str, uint32_t len) in ir_strtab_find()
134 ir_ref ir_strtab_lookup(ir_strtab *strtab, const char *str, uint32_t len, ir_ref val) in ir_strtab_lookup()
183 ir_ref ir_strtab_update(ir_strtab *strtab, const char *str, uint32_t len, ir_ref val) in ir_strtab_update()
202 const char *ir_strtab_str(const ir_strtab *strtab, ir_ref idx) in ir_strtab_str()
208 const char *ir_strtab_strl(const ir_strtab *strtab, ir_ref idx, size_t *len) in ir_strtab_strl()
216 void ir_strtab_free(ir_strtab *strtab) in ir_strtab_free()
228 void ir_strtab_apply(const ir_strtab *strtab, ir_strtab_apply_t func) in ir_strtab_apply()
H A Dgen_ir_fold_hash.c22 static ir_strtab strtab; variable
H A Dir.h494 #define ir_strtab_count(strtab) (strtab)->count argument
640 ir_strtab strtab; member

Completed in 11 milliseconds