Home
last modified time | relevance | path

Searched refs:SearchStore_new (Results 1 – 3 of 3) sorted by relevance

/dports/net/cjdns/cjdns-cjdns-v21.1/dht/dhtcore/
H A DSearchStore.h80 struct SearchStore* SearchStore_new(struct Allocator* allocator, struct Log* logger);
H A DSearchStore.c49 struct SearchStore* SearchStore_new(struct Allocator* allocator, struct Log* logger) in SearchStore_new() function
H A DSearchRunner.c404 out->searchStore = SearchStore_new(alloc, logger); in SearchRunner_new()