Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.c293 static void strstore(char **str, const char *newstr) in strstore() function
482 strstore(&co->path, whatptr); in Curl_cookie_add()
513 strstore(&co->domain, whatptr); in Curl_cookie_add()
532 strstore(&co->version, whatptr); in Curl_cookie_add()
548 strstore(&co->maxage, whatptr); in Curl_cookie_add()
555 strstore(&co->expirestr, whatptr); in Curl_cookie_add()