Searched refs:host_cache (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h89 char *host_cache; member in struct:evhttp_request
/freebsd-12-stable/contrib/libevent/include/event2/
H A Dhttp_struct.h89 char *host_cache; member in struct:evhttp_request
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c3825 if (req->host_cache != NULL)
3826 mm_free(req->host_cache);
3920 if (req->host_cache)
3921 return req->host_cache;
3938 req->host_cache = mm_malloc(len + 1);
3939 if (!req->host_cache) {
3943 memcpy(req->host_cache, host, len);
3944 req->host_cache[len] = '\0';
3945 host = req->host_cache;
/freebsd-12-stable/contrib/libevent/
H A Dhttp.c3988 if (req->host_cache != NULL)
3989 mm_free(req->host_cache);
4083 if (req->host_cache)
4084 return req->host_cache;
4101 req->host_cache = mm_malloc(len + 1);
4102 if (!req->host_cache) {
4106 memcpy(req->host_cache, host, len);
4107 req->host_cache[len] = '\0';
4108 host = req->host_cache;

Completed in 178 milliseconds