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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dhttp_struct.h89 char *host_cache; member in struct:evhttp_request
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dhttp.c3516 if (req->host_cache != NULL)
3517 mm_free(req->host_cache);
3589 if (req->host_cache)
3590 return req->host_cache;
3607 req->host_cache = mm_malloc(len + 1);
3608 if (!req->host_cache) {
3612 memcpy(req->host_cache, host, len);
3613 req->host_cache[len] = '\0';
3614 host = req->host_cache;

Completed in 65 milliseconds