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

/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DCookieJarCurl.cpp158 String cookieName, cookieValue;
164 cookieValue = nameValuePair[1];
206 finalStringLength += cookieValue.length() + secure.length() + allowSubdomains.length();
217 cookieStr.append(cookieValue);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DCookieJarCFNet.cpp69 static inline RetainPtr<CFStringRef> cookieValue(CFHTTPCookieRef cookie) function in namespace:WebCore
161 String value = cookieValue(cookie).get();
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c10865 int cookieValue[SQLITE_MAX_ATTACHED+2]; /* Values of cookies to verify */ member in struct:Parse
[all...]

Completed in 517 milliseconds