Home
last modified time | relevance | path

Searched refs:fCookieMapIterator (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJarPrivate.h26 fCookieMapIterator(it) in PrivateIterator()
32 fCookieMapIterator; member
H A DNetworkCookieJar.cpp594 if (!fIterator->fCookieMapIterator.HasNext()) { in NextDomain()
603 fList = fIterator->fCookieMapIterator.Next().value; in NextDomain()
607 && fIterator->fCookieMapIterator.HasNext()) { in NextDomain()
610 fList = fIterator->fCookieMapIterator.Next().value; in NextDomain()
679 if (fIterator == NULL || !fIterator->fCookieMapIterator.HasNext()) { in _FindNext()
692 fList = (fIterator->fCookieMapIterator.Next().value); in _FindNext()
696 && fIterator->fCookieMapIterator.HasNext()) { in _FindNext()
699 fList = fIterator->fCookieMapIterator.Next().value; in _FindNext()
791 fCookieJar->fCookieHashMap->Remove(fIterator->fCookieMapIterator); in Remove()