MCPcopy Create free account
hub / github.com/curl/curl / Curl_cookie_init

Function Curl_cookie_init

lib/cookie.c:1100–1118  ·  view source on GitHub ↗

* Curl_cookie_init() * * Inits a cookie struct to read data from a local file. This is always * called before any cookies are set. File may be NULL in which case only the * struct is initialized. Is file is "-" then STDIN is read. * * If 'newsession' is TRUE, discard all "session cookies" on read from file. * * Note that 'data' might be called as NULL pointer. If data is NULL, 'file' * wi

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

curl_easy_duphandleFunction · 0.85
cookielistFunction · 0.85
setopt_cptr_http_mqttFunction · 0.85
curl_share_setoptFunction · 0.85
Curl_cookie_loadfilesFunction · 0.85

Calls 1

Curl_llist_initFunction · 0.85

Tested by

no test coverage detected