Searched refs:cookieValue (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DCookieJarCurl.cpp160 String cookieName, cookieValue;
166 cookieValue = nameValuePair[1];
208 finalStringLength += cookieValue.length() + secure.length() + allowSubdomains.length();
219 cookieStr.append(cookieValue);
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DCookieJarCFNet.cpp75 static inline RetainPtr<CFStringRef> cookieValue(CFHTTPCookieRef cookie) function in namespace:WebCore
171 String value = cookieValue(cookie).get();
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10865 int cookieValue[SQLITE_MAX_ATTACHED+2]; /* Values of cookies to verify */ member in struct:Parse
[all...]

Completed in 413 milliseconds