Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.c371 static void strstore(char **str, const char *newstr) in strstore() function
589 strstore(&co->path, whatptr); in Curl_cookie_add()
625 strstore(&co->domain, whatptr); in Curl_cookie_add()
644 strstore(&co->version, whatptr); in Curl_cookie_add()
660 strstore(&co->maxage, whatptr); in Curl_cookie_add()
667 strstore(&co->expirestr, whatptr); in Curl_cookie_add()