Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-hashlist.h37 typedef struct HashListTable_ { struct
42 uint32_t (*Hash)(struct HashListTable_ *, void *, uint16_t); argument
50 HashListTable* HashListTableInit(uint32_t, uint32_t (*Hash)(struct HashListTable_ *, void *, uint16… argument
H A Dutil-hashlist.c35 HashListTable* HashListTableInit(uint32_t size, uint32_t (*Hash)(struct HashListTable_ *, void *, u… in HashListTableInit() argument