Lines Matching full:query
22 char query[CONFIG_DNS_RESOLVER_MAX_QUERY_LEN]; member
63 * @param query Query which should be persisted in the cache.
64 * @param addrinfo Addrinfo resulting from the query which will be returned
71 int dns_cache_add(struct dns_cache *cache, char const *query, struct dns_addrinfo const *addrinfo,
75 * @brief Removes all entries with the given query
78 * @param query Query which should be searched for.
82 int dns_cache_remove(struct dns_cache *cache, char const *query);
85 * @brief Tries to find the specified query entry within the cache.
88 * @param query Query which should be searched for.
89 * @param addrinfo dns_addrinfo array which will be written if the query was found.
97 int dns_cache_find(struct dns_cache const *cache, const char *query, struct dns_addrinfo *addrinfo,