Home
last modified time | relevance | path

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

/dports/dns/ldapdns/ldapdns-2.07/
H A Dht.h36 int ht_store(ht *x, const void *, unsigned, void *);
H A Dht.c120 int ht_store(ht *x, const void *key, unsigned klen, void *data) in ht_store() function
H A Dengine.c3202 switch (ht_store(&ldapdns.search, str(p), str_len(p), str_dup(x))) { in parse_read_search()