Searched refs:strstore (Results 1 - 1 of 1) sorted by relevance
/third_party/curl/lib/ |
H A D | cookie.c | 111 static void strstore(char **str, const char *newstr, size_t len); 180 strstore(&uri_path, "/", 1); in pathmatch() 314 strstore(&new_path, "/", 1); in sanitize_cookie_path() 355 * strstore 363 static void strstore(char **str, const char *newstr, size_t len) in strstore() function 600 * Use strstore() below to properly deal with received cookie in Curl_cookie_add() 612 strstore(&co->name, namep, nlen); in Curl_cookie_add() 613 strstore(&co->value, valuep, vlen); in Curl_cookie_add() 654 strstore(&co->path, valuep, vlen); in Curl_cookie_add() 696 strstore( in Curl_cookie_add() [all...] |
Completed in 2 milliseconds