Home
last modified time | relevance | path

Searched refs:ht (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/core/src/
H A Dkey_value_store.c19 if (!ht) in kvs_create()
27 free(ht); in kvs_create()
35 free(ht); in kvs_create()
40 TAILQ_INSERT_TAIL(&ht->kvs_free, &ht->kvs_cont[i], link); in kvs_create()
42 return ht; in kvs_create()
50 free(ht); in kvs_destroy()
64 assert(ht); in kvs_insert()
65 assert(ht->kvs_count <= ht->num_entries); in kvs_insert()
85 ht->kvs_count++; in kvs_insert()
101 head = &ht->kvs_table[key % ht->num_buckets]; in kvs_remove()
[all …]
H A Dfhash.c103 if (!ht){ in CreateHashtable()
110 TAILQ_INIT(&ht->ht_table[i]); in CreateHashtable()
111 return ht; in CreateHashtable()
117 free(ht); in DestroyHashtable()
126 assert(ht); in HTInsert()
140 if (!ht->ht_array[idx][i]) { in HTInsert()
143 ht->ht_count++; in HTInsert()
154 ht->ht_count++; in HTInsert()
179 ht->ht_count--; in HTRemove()
196 if (ht->ht_array[idx][i]) { in HTSearch()
[all …]
H A Dcore.c795 struct hashtable *ht = mtcp->tcp_flow_table; in DestroyRemainingFlows() local
805 TAILQ_FOREACH(walk, &ht->ht_table[i], rcvvar->he_link) { in DestroyRemainingFlows()
/mOS-networking-stack/core/src/include/
H A Dfhash.h30 void DestroyHashtable(struct hashtable *ht);
33 int HTInsert(struct hashtable *ht, tcp_stream *, unsigned int *hash);
34 void* HTRemove(struct hashtable *ht, tcp_stream *);
35 tcp_stream* HTSearch(struct hashtable *ht, const tcp_stream *, unsigned int *hash);
H A Dkey_value_store.h35 kvs_destroy(kvs_t *ht);
38 kvs_insert(kvs_t *ht, _key_t const key, void * const value);
40 kvs_remove(kvs_t *ht, _key_t const key);
42 kvs_search(kvs_t *ht, _key_t const key);
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c3832 np = x1a->ht[h];
3857 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
3870 if( x1a->ht[h] ) x1a->ht[h]->from = &(np->next);
3872 x1a->ht[h] = np;
3887 np = x1a->ht[h];
4020 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4035 if( x2a->ht[h] ) x2a->ht[h]->from = &(np->next);
4226 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4241 if( x3a->ht[h] ) x3a->ht[h]->from = &(np->next);
4371 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
[all …]
H A Dproc_open.h23 int proc_close(proc_handler_t *ht);
24 int proc_open(proc_handler_t *ht, const char *command);
/mOS-networking-stack/scripts/
H A Dconfigure868 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
871 | --ht=*)
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfigure1034 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1037 | --ht=*)