Home
last modified time | relevance | path

Searched defs:cookiejar (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_http_cookiejar.py312 def interact_2965(cookiejar, url, *set_cookie_hdrs): argument
315 def interact_netscape(cookiejar, url, *set_cookie_hdrs): argument
318 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name): argument
/third_party/libwebsockets/
D.sai.json304 "cookiejar": { object
/third_party/curl/src/
Dtool_cfgable.h57 char *cookiejar; /* write to this file */ member
/third_party/python/Lib/urllib/
Drequest.py1399 def __init__(self, cookiejar=None): argument