Searched defs:ht (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | key_value_store.c | 18 kvs_t *ht = calloc(1, sizeof(kvs_t)); in kvs_create() local 46 kvs_destroy(kvs_t *ht) in kvs_destroy() 54 kvs_insert(kvs_t *ht, _key_t const key, void * const value) in kvs_insert() 93 kvs_remove(kvs_t *ht, _key_t const key) in kvs_remove() 117 kvs_search(kvs_t *ht, _key_t const key) in kvs_search()
|
| H A D | fhash.c | 102 struct hashtable* ht = calloc(1, sizeof(struct hashtable)); in CreateHashtable() local 115 DestroyHashtable(struct hashtable *ht) in DestroyHashtable() 121 HTInsert(struct hashtable *ht, tcp_stream *item, unsigned int *hash) in HTInsert() 160 HTRemove(struct hashtable *ht, tcp_stream *item) in HTRemove() 184 HTSearch(struct hashtable *ht, const tcp_stream *item, unsigned int *hash) in HTSearch()
|
| H A D | core.c | 795 struct hashtable *ht = mtcp->tcp_flow_table; in DestroyRemainingFlows() local
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 3786 struct s_x1node **ht; /* Hash table for lookups */ member 3947 struct s_x2node **ht; /* Hash table for lookups */ member 4153 struct s_x3node **ht; /* Hash table for lookups */ member 4300 struct s_x4node **ht; /* Hash table for lookups */ member
|