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 *)); argument48 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));54 int st_insert _((st_table *, st_data_t, st_data_t));58 void st_free_table _((st_table *));59 void st_cleanup_safe _((st_table *, st_data_t));[all …]
141 st_table*146 st_table *tbl;166 st_table*173 st_table*179 st_table*186 st_table*192 st_table*201 st_table *table; in st_free_table()241 st_table *table; in st_lookup()302 st_table *table; in st_add_direct()[all …]
408 typedef st_table NameTable;4899 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;
Completed in 33 milliseconds