Searched refs:strstore (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | cookie.c | 98 static void strstore(char **str, const char *newstr, size_t len); 167 strstore(&uri_path, "/", 1); in pathmatch() 302 strstore(&new_path, "/", 1); in sanitize_cookie_path() 351 static void strstore(char **str, const char *newstr, size_t len) in strstore() function 577 strstore(&co->name, namep, nlen); in parse_cookie_header() 578 strstore(&co->value, valuep, vlen); in parse_cookie_header() 616 strstore(&co->path, valuep, vlen); in parse_cookie_header() 654 strstore(&co->domain, valuep, vlen); in parse_cookie_header()
|
Completed in 9 milliseconds