Searched refs:cookiehost (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c1851 char *cookiehost = Curl_copy_header_value(ptr); local
1852 if(!cookiehost)
1854 if(!*cookiehost)
1856 free(cookiehost);
1861 if(*cookiehost == '[') {
1863 /* since the 'cookiehost' is an allocated memory area that will be
1865 memmove(cookiehost, cookiehost + 1, strlen(cookiehost) - 1);
1866 closingbracket = strchr(cookiehost, ']');
[all...]
H A Durldata.h946 char *cookiehost; member in struct:connectdata::dynamically_allocated_data
H A Durl.c2550 Curl_safefree(conn->allocptr.cookiehost);

Completed in 172 milliseconds