Searched refs:st_table (Results 1 – 4 of 4) sorted by relevance
17 typedef struct st_table st_table; typedef24 struct st_table { struct46 st_table *st_init_table _((struct st_hash_type *)); argument47 st_table *st_init_table_with_size _((struct st_hash_type *, int));48 st_table *st_init_numtable _((void));49 st_table *st_init_numtable_with_size _((int));50 st_table *st_init_strtable _((void));51 st_table *st_init_strtable_with_size _((int));52 int st_delete _((st_table *, st_data_t *, st_data_t *));53 int st_delete_safe _((st_table *, st_data_t *, st_data_t *, st_data_t));[all …]
53 static void rehash(st_table *);142 st_table*147 st_table *tbl;158 tbl = alloc(st_table);168 st_table*175 st_table*181 st_table*188 st_table*194 st_table*203 st_table *table; in st_free_table()[all …]
411 typedef st_table NameTable;4904 static st_table* OnigTypeCClassTable;
10794 static st_table* NameCtypeTable;10888 static st_table* FoldTable; /* fold-1, fold-2, fold-3 */10889 static st_table* Unfold1Table;10890 static st_table* Unfold2Table;10891 static st_table* Unfold3Table;