BadVPN – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #define CHASH_PARAM_NAME NCDModuleIndex__FuncHash
2 #define CHASH_PARAM_ENTRY struct NCDModuleIndex__Func
3 #define CHASH_PARAM_LINK int
4 #define CHASH_PARAM_KEY NCD_string_id_t
5 #define CHASH_PARAM_ARG NCDModuleIndex *
6 #define CHASH_PARAM_NULL ((int)-1)
7 #define CHASH_PARAM_DEREF(arg, link) (NCDModuleIndex__FuncVec_Get(&(arg)->func_vec, (link)))
8 #define CHASH_PARAM_ENTRYHASH(arg, entry) ((size_t)(entry).ptr->ifunc.func_name_id)
9 #define CHASH_PARAM_KEYHASH(arg, key) ((size_t)(key))
10 #define CHASH_PARAM_COMPARE_ENTRIES(arg, entry1, entry2) ((entry1).ptr->ifunc.func_name_id == (entry2).ptr->ifunc.func_name_id)
11 #define CHASH_PARAM_COMPARE_KEY_ENTRY(arg, key1, entry2) ((key1) == (entry2).ptr->ifunc.func_name_id)
12 #define CHASH_PARAM_ENTRY_NEXT hash_next