Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dkey_value_store.h15 typedef struct kvs_bucket_head { struct
18 } kvs_bucket_head; argument
26 kvs_bucket_head *kvs_table;
27 kvs_bucket_head kvs_free;
/mOS-networking-stack/core/src/
H A Dkey_value_store.c26 if (!(ht->kvs_table = calloc(num_buckets, sizeof(kvs_bucket_head)))) { in kvs_create()
99 kvs_bucket_head *head; in kvs_remove()
125 kvs_bucket_head *head; in kvs_search()