Searched refs:st_init_table_with_size (Results 1 – 3 of 3) sorted by relevance
47 st_table *st_init_table_with_size _((struct st_hash_type *, int));
143 st_init_table_with_size(type, size) in st_init_table_with_size() function177 return st_init_table_with_size(type, 0);190 return st_init_table_with_size(&type_numhash, size);203 return st_init_table_with_size(&type_strhash, size);
102 #define st_init_table_with_size onig_st_init_table_with_size macro
Completed in 15 milliseconds