Home
last modified time | relevance | path

Searched refs:stmm_compare_func_type (Results 1 – 2 of 2) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/st/
H A Dstmm.h39 typedef int (*stmm_compare_func_type)(const char*, const char*); typedef
55 stmm_compare_func_type compare;
84 ARGS ((stmm_compare_func_type compare, stmm_hash_func_type hash, int size, int density, double grow…
85 EXTERN stmm_table *stmm_init_table ARGS ((stmm_compare_func_type, stmm_hash_func_type));
H A Dstmm.c35 stmm_init_table_with_params (stmm_compare_func_type compare, stmm_hash_func_type hash, int size, in… in stmm_init_table_with_params()
69 stmm_init_table (stmm_compare_func_type compare, stmm_hash_func_type hash) in stmm_init_table()