Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.c368 static void strstore(char **str, const char *newstr) in strstore() function
586 strstore(&co->path, whatptr); in Curl_cookie_add()
622 strstore(&co->domain, whatptr); in Curl_cookie_add()
641 strstore(&co->version, whatptr); in Curl_cookie_add()
657 strstore(&co->maxage, whatptr); in Curl_cookie_add()
664 strstore(&co->expirestr, whatptr); in Curl_cookie_add()