Searched refs:st_init_table_with_size (Results 1 – 4 of 4) sorted by relevance
143 st_init_table_with_size(type, size) in st_init_table_with_size() function172 return st_init_table_with_size(type, 0);185 return st_init_table_with_size(&type_numhash, size);198 return st_init_table_with_size(&type_strhash, size);
47 st_table *st_init_table_with_size _((struct st_hash_type *, int));
112 #define st_init_table_with_size onig_st_init_table_with_size macro
10946 Unfold2Table = st_init_table_with_size(&type_code2_hash, 200); in init_case_fold_table()10961 Unfold3Table = st_init_table_with_size(&type_code3_hash, 30); in init_case_fold_table()